Habe einen Fehler gefunden:
############
sub confirm {
»»
print "Content-type: text/html\n\n";
print <<EndHdr
Semikolon fehlt!!!:
print <<EndHdr;
<HTML><HEAD><TITLE>E-Mail Bestätigung</TITLE>
<link rel="stylesheet" type="text/css" HREF="http://www.auktionentk.de/styles.css">
<STYLE type="text/css">
<!--
td {font-family:Verdana,Arial;font-size:9pt;}
//-->
</STYLE></HEAD>
EndHdr
;
Was soll das ";" hier?
print <<EndHTML
siehe oben!
<BODY bgcolor="#93B5A0">
<DIV id="confirm" style="position:absolute; left:60px; top:1px; width:500px; height:400px; z-index:2">
<FORM method="POST" action="$cgiurl">
<TABLE border="0"><TR><TD class="a" colspan="3" align="left"><b>Sind folgende Angaben korrekt?</b></TD></TR>
<TR><TD colspan="3"> </TD></TR>
EndHTML
;
siehe oben!
Alles Gute,
Reiner