Help for this page
my $parser = XML::Simple->new(); my $data = $parser->XMLin($fh); # or my $data = $parser->XMLin(\*FH);