|
|
|
|
|
by mhd
3818 days ago
|
|
It's an Algol-based language. I never quite got what people "got wrong" with Perl code. Yes, I've seen bad examples, but those would've looked pretty much the same in C, Pascal or Python (deep nesting, bad names, overuse of regexps). Back in the days one argument was using "grep" or "map" instead of explicit for-loops, but in this day of functional programming, that would seem a weird criticism. Is it the type glyphs? ($%@) References are a bit unnecessary, yes. |
|