Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Re: Re: How do I save the result of POST to a file?

by nite_man (Deacon)
on Jul 30, 2003 at 08:30 UTC ( [id://279115]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: How do I save the result of POST to a file?
in thread How do I save the result of POST to a file?

Well, you can get form data from STDIN:

my $query = <>;
because all form data, which are sent using method POST, come to the STDIN of handled script.
      
--------------------------------
SV* sv_bless(SV* sv, HV* stash);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-23 21:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found