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

Why don't some CPAN modules append perllocal?

by Anonymous Monk
on Jan 29, 2023 at 02:15 UTC ( [id://11150003]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -MExtUtils::Installed -le '$_=ExtUtils::Installed->new->modules;p
    +rint'
    
  2. or download this
    perl -le '@_=grep/Module/,split/\n/,`perldoc -uT perllocal`;print scal
    +ar@_'
    
  3. or download this
    
    perl -MExtUtils::Installed -le '@_=ExtUtils::Installed->new->modules;p
    +rint for sort{lc$a cmp lc$b}@_' >mod.ext
    ...
    
    diff -y mod.ext mod.loc
    
  4. or download this
    diff -y mod.ext mod.loc|grep '<'|wc -l
    
  5. or download this
    diff -y mod.ext mod.loc|grep '>'|wc -l
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-25 14:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found