Category Archives: distributions

Install scripts from distributions.

Perl’s distribution system is quite powerful and supported by a variety of tools that can make life easier for you. Most people tend to think that “distributions” are synonymous with modules, but that’s only one of the uses for distributions. In Item 91: Write Scripts as Modules, we talk about the creating programs as “modulinos”, [...]