Help for this page

Select Code to Download


  1. or download this
    Compile: use Foo;
    Compile: BEGIN { require Foo; import Foo; }
    ...
             (require Foo; returns)
    Run:     import Foo;
    ...