Help for this page
use strict; my $tt = 3.14159; ... } print "Outside block, \$tt = $tt\n"; print "Outside block, \$::tt = $::tt\n";
Can't localize lexical variable $tt at basic.pl line 4.