ken2 has asked for the wisdom of the Perl Monks concerning the following question:
The calling code is: my $hTableData = savePurpose($szXls);sub savePurpose ... my %hTptPurpose; ... return \%hTptPurpose;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Returning a hash?
by GrandFather (Saint) on Aug 24, 2006 at 02:34 UTC | |
by jdtoronto (Prior) on Aug 24, 2006 at 05:47 UTC | |
by ken2 (Novice) on Aug 24, 2006 at 02:45 UTC |