Hacker News new | ask | show | jobs
by pdimitar 727 days ago
Does it still require global library / module installations for your script's dependencies? If so, hard pass.
1 comments

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.