Help for this page

Select Code to Download


  1. or download this
    sub someMethod {
       my $this = isa( ref $_[0], 'Package::Path::Module' ) ? shift : die(
    +'Package::Path::Module::someMethod called with uninstantiated object.
    +');
    #   ...
    }
    
  2. or download this
    sub someMethod {
    =PERL_INCLUDE
    ...
    =PERL_INCLUDE
    #   ...
    }