Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
use Data::Dumper;
use XML::DOM;
my $parser = new XML::DOM::Parser;
my $doc = $parser->parsefile ("file.xml");
print Dumper($doc);
$doc->printToFile ("out.xml");
stevexff said:rtfm : read the fine manual