Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

List EXE_FILES installed by CPAN

by usemodperl (Beadle)
on Jun 23, 2018 at 18:18 UTC ( [id://1217296]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    
    ...
    
  2. or download this
    #!/usr/bin/perl -l
    
    ...
    #print $n;
    
  3. or download this
    perl -le'chomp(@_=`perldoc -T perllocal`);
    # List EXE_FILES installed by CPAN
    ...
    for(@_){if(/\s/){@x=split/\s/;push@z,$_ for@x}else{push@z,$_}}
    %_=map{s/^\S+\///;$_=>1}@z;print$_ for sort{lc($a)cmp lc($b)}keys%_'
    
  4. or download this
    perl -le'chomp(@_=`perldoc -T perllocal`);
    # List EXE_FILES installed by CPAN, by module
    ...
    @x=split/\s/,$_{$_};s/^\S+\/// for@x;$_{$_}=join"\n ",
    @x}else{$_{$_}=~s/^\S+\///g}print"$_\n $_{$_}\n"}'
    

Log In?
Username:
Password:

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

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

    No recent polls found