Help for this page

Select Code to Download


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