Y
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
kqr
727 days ago
It does not, and has not for at least a decade!
link
pdimitar
727 days ago
So any guides on how to make a self-contained Perl script that needs dependencies?
link
shawn_w
727 days ago
See
https://metacpan.org/pod/pp
for one tool to do that.
link