Help for this page

Select Code to Download


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