Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $tt = 3.14159;
    ...
    }
    print "Outside block, \$tt = $tt\n";
    print "Outside block, \$::tt = $::tt\n";