#! /usr/bin/perl -w use CGI; use CGI::Carp qw(fatalsToBrowser); $cgiObj=new CGI; $cgiObj -> redirect ('http://www.adresse/kontakt.html'); exit;