The joy of rediscovering Perl

40 points by henrytill


hoistbypetard

I like the sentiment here, and even as python is my default choice for so many things, for certain tasks, I jump straight to perl.

But this:

The past months NPM-shenanigans made me long for the days where I could, for the most part, install my dependencies through my distro package manager, and not pull the latest and greatest (and backdoored) version from a third party package registry.

doesn't align with my memories of using perl heavily. perl -MCPAN -e shell was a regular thing in my world, and I don't remember anything that made that safer than what people do with npm now.