object-oriented-perl

What are the good certifications for Perl developers?

Just want to know, is there any good Perl programming certifications (Perl 5) available which also covers object oriented Perl. ...

How to reclassify Perl object

I'm working with a few Perl packages, we'll call them Some::Parser and Some::Data. A Some::Parser object has methods to return objects of type Some::Data. I have written a class that extends the Some::Data class, let's call it My::Data. Objects of class My::Data are really just objects of class Some::Data, but with additional methods tha...