in reply to Use of uninitialized value in hash element at
sub get_attribute { my ( $self, $attribute ) = @_; return exists $self->{ATTRIBUTES} && exists $self->{ATTRIBUTES}{$a +ttribute} ? $self->{ATTRIBUTES}{$attribute} : undef; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Use of uninitialized value in hash element at
by zwon (Abbot) on Apr 06, 2011 at 12:50 UTC | |
by Anonymous Monk on Apr 27, 2011 at 17:12 UTC | |
by zwon (Abbot) on Apr 27, 2011 at 17:21 UTC | |
by Anonymous Monk on Apr 27, 2011 at 18:09 UTC | |
by zwon (Abbot) on Apr 28, 2011 at 12:44 UTC |