I work as an ETL developer and I have been meaning to create a Perl module where I can put a lot of the subroutines. I would also like, if it is possible, to have the module handle all the logging & error reporting although the second one is more of a nice to have than an immediate need.
I have never created a module or package in Perl before and I was wondering if folks can point me to tutorials & other reference materials that guides me through the process of taking a whole bunch of subroutines/functions that I have in my scripts and turning that into a module/package.
Thanks, Ashish