> 'C:Perinperl.exe' is not recognized as an internal or external command,
> operable program or batch file.
Apply this for the C:Perinperl.exe problem
Sorry for the inconvenience.
Mattia
Index: Parrot/Test.pm
===================================================================
RCS file: /home/perlcvs/parrot/Parrot/Test.pm,v
retrieving revision 1.2
diff -u -2 -r1.2 Test.pm
--- Parrot/Test.pm 2001/09/20 14:39:17 1.2
+++ Parrot/Test.pm 2001/09/21 12:31:15
@@ -38,5 +38,5 @@
}
- system "$^X -e \"$redir_string;system qq{$command};\"";
+ system "$^X -e \"$redir_string;system q{$command};\"";
}