#!/usr/local/bin/perluse CGI; $co = new CGI; print $co->redirect('http://www.rntsoft.com');print $co->start_html, $co->end_html;