use XML::Simple;This indicates that you are probably dealing with XML files, although you don't seem to call any XML::Simple functions. One of the benefits of using XML::Simple is that is forces you to learn to navigate arbitrarily complex Perl data structures.
If you are parsing XML and you want to abstract some of those gory details away, I recommend switching to another parser, such as XML::Twig. It is sometimes easier to call methods to handle elements and attributes.
In reply to Re: Hash handling error
by toolic
in thread Hash handling error
by satzbu
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |