Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Is it worth knowing Perl? Real-life examples please

by GrandFather (Saint)
on Oct 23, 2019 at 21:23 UTC ( [id://11107916]=note: print w/replies, xml ) Need Help??


in reply to Is it worth knowing Perl? Real-life examples please

I have written large systems in the past using Perl, most of which could as well have been written in Python but would probably have required twice the number of lines of code. Where I use Perl now is for quick mutable tools and that is where Perl really shines.

Right at the moment I'm using a Perl script to validate digital filtering algorithms and configurations. I can paste a set of FIR filter coefficients into the __DATA__ section of a script and plot results with Tk using just a few lines of code. Tomorrow I may be using it to parse a log from a USB analyser or data from a logic analyser. In each case it will be a modest number lines of code written quickly and discarded just as fast. For that sort of task Perl feels much more productive than any other language I've used due largely to things like map, grep and Perl's simple but powerful data types.

If community is important then Perl leads the pack by a vast distance largely due to PerlMonks. I haven't seen anything like PerlMonks that is anywhere near as good for any other language, at least until StackOverflow came along.

Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond
  • Comment on Re: Is it worth knowing Perl? Real-life examples please

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11107916]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-26 09:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found