print M "From: absender\@example.org\n"; print M "To: empfänger\@example.org\n"; print M "Subject: Betreff\n"; print M "Content-type: text/html\n"; print M "\n"; # Now Mail Body is ready to be HTML print M qq~ ... ~; close M; #...