imagestrips has asked for the wisdom of the Perl Monks concerning the following question:
..and I have defined the necessary hooks which work successfully. I have faced the incompatibility with the latest version of WWW::RobotUA and dealt with it by hardcoding the RobotUA 'FROM' to an email address (..I know I shouldnt but I am working on tight timelines :-( ). Does anybody have any experience using this module? Any ideas on a way forward?$robot = new WWW::Robot ( 'NAME' => 'blabla', 'VERSION' => '123456', 'EMAIL' => 'me@home.com'); $robot->run($rootDOcument);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WWW::Robot memory management
by talexb (Chancellor) on Jan 17, 2006 at 18:15 UTC | |
by imagestrips (Initiate) on Jan 17, 2006 at 18:28 UTC |