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

Please note that your thread's title is confusing, many will think about the syntax check that highlighter and auto-intendation are doing for you.
Strange.. it's "syntax check" even in perldoc perlrun, googling "perl syntax check" returns relevant results.
  • Comment on Re^2: How good IDE should syntax-check perl code?

Replies are listed 'Best First'.
Re^3: How good IDE should syntax-check perl code?
by LanX (Saint) on Mar 10, 2016 at 12:45 UTC
    Yeah maybe, but we are talking about IDEs right, they do many types of checks.

    My idea after reading the title was not perl -c which is to be honest compilation check only, since runtime errors aren't caught.

    At least I was confused ...

    Cheers Rolf
    (addicted to the Perl Programming Language and ☆☆☆☆ :)
    Je suis Charlie!

      ok, updated post