Help for this page
eval { print "Inside\n"; ... ---- Inside Outside
eval { print "Inside\n"; ... print "Outside\n"; ---- Inside