Halihallo CK
if($x >= 3) {
print header(-type => 'text/html');
open DAT,'</home/www/teamone.de/selfsuche/cgi-shared/suche_max.htm' or die $!;
{
local $/;
print <DAT>;
close DAT;
}
exit(0);
}
BTW: Ein Location: - Header würde noch einige pico-sekunden sparen, oder? :)
Viele Grüsse
Philipp