Help for this page
for ($var){ if (/abc/) { print "abc"} # falls through ... if (/xyz/) { print "xyz" ;next} print "default"; }