From: "G.Durga Prasad" Date: 2006-10-15T05:04:43+09:00 Subject: Re: Source files for "YART - Yet Another Ruby Tutorial" now available. On 10/14/06, Paul Barry wrote: > Hello. >OpenOffice.org > Impress and PowerPoint versions of my Ruby Tutorial slides on-line: > > http://glasnost.itcarlow.ie/~barryp/ruby-tut-source.html > > Feel free to use/adapt as you see fit, remembering - of course - to > share any enhancements with the community. > > Have fun! > > Paul. I enjoyed doing this: newRubyTutorial]$ cat download.rb 1.upto(14) do |i| system( "wget http://glasnost.itcarlow.ie/~barryp/ruby/LearnRuby#{i}.odp") sleep 5 end Prasad