Help for this page

Select Code to Download


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