Hi all.
I have written a script that runs another Perl script via:
$command will equal, e.g., (with the double quotes)
Running under Perl 5.8 it works fine. Perl 5.6 throws "No such file or directory"
Anyone know what might have changed on the open command that's affecting me?
Thanks in advance
~ Michael
I have written a script that runs another Perl script via:
Code:
open CMD, "$command |";
$command will equal, e.g., (with the double quotes)
Code:
"perl" "C:\Documents and Settings\wardmm\My Documents\cygwin\home\wardmm\perl\symdg-detail.pl"
Running under Perl 5.8 it works fine. Perl 5.6 throws "No such file or directory"
Anyone know what might have changed on the open command that's affecting me?
Thanks in advance
~ Michael