Ahhh, yes! But, here's the thing. How do I create a data structure that is ordered. I mean, I realize that hashes are unordered, but I'd like to create an ordered YAML sequence from a data structure. The problem is, an ordered YAML sequence looks the same Perl hash structure wise (from input) as an unordered YAML on output. I need the YAML to be ordered, and my issue is creating the data structure that makes that.