Buckaroo Buddha has asked for the wisdom of the Perl Monks concerning the following question: ⭐ (arrays)
How do I do that?
while <> { @record = split(',',$_); $key = shift(@record); $list{$key} = \@record; }
Originally posted as a Categorized Question.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I create a new array in memory?⭐
by btrott (Parson) on Jun 27, 2000 at 02:03 UTC | |
|
Re: How do I create a new array in memory?
by davorg (Chancellor) on Jun 27, 2000 at 15:09 UTC |