- or download this
M:\>help cmd
Starts a new instance of the Windows 2000 command interpreter
...
a quote character and if so, strip the leading character and
remove the last quote character on the command line, preservin
+g
any text after the last quote character.
- or download this
print STDERR "my echo.pl"
- or download this
eval {print `my echo.pl`};
eval {print `"my echo.pl"`;};
eval {print `perl "my echo.pl"`};
eval {print `perl "my echo (v1).pl"`};
- or download this
print "hello sandy\n";
- or download this
M:\>try.pl
...
Can't open perl script "M:\my": No such file or directory
hello sandy
hello sandy