Hi,
I'm having trouble making a system call from a perl CGI script to another Perl script under IIS 6.0/Windows 2003.

For instance,
system( "test.pl" )
fails.


The script works ok if I preceed it with the path to the interpreter
as in

system( "c:\\perl\\bin\\perl", "test.pl" )

The user under which the script runs( in IIS ) is set up to
recognize files with ".pl" extension needs to be called with the
Perl.exe interpreter.

System call is able to launch a perl script without theinterpreter
on IIS 5.

I would prefer not to stick in the path to the interpreter in the
script.

Version perl 5.6.1, build 638.

Regards,
Praveen Hombaiah


_______________________________________________
Perl-Win32-Web mailing list
Perl-Win32-Web@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to