in reply to Need Help Understanding Parsing XML into multi level struck
While you're fixing up spelling mistakes, "struckt subField"? "struck Field"?
Have you considered verifying whether $tree->{level1}->{level2}->{$item} and $tree->{level1}->{level2}->{$item}->{subItem} exist, before accessing them?
If $self is a reference to a hash, what is $self->$item, $self->$item->$subItem? A subroutine, I guess, since it's invoked and passed $tree->{level1}->{level2}->{$item}->{subItem}.
--
TTTATCGGTCGTTATATAGATGTTTGCA
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Need Help Understanding Parsing XML into multi level struck
by ralibm (Acolyte) on Mar 18, 2004 at 00:23 UTC | |
by ralibm (Acolyte) on Mar 18, 2004 at 00:43 UTC | |
by Anonymous Monk on Mar 18, 2004 at 03:02 UTC |