http://qs1969.pair.com?node_id=684409

palette has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

I want to write automated testing suite for some .pl scripts. The scripts dont have proper subroutines defined and all the DB connections and logic in a conventional programming style.

Suggest ways to write test scripts for .pl scripts.