Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: REST Webservices

by rhesa (Vicar)
on Apr 12, 2007 at 12:05 UTC ( [id://609635]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    HANDLING NON-URLENCODED ARGUMENTS
    
    ...
    (If you don't know what the preceding means, don't worry about it.
    It only affects people trying to use CGI for XML processing and
    other specialized tasks.)
    
  2. or download this
    sub get_request_body {
        my $self = shift;
        return $self->query->param('POSTDATA');
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-26 06:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found