Picking the Right Module
First, you need to pick the right module. A good starting place is the CPAN itself at http://www.perl.com/CPAN. You need to decide which module you're interested in.
CPAN modules are named, roughly, by what they do. For example, Image::Size takes an image and reports what size the image is; this module is useful for working with Web pages. Some modules have unusual names though. LWP derives its name from a Perl library called libwww-perl.
You also can find bundles of modules on CPAN. These bundles contain several related modules—and usually prerequisite modules—all in one large package. For example, the libnet bundle installs like a module, but in the process, you get several modules all related to networking. LWP is ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access