in reply to Re^4: extract tag content from VLC webserver via XML::Rules
in thread extract tag content from VLC webserver via XML::Rules

I'm fairly new to Perl also and had a question very similar to yours - I was attempting to extract certain tags and values out of an atom feed. The discussion thread, with several examples provided, can be found here:

http://perlmonks.org/?node_id=1039168

I recommend the example posted by POJ as it allows you to extract values based on the tag using Rules. Very handy.

Matt