Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    
    ...
    
    print "Time Ran: $time_ran, Total Count: $total_count\n";
    exit;
    
  2. or download this
    #!/usr/bin/perl 
    
    ...
    
    print "Time Ran: $time_ran, Counter: $conter\n";
    exit;