|
|
|
|
|
by oneweekwonder
1704 days ago
|
|
> Perl in 2021 probably seems like some curious antique like AWK Sure you can call awk an antique tool being 44 years old, but its available on almost all unix-like systems even on router running busybox or bare minimum containers using alphine. So its definitely a personal nitpick of mine calling a very relevant tool an antique. |
|
No sane person is going to write an entire application in Awk anymore. But there are certainly 20 years old there who will encounter Awk while doing some command line data munging via SO and it will slowly become a tool in their toolbox.
Perl doesn't really have that. Sure you can ` | perl -e "..."` but honestly, I can do that with python/PHP too. I haven't encountered an SO answer for command line data processing hacks that have used perl in ages.