Thanks for the help. I knew the code was a little inefficient, but was satisfied since I'm just starting out and it did the job. Of course it's always good to write more efficient code and the previous date solution did cross my mind at one point so I plan on making the changes. As for insufficient resources, that was the first thing I checked. I monitored the RAM usage and found that it remained pretty constant - only taking up maybe a few kb or MB (Don't remember)RAM, still I had over 100MB RAM free and the drive still has 15GB available, so I don't think it's a resource issue. I was actually going to try splitting the file if I couldn't find a solution. So I'll probably implement the new code, try that, and then if that fails, I'll just figure out a way to split the file since the file is on a NT box.

In reply to Re: Large File Size by Anonymous Monk
in thread Large File Size by Anonymous Monk

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.