Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        open (my $xfile, ">", $file) or die "Can't save to $file: $!";
        $twig->print(\*$xfile);
    }