perl_learner has asked for the wisdom of the Perl Monks concerning the following question:
i need to write a program that will generate a check this is my code so far.. format STDOUT = Check No. @<<<<<< $chkno first @<<<<<<<<<< last @<<<<<<<<<<<<<<< $first,$last Address:@<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< $addr[0] Address:@<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< $addr[1] Phone:@<<<<<<<<<<<< Date:@<<<<<<<<<<<< $phone,$date Pay to the Order of: @<<<<<<<<<<<<<<<<<<<<<<<<<<<<< $payee . format Amount: Amount: @#####.## $amount . format STDOUT = For:@>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> $memo Stamped Signature . i got this errors: am having syntax error line 24 EOF might be a run away multi line << string startng line 2
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl format problem
by pg (Canon) on Jul 21, 2005 at 00:19 UTC | |
|
Re: perl format problem
by jhourcle (Prior) on Jul 21, 2005 at 00:20 UTC | |
by perl_learner (Initiate) on Jul 21, 2005 at 00:58 UTC | |
by jhourcle (Prior) on Jul 21, 2005 at 02:21 UTC |