in reply to keep running out of memory, help a newbie!

Hi,

you have to use $mech->back or change the stack_depth , or you'll run out of memory, read https://metacpan.org/pod/WWW::Mechanize#$mech-%3Estack_depth%28-$max_depth-%29

Also consider creating smaller threads, see http://perldoc.perl.org/threads.html#THREAD-STACK-SIZE

  • Comment on Re: keep running out of memory, help a newbie! ( $mech->back , threads stack_size)