On Wed, Feb 22, 2006 at 06:10:59PM -0800, [EMAIL PROTECTED] 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.)

Reply via email to