in reply to Re: Tips for managing Perl projects?
in thread Tips for managing Perl projects?
As a "QA" tester (I hate that name, but it points towards what I actually do), I'll emphasize:
Logging
Exception Handling (especially for I/O)
If you have to, you can do the rest after the fact, but if you lack either of these, fixing things becomes radically more difficult.