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