I have a Perl script, running under IIS, using PerlEx. It is able to read and write files located on external storage using a UNC path. However, if that same Perl script invokes a second Perl script (using the backticks syntax, e.g. `perl otherscript.pl`), then that second Perl script cannot read the same file - I get a "no such file" type of error message in the $! variable. Why would this happen?
John Deighan
Public Consulting Group
1700 Kraft Dr.
Suite 2250
Blacksburg, VA 24060
[EMAIL PROTECTED]
540-953-2330 x12
FAX: 540-953-2335



_______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to