Help for this page

Select Code to Download


  1. or download this
    package Foo;
    
    ...
    sub init {
      push @INC, '/my/module/dir';
    }
    
  2. or download this
    package Bar;
    
    use Foo;
    BEGIN { Foo->init }
    use Baz; # Resides under /my/module/dir