On Sat, Nov 09, 2002 at 08:02:14PM -0500, Tom Allison wrote:
> is there something to clean up perl code similar to other "lint"
> type applications?
The -w flag ("perl -w script.pl" or "#! /usr/bin/perl -w") enables lots
of warnings about potential problems.
--
Michael Heironimus