Help for this page
BEGIN { my $memory = 'a'; ... print "Value of static var is ", $memory++, "\n"; } }