Help for this page

Select Code to Download


  1. or download this
    $var = "whatever";
    sub foo {
    ...
        foo();
        ... code assuming $var is unmodified ...
    }