>
>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
> "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>
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