Help for this page
Select Code to Download
Select
or
download this
our $a = 1; sub b { 0 unless defined $a } sub c {} my $b = b; my $c = c;