Wednesday, July 20, 2016

Perl : subroutine redefined, prototype mismatch

I was refactoring my code and placing some common methods into a base module in my Perl lib directory.

Unfortunately some of my new method names had name collisions with possible subroutines in other packages.

I was able to rename the methods that I was exporting for use in my PL files and the errors went away.

No comments:

Exploring ELK (Elastic) Stack for hack-a-thon

At my current gig, our group finally got to do hack-a-thon week and I joined a team project that tied together a few of the technologies I&#...