Hi all!

I'm trying to execute the s.cgi and to retreive the output into a perl
variable.
If I try it on the command line it will work fine!
(perl test.pl)


However, if you try to run it on the webserver, by calling /test/test.pl it
won't work. 

Here is my 4lines test-script:


#!/usr/bin/perl
print "Content-type: text/html\n\n";
my $html = `/usr/local/aspseek/bin/s.cgi`;
print $html;


Do you have any Idea?

I'm trying to write an wrapper!

Thanks very much!

Denis

Reply via email to