in reply to Perl Mechanize issues - how to make a script running faster with less overhead

You might want to make more clear which parts of your text are copied from the WWW::Mechanize::Firefox documentation and which parts are your own. Especially when the documentation answers your questions. See the examples included with WWW::Mechanize::Firefox for how to save screenshots. The module does not concern itself with resizing images. See the various image modules on CPAN, like Imager.
  • Comment on Re: Perl Mechanize issues - how to make a script running faster with less overhead

Replies are listed 'Best First'.
Re^2: Perl Mechanize issues - how to make a script running faster with less overhead
by Perlbeginner1 (Scribe) on Feb 12, 2012 at 01:49 UTC
    hello thx for all the hints

    greetings pb1