Writing Perl test cases

8
If you’ve ever automated any operations with Perl you’ll most likely have written a small script or two, and then left them to run. But how do you know that your code is correct? The answer is to write some test cases and verify they perform correctly. With Perls test facilities this is a simple thing to do.

Link: Debian-Administration.org