PerlMonks can, indeed, be considered a "help and information sharing site", but you need to make some effort to show what you have tried and explain how your attempt(s) do not meet your expectations. I think you will find that the folks here are willing to help you with code that you post. But you keep asking for examples of code that meets a vaguely stated set of requirements and asking for code that you can use.
May I suggest the following line of attack:
- First read your private /msgs. You can see them (among other places) at the top of the ChatterBox nodelet. According to blazar's note in Re^5: writing an organiser in perl you have a /msg asking you to fix some formatting in your original node.
- Create a small data file (10 lines or so) that is representative of the data that you need to process.
- Write some code that uses this small data file as input and creates (or attempts to create) the output you want.
- If your code does not produce the output you want, post the code and the sample data with a clear explanation of how your expectations are not being met.
If you can do that, chances are that you will get some help. There are, of course, no guarantees of that, but your chances will be much improved over your current approach.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.