Alain: Matt's FormMail - Leerzeilen entfernen??

Beitrag lesen

Also so:

Vorname: Hans
Nachname: Maier

Die Dokumentation der Vers. 1.91 habe ich schon durchgelesen. Leider nichts gefunden.

hallo,
das liegt am cgi selbst,
irgendwo im bereich

sub send_mail

print MAIL "-" x 75 . "\n\n";

ein \n wegnehmen also so
print MAIL "-" x 75 . "\n";

if (@Print_Config) {
foreach $print_config (@Print_Config) {
if ($Config{$print_config}) {
print MAIL "$print_config: $Config{$print_config}\n\n";
und da                                            ^

print MAIL "$print_config: $Config{$print_config}\n";

So gehts bei mir
gruss
vom Alain