|
|
|
|
|
by yakubin
1378 days ago
|
|
I’ve had very limited contact with Perl, but for scripting purposes it does seem like the best option, so I intend to sit down to it and learn it better. It looks like a great next step after sed and awk (perl -pe). I love the ability to write terse scripts, reasonable speed for a scripting language and, as you said, backwards-compatibility (such a stark contrast compared to Python). |
|
http://modernperlbooks.com/ is where you can read it for free.