Help for this page
sub do_something_else { my $foo = "quzbaz"; ... do_something_else(); print "$1\n"; # still prints "oo", not "u" }