in reply to Looping based on a Conditional
my $c = 0; BLOCK: { print "Hi there!\n"; redo BLOCK if $c++ < 10; } [download]
Igor 'izut' Sutton your code, your rules.