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