Help for this page

Select Code to Download


  1. or download this
    package My::Tools;
    use Something qw(foo bar);
    ...
    use Exporter;
    our @ISA = 'Exporter';
    our @EXPORT = qw(foo bar blip blob);
    
  2. or download this
    package Foo::Bar::Asdf;
    use My::Tools;