Help for this page

Select Code to Download


  1. or download this
    package Foo::Bar;
    use Exporter;
    ...
    }
    
    1;
    
  2. or download this
    use lib "/your/library/path";
    use Foo::Bar qw(hello);