Sorry, didn't intend to be "not so nice". When debugging problems remotely, and aren't intimately acquainted with the goal, people in help forums often focus on the first issues we see, even if they aren't the root cause. Moreover, it seemed reasonable that that it was your root cause (though it turned out not to be) because the new as-of-yet unassigned $files_href created by the second 'my' would have started as undefined, so it appeared that was why it was trying to use an "undefined value as hash reference". I saw what LanX was hinting about, and agreed that it was a good first step in the debugging process for you; since your post indicated you hadn't seen the 'my' issue yet, I tried to clarify, to further help you along toward fixing that part of the issue.

I guess "staring you in the face" might have been harsh -- I didn't intend it to be. Sorry


In reply to Re^15: Merge hashes in specific format by pryrt
in thread Merge hashes in specific format by ovedpo15

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.