Re: [Perl-unix-users] Perl and LWP::UserAgent with Cookies Support

2002-12-02 Thread $Bill Luebkert
Louis Selvon wrote: Hi List members: I am writing a perl script that automatically logs in an a password protected admin area. Once logged in I want the script to be able to fetch pages and also be able to submit any form post/get requests within the admin area. However it's not working. So I ne

[Perl-unix-users] Perl and LWP::UserAgent with Cookies Support

2002-12-02 Thread Louis Selvon
Hi List members: I am writing a perl script that automatically logs in an a password protected admin area. Once logged in I want the script to be able to fetch pages and also be able to submit any form post/get requests within the admin area. However it's not working. So I need some help. Here is