Help for this page

Select Code to Download


  1. or download this
              'Account::' => *{'My::Module::Account::'},
    
  2. or download this
    {
      $ENV{PATH} = "/bin";
    ...
        }
      }
    }
    
  3. or download this
    The next module is: My/Module/Account.pm
    our @EXPORT = qw( . . . _GenerateAccountSummary . . . );
    our %EXPORT_TAGS = ( all => [qw( . . .  _GenerateAccountSummary  . . .
    + )] );
    sub _GenerateAccountSummary {