And just for the sake of completeness, if that's *all* you're doing these would be fine too.
use CGI; print CGI->new->redirect('http://www.google.com'); # or use CGI; print CGI::redirect('http://www.google.com'); # or (what I'd probably use) use CGI "redirect"; print redirect('http://www.google.com');
In reply to Re^3: cgi code that opens a website
by Your Mother
in thread cgi code that opens a website
by normann
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |