Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: http POST replies

by olus (Curate)
on Aug 19, 2008 at 11:57 UTC ( [id://705189]=note: print w/replies, xml ) Need Help??


in reply to http POST replies

use CGI; my $query = new CGI; my $msgid = $query->param('msgid'); my $from = $query->param('from'); my $msg = $query->param('msg'); # Now do what you want with the params

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://705189]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-03-19 09:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found