Help for this page

Select Code to Download


  1. or download this
    my $instance = 
      $self->gnew(LastPartOfLongPackageName, @args_to_constructor);
    
  2. or download this
    package XML::Quickbooks::Util;
    # ABSTRACT: various utility functions
    ...
      Class::MOP::load_class($class);
      $class->new(@constructor_args);
    }