in reply to Re: Strange die message at print line: hacker attack?
in thread Strange die message at print line: hacker attack?
Or at the end. It's typical for this sort of error report from perl to mention the current value of $. along with the file handle that was last read (i.e. the one that set $. to its current value) -- even after the script has reached the end of that file and has closed the handle. It's also not uncommon for this portion of the error message to be irrelevant to the cause of the problem.
|
|---|