in reply to Re: Why isn't this subroutine working?
in thread Why isn't this subroutine working?
(Update: in case you didn't figure it out from your dialog with ikegami, when your IDE reports a syntax error, it's because perl reported a syntax error; the script won't run at all until you fix the syntax error.)
EPIC (the Eclipse module for Perl support) uses PPI to parse the program or module and identify warnings and errors before it is executed, so false positives and false negatives are possible. But it's unlikely.
|
|---|