in reply to Re^4: Array of Arrays on Monday.
in thread Array of Arrays on Monday.
my %application;
...
$application[$key] = $data[$application_pos];
I think this line from here should be
$application{$key} = $data[$application_pos];
(square [] vice {} curlies).
Update: Line in question was changed to
my $key = $data[$application_pos];
Give a man a fish: <%-{-{-{-<
|
|---|