- or download this
Very::Long::Module->load::as my $short => qw(foo bar baz);
- or download this
use Foo;
use Bar;
- or download this
package Foo;
use Very::Long::Module::Name as Shorty;
- or download this
package Bar;
use Some::Other::Long::Module::Name as Shorty;