in reply to Re: Re: LWP post
in thread LWP post

Thanks moxliukas, I now understand the Get method, Do you know if the Post method works in a similar fashion when trying to automate the submit button on a form?

Replies are listed 'Best First'.
Re: Re: Re: Re: LWP post
by dsheroh (Monsignor) on Jun 18, 2002 at 23:55 UTC
    Check out the second bit of sample code in this node to see how to set up a POST request.
Re: Re: Re: Re: LWP post
by moxliukas (Curate) on Jun 18, 2002 at 17:01 UTC
    I am not sure how POST works, maybe some other PerlMonks could provide this information... I have used HTML::Form for form submission previouly, so have a look at that, it is pretty easy to understand.