Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: How do you audit what Perl modules you use?

by sh1tn (Priest)
on May 09, 2005 at 18:00 UTC ( [id://455255]=note: print w/replies, xml ) Need Help??


in reply to How do you audit what Perl modules you use?

You may want to try shell command like:
$ egrep -rh '^use ' | sort -u
where most of the 'use ' strings will be modules.


Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-19 23:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found