{ my $static; sub some_function { print "Static!", $static++; }; };