in reply to What's the difference between a suite, a library, and a distribution?

In Perl, "library" generally refers to the collection of modules installed on your system. The "standard library" refers to all the core modules, and is a subset of the library installed on your system.
  • Comment on Re: What's the difference between a suite, a library, and a distribution?