Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

CGI from another script

by rsiedl (Friar)
on Sep 02, 2005 at 13:45 UTC ( [id://488647]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    `perl some_script.cgi blah=foo larh=bar`;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    print "<pre>", $blah, "</pre>\n";
    
    exit;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    print $var2, "\n";
    
    exit;
    

Log In?
Username:
Password:

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

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

    No recent polls found