Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Installed Module

by lidden (Curate)
on Apr 12, 2005 at 07:07 UTC ( [id://446878]=note: print w/replies, xml ) Need Help??


in reply to Installed Module

From "perldoc perlmodlib":
To find out all modules installed on your system, including those with +out documentation or outside the standard release, just use the following command (under the default win32 shell, double qu +otes should be used instead of single quotes). % perl -MFile::Find=find -MFile::Spec::Functions -Tlwe \ 'find { wanted => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'

Replies are listed 'Best First'.
Re^2: Installed Module
by jimrobertsiii (Scribe) on Apr 13, 2005 at 06:48 UTC
    ++ one liner, ++ clever use of File::Find. You gotta love perldoc.

    -Jim

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-19 21:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found