#!/usr/local/bin/perl -wT $ENV{PATH} = "/bin:/usr/bin"; # save the entered info to a file & redisplay use strict; use CGI; my $q = new CGI; print $q->header( "text/html" ), "\n"; print $q->redirect( url => "http://www.phas.ubc.ca/php/directory/research/fac-1p.phtml?entnum=114", status => 301, ); exit;