Forum Moderators: coopster & phranque
for $counter (0..100) { if ($counter==50) { $match=1;} if ($match) { break; print "Executing after break";} }