in reply to Reverse Engineering Perl Using... Perl.
I guess part of the process is to put use strict and use warnings in each source file.
A really neat next trick would be to write some code to take the compiler errors and fix the easy bareword and related issues. This is sort of a version of your Possible Start Point, but using the compiler to do some of the work for you.
|
---|