in reply to Re: Fastest way to minimally check that file contains perl code?
in thread Fastest way to minimally check that file contains perl code?
On a side note: It's possible to run Perl::Tidy in a server mode, which is far faster than starting it up for each file.
Though I doubt it's faster than perl -c , unless using/requiring a large tree of dependencies (like Moose) is causing the lag here.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Fastest way to minimally check that file contains perl code?
by hippo (Archbishop) on Mar 13, 2020 at 16:46 UTC | |
by LanX (Saint) on Mar 13, 2020 at 17:22 UTC |