Help for this page
#!/usr/bin/perl -w ... my $content = $ua->get("http://www.yahoo.com"); $ua->delay(10/600); print $content;
HTTP::Response=HASH(0x82111c0)