Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: CGI from another script

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

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $blah = `perl ./tmp.cgi id=$id auth_id=$auth_id draw=1 raw=raw`;
    print $blah, "\n";
    exit;
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print $draw, "\n";
    print $raw, "\n";
    exit;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-19 14:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found