What's the best way to use a module by an alias or short name?
In Python you can do "import foo.barista.bazoo.qux as fbbq". If I have a Perl module with a long name (ex. Foo::Barista::Bazoo::Qux), how can I refer to its contents using something like $fbbq::the_scalar instead of $Foo::Barista::Bazoo::Qux::the_scalar?
In reply to How can I use a module via a short name or alias? by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |