Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Modules

by venki (Acolyte)
on May 30, 2002 at 17:06 UTC ( [id://170447]=perlquestion: print w/replies, xml ) Need Help??

venki has asked for the wisdom of the Perl Monks concerning the following question:

How to get the information about the MODULES installed ?

Replies are listed 'Best First'.
Re: Checking Which Modules are Installed
by cjf (Parson) on May 30, 2002 at 17:11 UTC
Re: Modules
by JSchmitz (Canon) on May 30, 2002 at 18:47 UTC
    You can find all of the modules that are installed on a system by firing up CPAN like so: perl -MCPAN -e "shell"
    Then at the prompt typing in: "autobundle" which will produce output like below example

    Package namespace installed latest in CPAN file
    Acme::Buffy undef 1.3 L/LB/LBROCARD/Acme-Buffy-1.3.tar.gz
    Algorithm::Diff 1.15 1.15 N/NE/NEDKONZ/Algorithm-Diff-1.15.tar.gz
    Algorithm::DiffOld 1.1 1.1 N/NE/NEDKONZ/Algorithm-Diff-1.15.tar.gz

    Autobundle will write all this info to a file which you can later peruse. Once you have the list of modules then will want to hit search.cpan.org for the docs.

    cheers

    JSchmitz

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-18 21:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found