- or download this
#!/usr/bin/env perl
use strict;
...
sleep(int(rand(10) + 5));
print "42\n";
- or download this
#!/usr/bin/env perl
use strict;
...
sleep($sleeptime);
}
- or download this
Sleeping for 0.986798048019409
Sleeping for 4.98646092414856
Sleeping for 3.98296499252319
...
Immediate restart
Immediate restart
Immediate restart
- or download this
#!/usr/bin/env perl
use strict;
...
`$cmd`;
}
- or download this
Sleeping for 9
Sleeping for 5
Sleeping for 9
Sleeping for 6
Sleeping for 6
Sleeping for 7
- or download this
my $TAIoffset = -37;
...
my $endtime = time + $TAIoffset;