[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-modperl
Subject:    Re: find all uninitialized variables?
From:       Konstantin Khomoutov <flatworm () users ! sourceforge ! net>
Date:       2006-02-24 11:12:00
Message-ID: 20060224111200.GD1068 () proxysrv ! domain007 ! com
[Download RAW message or body]

On Wed, Feb 22, 2006 at 06:10:59PM -0800, harry@greatlodge.com wrote:

> Looks like what I needed (if works) but with a lot of editting: use Module1,
> use Module2, ..., use ModuleN.
Why not just
$ find . -type f -name '*.pl' -print \
	-exec perl -Mstrict -Mwarnings -c '{}' \; 2>&1 >error.log?

(Sorry, I'm on Windows now I can't check this, but you've got the
idea.)

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic