- Net::HTTP - fetch a webpage
- Write to a file:
- Read from a file:
- stringify: .inspect
File.open(local_filename, 'w') {|f| f.write(doc) }
File.open(local_filename, 'w') {|f| f.write(doc) }
A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.