Help for this page
for (...) { print "We've started the loop\n"; ... print "We're about to leave the loop\n"; } print "We've left the loop\n";
We've started the loop We're about to leave the loop ... We've started the loop We're about to leave the loop <hang>