my $url = "http://ServerX/datensatz"; print "Status: 302 Found\n"; print "Location: $url\n"; print "Content-type: text/html\r\n\r\n";