I would like to order the output in the order in which I fill the hash as listed above...

That kind of sounds like you're wanting an ordered hash. My first thought on that was Tie::IxHash. In looking for the link for that module, I stumbled across another module that does something similar and it had a link to yet another module (Hash::Ordered). The documentation for Hash::Ordered has links to other similar modules as well as some benchmarks run by its author comparing the different modules that provide an ordered hash.

Of course, based on your full description, I'm thinking that choroba's suggestion would be what I probably would go with.


In reply to Re: Sorting a hash in a predetermined order by dasgar
in thread Sorting a hash in a predetermined order by edimusrex

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.