- or download this
#!perl -sw
print $xyz,$/ if $xyz;
__END__
- or download this
C:\test>210020 -xyz
1
...
fred
C:\test>
- or download this
C:\test>assoc .pl
.pl=perl_script
...
perl_script=e:\perl\bin\perl.exe -sw "%1" %*
C:\test>
- or download this
#!perl -sw
use strict;
...
time: 1036283985
C:\test>