Help for this page

Select Code to Download


  1. or download this
    #!C:\Perl
    use strict;
    ...
            $A = $B = $null = 0; ## Reset counts for the next file
        }
    }
    
  2. or download this
    ...
    my $var = ....;
    my $var = sprintf ... $var;
    ...