[Dancer-users] Problem with an open filehandler within the route

Jonathan Hogue jon at hogue.org
Tue Feb 15 16:04:32 CET 2011


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 at 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.
>


More information about the Dancer-users mailing list