So, if I'm reading this correctly, you've created a hash for each catalog and an anonymous hash for the part, then inserted a reference to the anon hash into each catalog under the corresponding part number, yes? Slick... I like it and it seems like it should handle the piecemeal nature of the source data nicely as well. Thanks!

As far as the memory/disk matters, it just needs to suck in source files of the form $lester\t$wai, correlate the numbers in all the files, and spew $lester\t$wai\t$pic\t$manu to stdout. From there, I'll capture it to a text file, send it to someone else, and forget about it until they either correct an input file or it comes time to update another catalog. I anticipate that the resulting data set will run around 12,000 records, so memory's not a concern.


In reply to Re: Re: Re: Re: 4-way interchange mapping by dsheroh
in thread 4-way interchange mapping by dsheroh

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.