in reply to Re^2: Perl Variables
in thread Perl Variables
In this case, I think a hash of hashes is definitely the way to go.
$TGS_Value{$tgs}{VAR} = \@VAR; $TGS_Value{$tgs}{STR} = \@STR; $TGS_Value{$tgs}{PER} = \@PER; $TGS_Value{$tgs}{MKT} = \@MKT; $TGS_Value{$tgs}{INS} = \@INS; $TGS_Value{$tgs}{GL} = \@GL;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl Variables
by Nalina (Monk) on May 15, 2007 at 04:17 UTC | |
by kyle (Abbot) on May 15, 2007 at 04:58 UTC |