What do you think this loop will do?
for my $r (1..5) { print "$r\n"; redo; } [download]
🦛
In reply to Re^7: continuously query by hippo in thread continuously query by bigup401