No, you probably don't want that. You want a real data structure, possibly a hash of hashes of arrays by your description.
my $data = { example => { other => [ ], } }; $data->{example}->{other}->[0] = "wuzzle";
See perldoc perlreftut and perldoc perldsc.
In reply to Re: Dynamically Building Variable Names
by Fletch
in thread Dynamically Building Variable Names
by willyyam
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |