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";
    
  2. or download this
    Can't localize lexical variable $tt at basic.pl line 4.