--- Entity.pm.orig 2004-10-27 14:11:04 +0300 +++ Entity.pm 2004-10-27 11:49:13 +0300 @@ -1826,7 +1826,7 @@ $out = wraphandle($out); ### get a printable output $self->print_header($out); ### the header - $out->print("\r\n"); + $out->print($BOUNDARY_DELIMITER); $self->print_body($out); ### the "stuff after the header" }