http://qs1969.pair.com?node_id=905294

mmittiga17 has asked for the wisdom of the Perl Monks concerning the following question:

Hi All, Does anyone know of a way to to a cooking file exported from IE and convert it to LWP cookie format to be used with an LWP script running on Linux? Need to use a cookie file to get around the security questions when logging into site. Thanks in advance?

Replies are listed 'Best First'.
Re: LWP Cookie question
by Corion (Patriarch) on May 17, 2011 at 15:19 UTC
Re: LWP Cookie question
by wind (Priest) on May 17, 2011 at 15:37 UTC

    use WWW::Mechanize to easily answer those security questions and log in.

      I know of mech and use it but still trying to convert IE cookies to LWP2 or LWP3 format. I know there has to be a way to do so. Thanks for reply!