CGI Perl

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