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

CGI.pm problems

by c-era (Curate)
on Dec 13, 2001 at 22:06 UTC ( [id://131680]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use CGI;
    ...
    # code to return 400
    print "400\n";
    exit;
    
  2. or download this
    use LWP::UserAgent;
    use strict;
    ...
    $req->content_type('text/xml');
    $req->content("$content");
    print $ua->request($req)->as_string;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-23 10:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found