Perl Programming quiz, level Advanced, question 25
| Question: | When writing a CGI script and generating an HTML page, how must you start your response? |
| Answer 1: | With the line Content-type: text/html and follow it with a blank line (i.e. with two new line characters) This was the CORRECT answer |
| Answer 2: | You must send back three lines (minimum): Content-type: text/html Status: 200 OK (then a blank line) |
| Answer 3: | EITHER with a line Content-type: text/html OR with a line starting <HTML> |
| Answer 4: | With a line starting <HTML> |
This was a question from our quiz ... but we have now provided you with
the answer (above) - we prefer to provide you with information rather than to
puzzle you.
|
|