#!/usr/bin/perl -w use strict; use CGI qw/:standard/; my $cgi = new CGI; print $cgi->redirect( -uri => 'http://perl.about.com/' );