[Catalyst] Use of uninitialized value in delete

Larry Leszczynski larryl at emailplus.org
Sun Oct 28 04:34:27 GMT 2012


Hi Bill -

On Fri, Oct 19, 2012, at 11:37 AM, Bill Moseley wrote:

> Use of uninitialized value in delete
> 
> with a line number pointing to this line:
> 
> delete $c->stash->{foo};
> 
> I didn't think that delete() issued a warning,

Are both $c and $c->stash defined at that point?


Larry



More information about the Catalyst mailing list