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