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

Re: disabling unnecessary perl modules

by InfiniteSilence (Curate)
on May 29, 2014 at 22:24 UTC ( [id://1087888]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # cat foo.pl
    # -----------
    ...
    
    strace perl foo.pl 2> foo.pl.strace
    perl -ne 'if(m/(\S+\.pm)/){print qq|$1\n|}' foo.pl.strace|sort|uniq|ca
    +t -n
    
  2. or download this
    ...
       149    stat64("/usr/lib/perl5/site_perl/5.10.0/LWP.pm
    ...
       159    stat64("/usr/lib/perl5/vendor_perl/Encode/ConfigLocal.pm
       160    stat64("/usr/lib/perl5/vendor_perl/Log/Agent.pm
       161    XSLoader.pm
    

Log In?
Username:
Password:

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

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

    No recent polls found