in reply to Re: Posting Form Using HTTP Request
in thread Posting Form Using HTTP Request

Thanks for your reply .. but i think you didn't got what i mean

The Form is already exits .. and what i want is Posting information into it Remotely ...

i'm using HTTP::Request::Common & LWP::UserAgent and i can ONLY pass the first step with it .. my problem is how to pass the second step of the FORM ??

Replies are listed 'Best First'.
Re^3: Posting Form Using HTTP Request
by davidrw (Prior) on Sep 11, 2005 at 03:39 UTC
    WWW::Mechanize might make things a lot easier (it actually uses LWP::UserAgent underneath) -- it can basically fill out the form for you, and fill out another form on the resulting page, etc (it's basically a browser)..