in reply to random negative toggle function

How about this:
my $toggle = -1; for (1..10) { print $toggle *= -1, $/; }

CombatSquirrel.
Entropy is the tendency of everything going to hell.