- or download this
my @AoA = (
#Array of Array Stuff
...
sub return_fundHash {
return \%fundHash;
}
- or download this
use perlMod;
my $AoA = perlMod::return_AoA();
my $fundHash = perlMod::return_fundHash();
- or download this
my $toMail = $$AoA[$i][2] . "\@mail.host";