Help for this page
package My::Tools; use Something qw(foo bar); ... use Exporter; our @ISA = 'Exporter'; our @EXPORT = qw(foo bar blip blob);
package Foo::Bar::Asdf; use My::Tools;