in reply to If I was forced to program in another language, the Perl language feature I would miss most would be:
That would've been a lot harder in most other languages.my @grid; foreach my $rec (@records) { $grid[$rec->{x}][$rec->{y}] = $rec; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: If I was forced to program in another language, the Perl language feature I would miss most would be:
by ikegami (Patriarch) on Oct 17, 2006 at 15:24 UTC | |
|
Re^2: If I was forced to program in another language, the Perl language feature I would miss most would be:
by jgamble (Pilgrim) on Oct 17, 2006 at 18:55 UTC |