[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl-WebCGI] require parameters



<snip>
> Because I <FINALLY> got that created, I want to create ANOTHER cgi that
> uses my form.pl cgi (the disecting one) and return it to the master cgi
> (like a guestbook, or any other cgi) and respond on that.  I imagine I need
> to edit form.pl to let me write (or pass) information to the master cgi.
>
<snip>
> It's very simple code, but I'm proud of myself.


Congrats! =)

To answer your question, simply call the other cgi as a GET
(that is, with all the data on the URL.)

You dod this the same way you would issue a

Location: ...\n\n"  command.

But be warned, using GET you are limited to 1,024 bytes or
so in the URL call...

HTH,
-Sneex- :]
_________________________________________________________________________
Bill Jones  | Data Security Specialist | http://www.fccj.org/cgi/mail?dss
FCCJ  |  501 W State St  |  Jacksonville, FL 32202  |  1 (904) 632-3089

$_="Jacksonville Perl Mongers";while(/([Jacksonville Perl Mongers])/g){
print join(" ",map{defined $_ ? $_ : ""}$`,$&,$',$+),"\n";}

==== Want to unsubscribe from this list?
==== Send mail with body "unsubscribe" to macperl-webcgi-request@macperl.org