Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Standard Modules

by friedo (Prior)
on Mar 21, 2005 at 00:10 UTC ( [id://441084]=note: print w/replies, xml ) Need Help??


in reply to Standard Modules

Poor man's perlmodlib:

perl -MFile::Find -le 'find(sub { print "$File::Find::dir/$_" if /\.pm$/ }, @INC )'

Replies are listed 'Best First'.
Re^2: Standard Modules
by Anonymous Monk on Mar 21, 2005 at 00:20 UTC
    Thanks for that Friedo but i've already got something very similar to that to find what is currently installed. What i need is a list of modules supplied in the standard install so i can find the different between that and the list generated by the code you have supplied. Any ideas how i can code for this?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (1)
As of 2024-04-25 19:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found