Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
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??


in reply to Call CGI script from another CGI script

Am I missing something? In cgi1.cgi, have it generate the following HTML:

<form action="cgi2.cgi">

There are several ways to accomplish that, from:

print "<form action=\"cgi2.cgi\">\n";

... to ...

use CGI qw/:standard/; # ... print start_form( -action=>'cgi2.cgi' );

But I won't presume to guess what style you're following. With a careful read of the appropriate documentation, I'm sure you can decide which route to take.



--chargrill
$/ = 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 examining the Monastery: (5)
As of 2023-11-28 19:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?