#!/usr/bin/perl use CGI qw(:standard :form); use strict; my $cgi = new CGI; print $cgi->redirect('boards_General.pl'); __END__