Help for this page

Select Code to Download


  1. or download this
    BEGIN{
        require Foo;
        Foo->import('bar');
    }
    
  2. or download this
    sub import {
        # Determine the package name of the caller.
    ...
        }
        }
    };