0 0 3 256 [...] CINEMIX CINEMIX Soundtracks Classical New Age John Williams-Losing E.T.-E.T. The Extra-Terrestrial: 20th Anniversary 192 kb/s [...] 2 [...] #### #!/usr/bin/perl use strict; use XML::Rules; use LWP::Simple; my $streaminfo = get("http://127.0.0.1:8080/requests/status.xml"); my $parser = XML::Rules->new( stripspaces => 7, rules => { info => sub { print "$_[1]->{_content}\n"; return; }, } );