So essentially using the above small hash examples this is the output I am looking for:

@dev bigstorderv_mpt nydevnfs_derv /vol/derv /bb/bigstor/derv @dev bigstormtg_mpt njdevnfs_mtge /vol/mtge /bb/bigstor/mtgmodel @dev bigstormtg_mpt nydevnfs_mtge /vol/mtge /bb/bigstor/mtgmodel @dev build10_mpt rnap7751-s /vol/sunbbsource_c /bb/source @dev build10_mpt nydevnfs_sunbbsource /vol/sunbbsource /bb/source

I am getting very similar output except I cant seem to get the value of the %volume_device to match the value set for the %filer_device so instead of getting the output above I get some lines are written twice as my sub routine doesn't know which volume_device value to map to the filer_device value so it prints the lines twice with the value for the volume device different on each line Please can you help me with what I am doing wrong here?


In reply to Re: How to check that keys in two hashes match and get the corresponding values by NewLondonPerl1
in thread How to check that keys in two hashes match and get the corresponding values by NewLondonPerl1

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.