in reply to while loop question

Funny :)
print "before\n"; while( 1 ){ print for 1 .. 10; last } print "after\n";
You can write it as  print "before\n"; while( 1 ){ print for 1 .. 10; last } print "after\n"; its still the same code