Gossamer Forum
Home : General : Perl Programming :

How to do form's "PUT" from Perl code?

Quote Reply
How to do form's "PUT" from Perl code?
Hi guyz,

I know how to get an URL, but how to do a PUT to given cgi/asp script?

I have to imitate user click on form, and send data to an cgi/asp script, like user usually will did it.

Reason? I want to write simple Perl program that will send a SMS to my GSM (mobile phone) when a new mail arrives to my server..

Please help! I'm going back to search the solution.. ;-)



------------------
rgrdz,
TukBa
ICQ: 1005139
Quote Reply
Re: How to do form's "PUT" from Perl code? In reply to
I'm not sure what you mean. Do you want your perl script to POST to another URL? Or do you just want to know how to POST to a URL.

Do you really mean PUT, and want to upload something? I don't think you want this..

Cheers,

Alex