|
|
|
|
|
by jjav
1743 days ago
|
|
> Perl is still heavily used. I wrote more than 2K lines just last week, lots of it is throwaway. Agreed. For any one-off (or occasional) task that in any way involves juggling text (which in Unix CLI world is nearly all of it), perl is still the fastest way to get done. Back in '92 (roughly when I started using perl), its regex support was revolutionary. Today, all languages have decent string handling and regex support. And yet, none is quite so naturally well integrated as in perl. So here 30 years later, if I need to pick apart and recombine text, give me perl. |
|