in reply to XML Feed to MySQL
#!/usr/bin/perl use LWP::Simple; use XML::Simple; my $xml = XMLin(get("http://example.org")); #... [download]