in reply to Delayed Redirect using CGI.pm

It needs to be within the head element like this (according to the docs:
print start_html(-head=>meta( { -http_equiv => 'Refresh', -content => '2;URL=http://www.yoursite.com/newpag +e.htm' } ));

cLive ;-)

--
seek(JOB,$$LA,0);