Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my $in =  yamlxs_to_ixhash $out;
    print Dumper $in;
    
  2. or download this
    # IxHash converted for output by YAML::XS
    # Notice the embeded IxHash was handled
    ...
             ]
        }
    ];
    
  3. or download this
    # ordered Tie::IxHash recovered from YAML::XS format
    \{
    ...
             'l' => 7
           }
    };