You will find it helps in many ways (not least, you may solve the problem yourself) if you provide a small code sample that demonstrates the issue. Tell us what you expect to happen and what you think is happening. If you have a good case and a bad case, show data for both.

By the way, you almost never need to interpolate variables into a string as the only content of the string. Also it would help you a lot to use a little white space so you can easily identify the "phrases" in your "sentence". Rewritten with those two points taken into consideration gives:

$HoH{$G_Boardno} = {$G_ExcepId => "{$G_CauseCode=>value}"};

where it is much easier to see that "{$G_CauseCode=>value}" is a string with a variable interpolated into it and not a nested hash reference as you probably expected.


Perl reduces RSI - it saves typing

In reply to Re: How to create a 4 dimension hash by GrandFather
in thread How to create a 4 dimension hash by jack_2060

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.