print <<"EOF";
<META http-equiv="refresh" content="0;URL=http://www.24sos.co.uk/Internal/boards_General.pl">;
EOF
There it is ! the solution to the problem! Meta Refresh
Change 0 to anything else for further delay of seconds ie;
print <<"EOF";
<META http-equiv="refresh" content="4;URL=http://www.24sos.co.uk/Internal/boards_General.pl">;
EOF
Would delay the redirection for 4 seconds.
Cool
