Help for this page
my $p = new XML::Parser (Handlers => {Start => sub{hdl_start($tag, $na +me, @_)}, ...
sub hdl_start { $_[0] = $_[2]; $_[1] = $_[3]; }