Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: disabling unnecessary perl modules

by no_slogan (Deacon)
on May 29, 2014 at 21:57 UTC ( [id://1087884]=note: print w/replies, xml ) Need Help??


in reply to disabling unnecessary perl modules

I haven't read through that script, but you can see what modules are loaded by looking at %INC. Stick something like this in a convenient place:

print $_,"\n" foreach sort keys %INC;

Log In?
Username:
Password:

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

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

    No recent polls found