Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: installing modules

by Corion (Patriarch)
on Aug 10, 2010 at 11:09 UTC ( [id://854004]=note: print w/replies, xml ) Need Help??


in reply to installing modules

There is App::FatPacker to collect all prerequisites and paste them into your main script. Also, PAR::Packer collects the prerequisites somehow.

I guess the most common approach is to run your program and at the program exit, dump %INC, which contains all loaded modules:

use Data::Dumper; END { print Dumper \%INC; };

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://854004]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-25 13:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found