I have the error checking on my script, I omitted it here because I didn't want the code to be too long. The thing is, the parsing is working fine. The problem is, when I assign the result of the fields() function to some array, and then later use fields() again to a different array, I can't get at the data in the first array. It seems almost like a memory management issue behind perl somewhere because I'm carefully and correctly using scoping here and the array names aren't in conflict at all. I even tried copying the results to a new array but that gives me the hanging as well. If the code is working fine on your machine, I'm betting that it has to be something wrong with the installation or something on my machine :(

In reply to Re^2: Script Hanging w/Data::Dumper and Text::CSV_XS by saberworks
in thread Script Hanging w/Data::Dumper and Text::CSV_XS by saberworks

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.