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


in reply to Re: Testing: Fun for the family
in thread Testing: Fun for the family

For anybody looking for a more up-to-date article, I'd recommend taking a look at Test::Tutorial or Andy Lester's Automated Testing with Perl.

The developerworks article uses the Test module which, while still occasionally of use, is mostly superseded by Test::More and the other Test::Builder based modules.