in reply to Re: Populating an Array of hash's
in thread Populating an Array of hash's
What is this line doing?$template->param( FILES => [ map +{ NAME => $_ }, @files ], );
map +{ NAME -> $_}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Populating an Array of hash's
by ikegami (Patriarch) on Oct 02, 2008 at 02:13 UTC |