Help for this page
my $foo; { local $foo; }
Can't localize lexical variable $foo at ...
my %hash = (a => 'one', b => 'two', c => 'three' ); use Data::Dumper; ... print Dumper \%hash; } print Dumper \%hash;