in reply to CGI.pm - forms

No header?
# Print the CGI header print header(); # ... Then do everything else here
Without the header, it might not be sent as "text/html" but "application/x-perl" or something even more strange. This unknown type prompts the browser to ask where to save it.

Also, is it 'd.pl' or 'd.cgi'?

Replies are listed 'Best First'.
Re: Re: CGI.pm - forms
by Baz (Friar) on Nov 16, 2001 at 01:06 UTC
    This is just a piece of the code and its d.cgi, sorry.