The often deranged postings of yet another hacker, pretending to be an Astronomer, pretending to be a hacker who has written a book or two for O'Reilly Media.
Exporter
package Module; sub import { my $caller = caller(); *{$caller . '::subroutine'} = \&subroutine; } sub subroutine { ... }