Help for this page
my $file = qq(appsimage_EBSB4.xml); open my $fh, '<', $file; binmode $fh; my $doc = XML::LibXML->load_xml(IO => $fh); close $fh;
my $doc = XML::LibXML->load_xml( location => qq(appsimage_EBSB4.xml) +);