Help for this page

Select Code to Download


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