Help for this page
for ($given){ print "\nFOR($_):"; ... if (/xyz/) { print "xyz" ;next} print "default"; }