in reply to slow perl script interpretation (syntax check)

I seem to recall that some versions of Fedora supplied a perl binary with internal debugging enabled, which may slow things down a bit. You can see whether this is the case as follows:
$ perl -Dt -e 1 Recompile perl with -DDEBUGGING to use -D switch (did you mean -d ?) $
In this case, it hasn't got debugging compiled in.

Dave.

Replies are listed 'Best First'.
Re^2: slow perl script interpretation (syntax check)
by Robot (Novice) on Oct 13, 2007 at 21:13 UTC
    10x, Dave!

    Unfortunately, that's not the case (just checked all of them - they haven't got debugging compiled in).