http://www.perlmonks.org?node_id=481432


in reply to XML processing

sub char_handler { my ($parserInst, $data);
sub end_Handler { my ($parserInst, $element);
You may want to include the important  = @_ here as well.

    -Bryan