in reply to Re: How to check if a word is reserved
in thread How to check if a word is reserved

I mainly want to use this syntax checker for code that is still under development which may not be ready to pass a full syntax check. Also, I may be mistaken, but it seems like calling a non-existant function doesn't get caught by the perl syntax checker. It only triggers an error when the code is actually run.
  • Comment on Re: Re: How to check if a word is reserved

Replies are listed 'Best First'.
Re: Re: Re: How to check if a word is reserved
by hossman (Prior) on Jun 13, 2003 at 23:23 UTC

    Holy Crap! ... you're right.

    I can't believe I've never noticed that before. Man, that's anoying.

    ... i retract my comment ... keep up the good work.