Perl
-
How to build your own perl module distribution
Every time I have the chance of programming in Perl, I enjoy it more and more because it's a language that adapts to my needs very easily. Sometimes I want to create a module to reuse the functionality that repeats over and over in my Perl scripts. Still, until not long ago, I have never known how to prepare my Perl modules to build and install them easily in...