in reply to Alternative ways to fully qualify subroutine names
Package::Alias, perhaps?
use Package::Alias shortname => 'very::long::packagename';
Under the hood, this module is just using typeglobs to alias the namespaces together.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Alternative ways to fully qualify subroutine names
by bobf (Monsignor) on Feb 04, 2006 at 22:54 UTC |