Help for this page

Select Code to Download


  1. or download this
    sub fred {
        # Lexical $fh is known from point of declaration (next line) to en
    +d of scope
    ...
        # ... there can be multiple return statements ...
        return;
    }