Hi all,
I'm fiddling with a perl script (signup.cgi) which I require to call another
script (counter.cgi).
I am not a Perl programmer and I am not sure how to call another CGI within
one.
I tried using a variable to retrieve the output of the counter.cgi and then
display further down the script but I get gooberish.
This is a snippet of what I have got at the moment... (warning alot of
playing around done here)
(signup.cgi)
------------------
require("/home/httpd/cgi-bin/cgi-lib.pl") || die "require cgi-lib.pl died";
$count=("/home/httpd/cgi-bin/counter.cgi domain=www.mydomain.com.au
page=sign
up visible=true")
print "We have had $count visits to this page.";
------------------
Can someone guide me on how to get results from another cgi and passing info
to it as above?
thanks,
George (non Perl) Vieira.
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text