in reply to Cannot download and print html
use CGI qw(:all); my $cgi = CGI->new; print $cgi->header; print $cgi->start_html( -head => meta( { 'http-equiv' => 'refresh', 'content' => '5', 'url' => 'http://url/file.xls' })); print "<h1>HTML Body</h1>"; print $cgi->end_html();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Cannot download and print html
by jeffa (Bishop) on Jul 14, 2004 at 19:47 UTC | |
by rjbs (Pilgrim) on Jul 14, 2004 at 20:42 UTC | |
by jeffa (Bishop) on Jul 14, 2004 at 21:42 UTC | |
|
Re^2: Cannot download and print html
by iburrell (Chaplain) on Jul 14, 2004 at 20:28 UTC |