perl and sendmail

2001-06-15 Thread Peter . Schopen
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

Re: perl and sendmail

2001-06-15 Thread Michael D . Risser
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:

Re: perl and sendmail

2001-06-15 Thread Gary Stainburn
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]