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

Some commonly-used built-in modules:

List::Util
Getopt::Long
Test::More
Cwd
Data::Dumper
File::Find
File::Temp
File::Basename

Some commonly-used pragmas:

strict
warnings
autodie
diagnostics

Some commonly-used modules from the CPAN:

List::MoreUtils
DateTime
File::Slurp
Moose
  • Comment on Re: what are the commonly used modules in perl?

Replies are listed 'Best First'.
Re^2: what are the commonly used modules in perl?
by Tux (Canon) on Jan 06, 2014 at 21:32 UTC