hello perl mnks..i am new in perl scripting and i need your guidance. please help me with this program, im not really expecting a complete code i just need some steps or hint on how will i start or do this program.. please i hope you guys understand.. i need to write a program that will generate a check. the program must prompt the user to input the information below. Assign the user data to the scalar and array variables, all presented below. I must use formats to print the check as it appears, which includes the line box surrounding the check items. Check Number ($chkno) First Name ($first) Last Name ($last) A two line Address, stored in array (@addr) Phone Number ($phone) Date ($date) Payee ($payee) Check Amount ($amount) Check Purpose ($memo) the check should shold look something like this +--------------------------------------------------------------+ | Check No. $chkno | | $first $last | | $addr[0] | | $addr[1] | | $phone $date | | | | Pay to the | | Order of: $payee $amount | | | | For: $memo Stamped Signature | | | +--------------------------------------------------------------+ thank you really appreciate it..

In reply to format problem by perl_learner

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.