Dear Monks, thank you for your replays. My inner balance is coming back. Let me be more specific with the goal of my quest. Let's say, one wendor needs to see the Client's name as First-Comma-Last-Comma-Middle Initial Another - only Last Name-Space-First Name Third - Last-Comma-First and requires that length of Last and First Names were not longer than 15 characters each Or one client wants billed amount to be positive and discount - negative Another - both amount and discount - positive Due to the fact that I also supply Total as (Amount munus Discount) - the result sometimes is not in clients favor If you can suggest the possible approach on those two problems - I will figure out the rest (I hope so, may be, possible). Your humble disciple.

In reply to Electronic Billing question - where to start by galitska

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.