- or download this
package Blah::Blah;
use 5.012; # strict, //
...
$| = 1;
print "Loading Blah::Blah at " . scalar(localtime) . "\n";
1;
- or download this
#!perl
...
sleep(2);
require Blah::Blah;
print "example separator\n";
- or download this
Loading Blah::Blah at Thu Apr 7 06:17:19 2022
example separator
entry deleted
Loading Blah::Blah at Thu Apr 7 06:17:21 2022
example separator