Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
          print "$k is $v times \n";
    }
    
  2. or download this
    #!/usr/bin/perl -w    ##Copyright yours truly Ilian Z.
    use strict;
    ...
            print "Proc.ID#",$k," runs command: ", $v,"\n";
        }
    }