in reply to Re: Re: Re: Need Help Understanding Parsing XML into multi level struck
in thread Need Help Understanding Parsing XML into multi level struck
If I'm understanding you correctly, you're not using proper syntax for hash references. If $self is a HASH ref, and $item is a key, then $self->{$item} and not $self->$item are what you want.