http://www.perlmonks.org?node_id=551725


in reply to The hot day !!!

This is not a poem but in light of recent events, inspired (not 'inspired') by Reaped: Human Life ??, The day it was dark!!!, Student in Home!!!, Options in Life! and Reaped: order a machine to have sex, love and death? ......
#!/usr/bin/perl use WWW::Mechanize; my $nameis = "madtoperl"; my $earch = "Perl poems"; $earch =~ s/ /+/g; my $wastedtime = WWW::Mechanize->new(); $wastedtime->get('http://www.google.com/search?hl=en&q=' . $earch .'&m +eta='); my @poems_to_steal = $wastedtime->find_all_links();
Please stop posting other peoples work and claiming that it is yours.

Martin