Performing an http redirect in Perl
- by Zerobu
Hello, I want to perform an http redirect, but the way i am currently doing it isn't working. When i try redirect it just prints the status code, and the location header
my $q = new CGI;
q->redirect(" http://www.google.com ");