in reply to Re^3: Use of uninitialized value in hash element at
in thread Use of uninitialized value in hash element at
Sure. This warning is actually means that $attribute is not defined. You probably calling this method like:
somewhere$self->get_attribute
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Use of uninitialized value in hash element at
by Anonymous Monk on Apr 27, 2011 at 18:09 UTC | |
by zwon (Abbot) on Apr 28, 2011 at 12:44 UTC |