Y
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
pdimitar
721 days ago
Does it still require global library / module installations for your script's dependencies? If so, hard pass.
link
kqr
721 days ago
It does not, and has not for at least a decade!
link
pdimitar
721 days ago
So any guides on how to make a self-contained Perl script that needs dependencies?
link
shawn_w
721 days ago
See
https://metacpan.org/pod/pp
for one tool to do that.
link