Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Call CGI script from another CGI script

by chargrill (Parson)
on Feb 26, 2006 at 22:08 UTC ( #532923=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <form action="cgi2.cgi">
    
  2. or download this
    print "<form action=\"cgi2.cgi\">\n";
    
  3. or download this
    use CGI qw/:standard/;
    
    # ...
    
    print start_form( -action=>'cgi2.cgi' );
    
  4. or download this
    $/  =  q#(\w)#  ;  sub  sig { print scalar reverse  join  ' ',  @_  } 
    + sig
    map { s$\$/\$/$\$2\$1$g && $_ } split( ' ', ",erckha rlPe erthnoa stJu
    +" );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2023-11-28 20:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?