Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
These are the ones I (seem to) use the most:
$ find test/perl -name '*.p[lm]' -exec grep '^use ' {} \; | cut -d' ' +-f2 | perl -wle 'while(<>){ s/\s*//g; s/;//g; print}' | sort | sort +| uniq -c | sort -rn | head -50 704 strict 606 warnings 186 Data::Dumper 175 Log::Log4perl 170 constant 135 Getopt::Long 123 Pod::Usage 106 lib 49 base 45 fields 39 vars 34 Benchmark 30 FindBin 27 DateTime 26 DBI 23 Test::More 23 File::Find 22 Term::ANSIColor 14 Time::HiRes 14 Readonly 14 Module::Install::Base 14 Exporter 13 Time::Local 13 File::Copy 13 Digest::MD5 12 XML::Writer 11 URI::Escape 11 GraphViz 10 Text::ParseWords 10 Log::Dispatch::FileRotate 10 JSON::XS 10 Config 9 Image::Imlib2 9 Date::Calc 8 POSIX 8 List::Util 8 Blog 7 Test::MockDBI 7 Storable 7 Math::BigInt 7 IPC::SysV 7 IPC::Msg 7 Carp 7 Archive::Zip 6 Test 6 File::Spec 6 Fcntl 6 Date::Manip 6 Cwd 6 Catalyst::Test ...
--
No matter how great and destructive your problems may seem now, remember, you've probably only seen the tip of them. [1]

In reply to Re: Which modules provide highest return-on-investment? by andreas1234567
in thread Which modules provide highest return-on-investment? by missingthepoint

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found