Help for this page

Select Code to Download


  1. or download this
    local $foo = 1;
    foo();
    ...
    sub foo {
        print "foo: $foo\n";
    }