in reply to Cookies issue with www::Mechanize

The URL seems to work fine without cookies. The data is just stored in a bit awkward way (as HTML-escaped JSON in an attribute of a <param> tag). Look at the source of the downloaded HTML file and see for yourself.

Replies are listed 'Best First'.
Re^2: Cookies issue with www::Mechanize
by Matt™ (Acolyte) on Oct 17, 2012 at 11:55 UTC

    Thanks Moritz, hope it will help me.