http://www.perlmonks.org?node_id=107094


in reply to Re: I wrote my first Perl Module
in thread I wrote my first Perl Module

I wrote my first module just as a collection of quick utilities that I found myself needing a lot. Getting a datestamp in a particular format, converting IP addresses between an xxx.xxx.xxx.xxx string format and a numeric format, that sort of thing. It made great practice for when I started building a set of modules for other folks in development group to use.