... $file = param('file'); ... $boundary = "------"; local $/; binmode $file; $encoded_file = MIME::Base64::encode($file); open(MAIL, "| /usr/sbin/sendmail -n -t -oi") or die "Oh hoppala!"; print MAIL <