Hacker News new | ask | show | jobs
by brightball 721 days ago
Perl is deeply underappreciated and needs a lot more love. One of the keynotes at the polyglot conference that I run is going to be Perl talk and I'm really looking forward to it.
1 comments

Does it still require global library / module installations for your script's dependencies? If so, hard pass.
It does not, and has not for at least a decade!
So any guides on how to make a self-contained Perl script that needs dependencies?
See https://metacpan.org/pod/pp for one tool to do that.