Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Sending a POST and cookies via HTTP:Request::Common

by blm (Hermit)
on Sep 28, 2002 at 08:20 UTC ( [id://201427]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://201427]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (None)
    As of 2024-04-25 03:54 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found