Help for this page
package Hunting::Snark; use Bellman qw(foo bar); ... foo(); # is an undefined subroutine. There is no &Boojum::foo
... package Boojum; use Bellman qw(foo bar); foo(); # &Boojum::foo is now defined. aliased to &Bellman::foo