Do you have any strategies for retrofitting unit tests onto a code base that currently has no unit tests ?
If ever you are trying to add unit tests to old perl code I strongly recommend
Perl Testing: A Developer's Notebook by Ian Langworth and chromatic.
It has some very nice trick on testing legacy and "untestable" code.