#!/usr/bin/perl -w use strict; use XML::Twig; my $twig= XML::Twig->new( twig_handlers => { Item => sub { print $_->text, "\n"; } }); $twig->parse( \*DATA); __DATA__ A Book