in reply to Re^2: WWW::Mechanize::Firefox stops after $mech->get()
in thread [solved] WWW::Mechanize::Firefox stops after $mech->get()

Corion I just wanted to thank you one more time! I removed the extraneous constructor 'events' params, and my program is running once again.

I really appreciate your immediate response, and I'm so thankful it was something simple... I'm using Parallel::ForkManager to handle multiple Firefox tabs at the same time, and I wrapped all of the WWW::Mechanize::Firefox methods inside try{} so I potentially had a HUGE problem on my hands!

Simply removing the 'events' params with a s///g in vi fixed my code for v0.71, and I wrote a huge note to upgrade CPAN stuffs individually (and not run upgrade sans options) :)

-gz
  • Comment on Re^3: WWW::Mechanize::Firefox stops after $mech->get()