in reply to Re: Useless use of string in void context
in thread Useless use of string in void context

Thanks, that one hurt. Is there any information out there that gives hints/explains when Perl reports wrong lines?
  • Comment on Re^2: Useless use of string in void context

Replies are listed 'Best First'.
Re^3: Useless use of string in void context
by Anonymous Monk on Jul 22, 2011 at 10:40 UTC
Re^3: Useless use of string in void context
by AnomalousMonk (Archbishop) on Jul 22, 2011 at 19:01 UTC

    This wouldn't have helped with the misleading line number reported, but might have (and might in the future) spark your thinking about just what the root problem is: use diagnostics;