Maybe I should have given an explanation of my requirements.

Basically, I have a NAS setup with 700+ disks contained within 45 drawers split over 7 frames that I want to watch the temp on.
The code queries the drawers one by one and maps which drawers are in which frames and collects the current temp(also producing a pictorial map of the system).

So the array would only ever contain a max of (7) for the frames and (1-8) for the drawers within the frames (as not all frames have the same no. of drawers).

The copying (or snapshot) of the array was for comparing against the next time the prog went to check the temp to inform me of differences.

Cheers

Sean


In reply to Re: Re: Re: Re: Copying a hash to another hash problem by Anonymous Monk
in thread Copying a hash to another hash problem 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.