in reply to Re: I don't understand why I'm getting an "Use of uninitialized value" error
in thread I don't understand why I'm getting an "Use of uninitialized value" error
It involves a XML. I have a source XML. What I'm trying to accomplish is open the XML once, and have some form of perl 'scripting thingy' run through the xml multiple times to pick out the tags.
I.E. If there is a tag in the xml like '<ID>test</ID>', set the variable $ID to 'test'. If there is a timestamp '<TimeStamp>2011-09-24T21:38:11Z</TimeStamp>', pull out '2011-09-24T21:38:11Z'. I'm a novice when it comes to perl/xml interactions. Just trying to get the information out.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: I don't understand why I'm getting an "Use of uninitialized value" error
by GrandFather (Saint) on Nov 03, 2011 at 21:30 UTC |