in reply to Screen scraping
#!/usr/bin/perl -- use strict; use warnings; use WWW::Mechanize; my $ua = WWW::Mechanize->new( autocheck => 1, ); $ua->get('nice try'); __END__ Error GETing nice%20try: URL must be absolute at - line 9 [download]