in reply to random negative toggle function
my $toggle = -1; for (1..10) { print $toggle *= -1, $/; } [download]