Help for this page

Select Code to Download


  1. or download this
    use lib qw( /path/to/my/libraries/ );
    
  2. or download this
    if (0) {
       use Some::Module;
    }
    
  3. or download this
    BEGIN {
       require Foo::Bar;
       Foo::Bar->import();
    }
    
  4. or download this
    ------------
    :Wq
    Not an editor command: Wq