http://www.perlmonks.org?node_id=983555


in reply to Re: Parsing NWS Public Alerts in CAP/ATOM
in thread Parsing NWS Public Alerts in CAP/ATOM

Well XML::Feed has way too many dependencies that are not on my server (shared server), so I didn't install because it needed too many other mods. XML::Twig installed fine, but wow, it does way too much (I'm sure that is great for more complex things), and I am having a hard time trying to figure out how to even parse a simpler current weather conditions xml file with out it coming up with errors like "Use of uninitialized value $temp_F in concatenation (.) or string at parsetest.pl" And it is getting really frustrating. I was have better luck with XML::Simple until I started trying to read the CAP Alerts. :(

John