Hi List,

for testing purposes I added a function to mimedefang.pl where I access
./INPUTMSG
After taking a look I recognized, that beginning with the second line of
the data, I have a blank at the beginning of every line..
I access the file with

open(test, "<./INPUTMSG") or return undef;
my @message = <test>;
close(test);

Why is there a blank in front of every line?
Is there an easier way to access the complete message?

thanks for any hints!
bye
SK


_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to