dominik: script aufruf mißlingt

Beitrag lesen

das klappt nicht so ganz,
mein script siehts so aus in etwa:
#!C:\Programme\xampp\perl\bin\perl.exe

print "Content-type: text/html\n\n";
print '<html>';
print '<head>';
print '<meta name="" content="">';
print '<link href="http://localhost/win.css" rel="stylesheet" type="text/css">';
print '</head>';
print "<body><center> <p><h1>Dokument wird erstellt!</h1></body></html>";

exec("C:/Programme/xampp/perl/bin/perl.exe","C:/Programme/abc.cgi");

print 'Erstellung gestartet...';

trotzdem wartet das cgi auf das ergebniss des abc.cgi