Different Perl Libraries

One of the first things you need to be familiar with is the Perl library directory. Perl maintains a directory of library files that are important and necessary for Perl. You might never write a script that uses any of these libraries, but you might download a script that will. Unlike its UNIX-like relatives, Win32 Perl’s directory names are not case sensitive. In other words, a directory that is named Perl could be spelled PERL, PerL, perl, or pErL. This is a feature of Win32, not Perl itself.

Older versions of Perl used only one library in which all modules and extensions resided. More recent versions of Perl make use of two different libraries: the default and site libraries. The default library is used for those ...

Get Win32 Perl Programming: The Standard Extensions, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.