Help for this page

Select Code to Download


  1. or download this
    sub import {
      my($pkg, %args) = @_;
    ...
    use Very::Long::Class::Name ( as => 'Name' );
    
    my $obj = Name->new;
    
  2. or download this
    use Very::Long::Class::Name;
    use Package::Alias ( Name => 'Very::Long::Class::Name' );