Unless I am tottaly missing your question...

print "<a
href=\"/cgi_bin2/folder/newprogram.pl?var1=result1&var2=result2\">Click here
</a>";

should do it, then inside of newprogram.pl you can read in the var1, and
var2. You could also
use a form if you wanted to pass dynamic parameters.

John Herbold

-----Original Message-----
From: Tat Nam [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 11, 2001 10:50 AM
To: Beginners Perl
Subject: cgi call cgi program or URL


Hi,
   Does anybody tell how to call another CGI program within a CGI script?
Is it possible to include a hyper link within a CGI script?  How?

Tat Nam




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to