Help for this page

Select Code to Download


  1. or download this
    #/usr/bin/env perl
    use strict;
    use warnings;
    ...
         }
         $lastrun = $now;
    }
    
  2. or download this
    #/usr/bin/env perl
    use strict;
    use warnings;
    ...
    
        # Time consuming stuff here
    }
    
  3. or download this
    my $taioffset = 37;
    
    ...
    
        my $now = $time + $taioffset;