This is an archived low-energy page for bots and other anonmyous visitors.
Please sign up if you are a human and want to interact.
in reply to Subroutine &main::get error
I think you might use LWP, or LWP::Simple to grab the site to a scalar $webcrawler var by using 'get', altough it is not necessary since WWW::Mechanize provides a get methot for the $webcrawler object you already have. That can be invoked by using $webcrawler->get($url_name).
Re^2: Subroutine &main::get error
by lampros21_7 (Scribe) on Jul 31, 2005 at 06:20 UTC
|
Wow, that was a daft mistake...Anyway,thanks to everyone getting back to me in replies to my questions, this script is the first time i have used Perl and you lot are making my life a lot easier...Thanks! | [reply] |
|