in reply to Redirect Eliminate
If you're not all that familiar with HTTP, using CGI isn't a bad idea:
use CGI; print CGI->new->redirect($ToUrl); [download]