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:

use HTTP::Request::Common qw(POST);
--blm--
If you don't like this post can you please /msg me

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
    That does not appear to be in the docs, but I should have know. Thanks.


    I admit it, I am Paco.