Help for this page

Select Code to Download


  1. or download this
    #!/bin/perl -w
    use XML::DOM;
    use PerlIO::encoding;
    ...
    $doc->print($fh);
    
    $doc->dispose;