Hi Anon, thanks for your response. Thanks very much also for the pointer to the debugging checklist - that's one I'd not come across before, so I've bookmarked that one to refer back to later... could come in very handy, methinks.

With regard to your comment about the incomplete code - I just took the snippet out of my script that was being problematic - the section before it simply populates the array with the data (which I confirmed good in previous tests, and provided an example of above). Should I have provided more in order to give better context to the issue or...?

Please note - not trying to be defensive or snarky here - I'm new to posting to the site, and have been trying to ensure I get/do things right so as to not offend the locals. Appears I may have missed the mark this time around ;)

I'll have to go back later and look at my older version of the script to see if I can work this out - due to time constraints I've moved on from that in the mean-time and have, as suggested, ditched the format stuff and moved on to printf, which is doing the job admirably.


In reply to Re^2: Assistance fixing a "format" call by bobdabuilda
in thread Assistance fixing a "format" call by bobdabuilda

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.