Skip to content
Permalink
main
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
#!/usr/bin/perl
use CGI;
$query = new CGI;
print $query->redirect('http://www.pcworld.com/ennras/front');
exit(0);