Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl -w use CGI qw(:standard); use CGI::Carp qw(fatalsToBrowser warningsToBrowser); print header; print start_html(-head=>meta({-http_equiv => 'Refresh', -content=> 'CO +NTENT=5; URL=http://someurl//thiscode.pl'})); print qq{<h1>Refresh damn you.</h1>}; print end_html;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using CGI.pm to auto refresh a web page
by cees (Curate) on Jan 30, 2004 at 23:47 UTC | |
|
Re: Using CGI.pm to auto refresh a web page
by duff (Parson) on Jan 30, 2004 at 22:59 UTC | |
|
Re: Using CGI.pm to auto refresh a web page
by CountZero (Bishop) on Jan 30, 2004 at 23:38 UTC | |
|
Re: Using CGI.pm to auto refresh a web page
by b10m (Vicar) on Jan 30, 2004 at 22:58 UTC | |
|
Re: Using CGI.pm to auto refresh a web page
by crabbdean (Pilgrim) on Jan 30, 2004 at 23:25 UTC | |
by Anonymous Monk on Jan 31, 2004 at 00:11 UTC |