Help for this page

Select Code to Download


  1. or download this
    use lib '/where/you/have/Timers.pm';
    use Timers.pm
    ...
    Tstop('ok);
    
    Treport();
    
  2. or download this
    package Timers;
    #BEGIN { use CGI::Carp qw(carpout); open(LOG, ">>/srv/www/htdocs/timer
    +s-log") or die("Unable to open error-log: $!\n"); carpout(LOG);} # op
    +tional other log
    ...
    
    
    1;