Help for this page
use strict; my $tt = 3.14159; ... } print "Outside block, \$tt = $tt\n"; print "Outside block, \$::tt = $::tt\n";