Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: what are the commonly used modules in perl?

by KevinZwack (Chaplain)
on Jan 09, 2014 at 16:47 UTC ( [id://1069995]=note: print w/replies, xml ) Need Help??


in reply to what are the commonly used modules in perl?

I think this is a reasonable question; the choices of CPAN modules is overwhelming, and yet there are some modules that I use frequently.

use Getopt::Long; # I use this in all my programs use Carp qw(cluck confess); use Time::HiRes; # I wish this was Perl's default use Win32; # When I need to call a Win32 DLL use XML::LibXML; # Meets all my XML needs; See also XML::SemanticDif +f use LWP; # LWP & friends for web stuff use Exporter; # For writing my own modules use IO::Handle; # Some less frequently used favorites use Term::ANSIColor; # The world is better in color use Socket; # When you need to do your own socket thing use DateTime::Format::* # For date/time processing

I hope that helps.

Log In?
Username:
Password:

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

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

    No recent polls found