in reply to cgi code that opens a website
#!/usr/bin/perl use CGI; use strict; my $q = CGI->new; print $q->redirect('http://www.google.com'); 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: cgi code that opens a website
by normann (Initiate) on Feb 22, 2011 at 14:55 UTC | |
by Your Mother (Archbishop) on Feb 22, 2011 at 15:04 UTC | |
by Anonymous Monk on Feb 22, 2011 at 15:35 UTC | |
by Your Mother (Archbishop) on Feb 22, 2011 at 15:45 UTC |