zer I stumbitted the question, inadvertently, before finishing, so some of the info you ask may have been missing when you replied. In any case, thank you!

As I will with the suggestion from jdporter (above), I'll explore yours, as my quick test seems to suggest a way to simplify my code, greatly (the size, length of what exists is why the OP does not have a great deal of code since it's merely routine cgi- and hash-handling techniques which are well known).

in the html form, action invokes confirm.pl, and submit POSTs the sample row and 600+ others, plus some other stuff. confirm.pl undertakes to delete the items for which there is no quantity (ie, not ordered today) and the other processing I mentioned, and then creates -- dynamically, I suppose one could say -- a new (shorter!) page which the customer can review and approve (in which case, another script ships off the order, a confirmation email, etc) or revise (eg, if ordered 100 but intended to order 500 of item In.}

Hope to build a decent way to add items, too, but that's a mere glimmering. For now, the vendor will be happy with a site that says (implicitly), "If you missed an item, send the rest and then go back to go to send another order."

In reply to Re^2: sorting mixed alpha_digit keys of a hash? by ww
in thread sorting mixed alpha_digit keys of a hash? by ww

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.