Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
use WWW::Mechanize; my $mech = WWW::Mechanize->new(); $mech->content($search_page); if (!$mech->success()) { print "ISite didn't respond"; exit; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: www::mech success
by kyle (Abbot) on May 16, 2007 at 02:37 UTC | |
|
Re: www::mech success
by marto (Cardinal) on May 16, 2007 at 08:06 UTC |