Help for this page
print "Just before start of scope\n"; { ... print "Just before end of scope\n"; } print "Just after end of scope\n";