Skip to content

Instantly share code, notes, and snippets.

use Time::HiRes qw(time);
my $then = time();
my $pass = 0;
while (1) {
my $now = time();
if ($now < $then) {
die "$now < $then ($pass)\n";
}
$then = $now;
$pass++;
Sudo
looks like sudo: test 1
looks like sudo: test 1
Failures:
1) Sudo looks like sudo: test 1
Failure/Error: Given(:sudo) { Sudo.new(bot_with_fatal_logger) }
NameError:
Date: Mon, 8 Mar 1999 21:44:30 -0500
From: Jim Weirich <[email protected]>
To: [email protected]
Subject: Infinite Loops
I'm packing up my basement in preparation for some construction next
week. In cleaning off my computer bookself, I came across a number of
really old items, some of which may be interesting.
I used to collect infinite loops. I came across my list of loops