in reply to Re: CGI Trying to save file to computer rather then display it in browser
in thread CGI Trying to save file to computer rather then display it in browser
This error might have been avoided by using CGI.pm like so:
The header shortcut by default spits out "Content-type: text/plain"#/usr/local/bin/perl -wT use strict; use CGI qw(:standard); print header, start_html(-title=>'My Neat Program'), print end_html;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: CGI Trying to save file to computer rather then display it in browser
by Trimbach (Curate) on Apr 29, 2001 at 18:40 UTC | |
by virtualsue (Vicar) on Apr 29, 2001 at 22:15 UTC |