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


in reply to How to measure Perl skills?

All of your reqirements are needed to write a simple OO module. So pick a simple spec, e.g., a Book class with title, author and ISBN as object attributes and number of books as a class attribute. In an hour, someone versed in OO Perl should be able to sketch out a solution.

Extra points for

-Mark