ience working with it and can provide you with
the information you require.
> > -Original Message-
> > From: Gary Stainburn [SMTP:[EMAIL PROTECTED]]
> > Sent: Friday, June 15, 2001 1:54 PM
> > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > Subject:
What are you using for your mail client?
What font is that client using?
if it's not a mono-spaced font then columns won't look straight.
Try saving the mail to a text file and then cat the file to the screen - see
what it looks like then.
Gary
On Friday 15 June 2001 12:19 pm, [EMAIL PROTECTED]
Hi,
I wan't a formated output in a Mail sent by Perl.
Exa. of my Perlscript.
- sni
#!/usr/bin/perl -w
#
$mailprog="/usr/sbin/sendmail";
$to="peter.schopen\@rzf.fin-nrw.de\@a011-24";
$from="scp";
$sub="format-Test";
$mess="Das ist ein test..";
open(MAIL,"| $mailprog -t ");
printf M