in reply to How good IDE should syntax-check ( compile with perl -c ) perl code?

Anything that calls it self an "IDE" already does this

  • Comment on Re: How good IDE should syntax-check perl code?

Replies are listed 'Best First'.
Re^2: How good IDE should syntax-check perl code?
by vsespb (Chaplain) on Mar 10, 2016 at 11:05 UTC
    no, it seems mine one checks scripts with perl -wc script.pl and modules with perl -wc Module.pm