G'day Perlseeker_1,

This appears to be a follow-up question to printing output on text file from file - perl. It looks like you've made some modifications to the code I provided in Re: printing output on text file from file - perl.

You've posted code which you say: "gives me this output: ..." - no it does not!

You state "i am getting errors": where are they? are we supposed to guess what these errors are?

Looking back over your last few posts, I see you've been pointed to "How do I post a question effectively?" on numerous occasions by various monks: please go and read that now.

When you understand about making some effort to help us to help you, please read "How do I change/delete my post?".

Now you'll be in a position to add whatever error and warning messages you're receiving, and to update your post with either the code that produces the output you've shown or the output that's produced by the code you've shown.

Furthermore, if there's something you don't understand, you need to ask: we don't know what you don't know! For instance, looking at some of what's missing from your posted code, do you need to ask something about Inline::Files? [or, perhaps, do you just need to read its documentation?]

When you're prepared to make some effort, you'll find we're more than happy to help.

-- Ken


In reply to Re: printing Hash references by kcott
in thread printing Hash references by Perlseeker_1

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.