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:
+---+
| |
| |
+---
[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
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
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