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