Re: Help with Formatting

2003-07-30 Thread Mame Mbodji
Thanks a lot . david wrote: [EMAIL PROTECTED] wrote: Hello All: I am trying to format a check. Everything is fine except I cannot print the line box surrounding the check items: +---+ | | | | +---

Re: Help with Formatting

2003-07-30 Thread david
[EMAIL PROTECTED] wrote: > Hello All: > > I am trying to format a check. Everything is fine except I cannot print > the line box surrounding the check items: > > +---+ > | | > | | > +---+ > > How

RE: Help with Formatting

2003-07-30 Thread Levon Barker
Hello, lets see some code. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 29, 2003 9:38 PM > To: [EMAIL PROTECTED] > Subject: Help with Formatting > > > Hello All: > > I am trying to format a check. Everything is fine except I cannot > pr

RE: Help with Formatting

2003-07-30 Thread mmbodji
print"Please enter first name:\n"; chomp($first = ) print"Enter a last name:\n"; chomp($last = ); format = STDOUT +--- |@ |$first |@ |$last +--- . > Hello, lets see some code. > > > -Orig