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