in reply to Re: Arrays with CGI perl help (More fundamental issues)
in thread Arrays with CGI perl help

Browsers will attempt to render even if the code is not to standard, in fact no actual html tags are needed whatsoever to get text to display.
  • Comment on Re^2: Arrays with CGI perl help (More fundamental issues)

Replies are listed 'Best First'.
Re^3: Arrays with CGI perl help (More fundamental issues)
by FloydATC (Deacon) on Jun 25, 2009 at 11:24 UTC
    Indeed. In fact, early versions of Internet Explorer would render plain text or even binary data as HTML if the first few bytes appeared to contain a '<' character, no matter what content-type the server specified :-|

    -- Time flies when you don't know what you're doing