I mentioned in my post that I felt I had it tracked to a particular area of my code, however Athanasius pointed out a pretty obvious issue with that particular line which did resolve part of the problem. You can see my response to them for further details. I am however curious what issues there are with my code

I'm not a perl programmer although having started working with the language I quite like it and will likely put some time into it going forward. It's just that the software packages we use in house are not capable of dealing with a file like this and so I was asked to come up with a solution and this is me trying to do that. Any advice is appreciated though if its very technical in relation to perl specific things it will likely be beyond me for the time being though I would still like to know.

I know I can use the Datta::Dump to see what is going on but I have a loop that does something similar showing me the position in the 2d array as well since I was double checking positioning for the eventual output to csv format.


In reply to Re^2: Undef and Unitialized Issue by Pharazon
in thread Undef and Unitialized Issue by Pharazon

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.