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


in reply to Homeland Security Threat Level

++ to b10m and a different grab, just for fun.

use LWP::Simple; use XML::Simple; my $xml = XMLin ( get 'http://www.dhs.gov/dhspublic/getAdvisoryCondition' ); print $xml->{CONDITION}, $/;