Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^4: List EXE_FILES installed by CPAN

by usemodperl (Beadle)
on Jun 24, 2018 at 08:45 UTC ( [id://1217315]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    echo perl -le'chomp(@_=`perldoc -T perllocal`);
    # List EXE_FILES installed by CPAN
    ...
    perl -e'@_=<STDIN>;print qq~\#\!/usr/bin/perl\n\nuse strict;~.qq~
    use warnings;\n\n@_;~'|perltidy -st >cpanexe;nano cpanexe
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    %_ = map { s/^\S+\///; $_ => 1 } @z;
    print $_ for sort { lc($a) cmp lc($b) } keys %_;
    

Log In?
Username:
Password:

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

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

    No recent polls found