Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings; 
    ...
    
    print '<?xml version="1.0" encoding="UTF-8"?>'."\n";
    print $tree->as_XML();
    
  2. or download this
    $ perl puttyconfig.pl 
    <?xml version="1.0" encoding="UTF-8"?>
    <configuration savepassword="True" version="0.2.1.4">
    ...
      </root>
    </configuration>