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