#!/usr/bin/perl -- use CGI(); print CGI->redirect( 'http://anythingyouwant' ); exit;