[Mimedefang] utf-8 issue?

Dianne Skoll dfs at roaringpenguin.com
Thu Dec 14 09:14:12 EST 2017


On Wed, 13 Dec 2017 20:37:36 -0500
"Bill Cole" <mdlist-20140424 at billmail.scconsult.com> wrote:

> -    return IO::File->new(\ $self->{MBS_Data}, $mode);
> +    return IO::Scalar->new(\ $self->{MBS_Data}, $mode);

This will cause other problems down the line.  I suggest you
study the section "Byte and Character Semantics" in the perlunicode
man page.

Modern Perl does let you open a "file" by passing a reference
to a scalar; it has built-in in-memory I/O.

Regards,

Dianne.



More information about the MIMEDefang mailing list