http://www.perlmonks.org?node_id=1046202


in reply to WWW::Mechanize : how to download witout changing location ?

My first guess is that your website sends a unique cookie along with HTML form to be submitted. So, you should probably initialize WWW::Mechanize with a corensponding cookie jar. Also, show us some code, it's more than welcome here and it can be a better way of solving your problem.
  • Comment on Re: WWW::Mechanize : how to download witout changing location ?

Replies are listed 'Best First'.
Re^2: WWW::Mechanize : how to download witout changing location ?
by Anonymous Monk on Jul 25, 2013 at 03:22 UTC

    So, you should probably initialize WWW::Mechanize with a corensponding cookie jar.

    Mechanize comes with a cookie jar

      That's right. I thought it should be separately initialized to be used.