Earlier quoted context omitted.
Perl is really great at text processing. Pretty much any kind. A lot of folks dislike first-class regexes, but if they're magic in a lot of contexts like this. My second remaining use is experimental coding. It is probably about familiarity and experience (I've been writing perl since Perl 4), but I find it to be the most fluid, most "fun" language for noodling around and trying out ideas. I use Python for things oth…
You say "magic" as if that were a good thing. Which magic do you mean: supernatural, illusion, or fiction? https://en.wikipedia.org/wiki/Magic >Magic may refer to: >Magic (supernatural), a set of beliefs and practices distinct from religion and science https://en.wikipedia.org/wiki/Magic_(supernatural) >Magic (illusion), the art of appearing to perform supernatural feats https://en.wikipedia.org/wiki/Magic_(illusion)…
Not to be confused with the Perl feature called magic, where functionality can be attached to a variable to affect what happens whenever it is accessed. Though this is often used to implement the former concept.