Re: perl lint

2002-11-14 Thread Nathan E Norman
On Thu, Nov 14, 2002 at 10:54:23AM +0100, Dominique Dumont wrote: > Michael Heironimus <[EMAIL PROTECTED]> writes: > > > 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 fla

Re: perl lint

2002-11-14 Thread Dominique Dumont
Michael Heironimus <[EMAIL PROTECTED]> writes: > 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 abou

Re: perl lint

2002-11-10 Thread Rob Weir
On Sun, Nov 10, 2002 at 07:18:35AM -0500, Tom Allison wrote: > Somewhere I thought I saw comment for something that will clean up > perl code to make it "pretty". Or more readable. Ah. Try indent, Artistic Style (astyle) or even just loading it into emacs and hitting ,-,,--\ to reindent the who

Re: perl lint

2002-11-10 Thread Tom Allison
Bob Proulx wrote: Michael Heironimus <[EMAIL PROTECTED]> [2002-11-09 19:24:10 -0600]: 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") en

Re: perl lint

2002-11-09 Thread Bob Proulx
Michael Heironimus <[EMAIL PROTECTED]> [2002-11-09 19:24:10 -0600]: > 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 lot

Re: perl lint

2002-11-09 Thread Michael Heironimus
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 -- To UNSUB

perl lint

2002-11-09 Thread Tom Allison
is there something to clean up perl code similar to other "lint" type applications? -- Begathon, n.: A multi-day event on public television, used to raise money so you won't have to watch commercials. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Cont