Re: Need to submit a form

2001-06-04 Thread Kevin Hancock
> >Kevin> Can someone point me at the appropriate place to start reading? >Kevin> Is there a module I need to use? > >"perldoc lwpcook" > >if that doesn't work, install LWP, and try again. Thanks for that. I have made it work! Don't understand it yet but I can make it do stuff. Cheers

Re: Need to submit a form

2001-06-03 Thread Randal L. Schwartz
> "Kevin" == Kevin Hancock <[EMAIL PROTECTED]> writes: Kevin> Hi All Kevin> I need to write an application that submits a form to a www site and Kevin> accepts the return code. I have a URL I need to call and pass Kevin> parameters as if I had submitted a HTML form. This URL will then Kevin>

Need to submit a form

2001-06-03 Thread Kevin Hancock
Hi All I need to write an application that submits a form to a www site and accepts the return code. I have a URL I need to call and pass parameters as if I had submitted a HTML form. This URL will then return several values that I must evaluate and act on. I can write basic Perl and CGI appl