Help for this page

Select Code to Download


  1. or download this
    BEGIN {
       package Foo;
    ...
       ...
       $INC{"Bar.pm"} = 1;
    }
    
  2. or download this
    use Module qw( );   # Load the file
    use Foo qw( ... );  # Import
    use Bar qw( ... );  # Import