15 Feb
2011
15 Feb
'11
3:04 p.m.
I ran into this same error yesterday in a non-Dancer env. I was trying to open a file that didn't exist and wasn't checking success. On Tue, Feb 15, 2011 at 10:02 AM, Flavio Poletti <polettix@gmail.com> wrote:
You are not checking whether the open() is successful or not (unless you're using autodie or Fatal, which is not shown here). I suspect this might have something to do with your error.
Cheers,
Flavio.