in reply to Sending a POST and cookies via HTTP:Request::Common
May I suggest you look at Re: POSTing with LWP::UserAgent as it has two ways of posting forms with LWP.
In short I think the first step is that you need to import the POST sub into the namespace using:
--blm--use HTTP::Request::Common qw(POST);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Sending a POST and cookies via HTTP:Request::Common
by jonjacobmoon (Pilgrim) on Sep 28, 2002 at 18:19 UTC |