Please ignore. This problem seems to be fixed in the latest, latest
release.
Apologies.
> -----Original Message-----
> From: Thomson, Scott [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, March 28, 2000 3:39 PM
> To: [EMAIL PROTECTED]
> Subject: Script Kitty Question
>
> 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