Hi,

How come the following perl code...

$testme  = `dir`;
print "Testme = ", $testme, "<br>";

puts the value of executing 'dir' in shell into testme and prints it out in
a cgi script in Apache w32 1.3.6 with modssl but in...

OpenSA 0.2 it seems to launch a command prompt window and put nothing in
testme?

Cheers,
Scott

Reply via email to