Perl Programming quiz, level Advanced, question 22
| Question: | You're writing a CGI program that you want to access via a link from an HTML page without the user having to complete a form. What must you ensure for your CGI program? |
| Answer 1: | That it collects any data using the GET method This was the CORRECT answer |
| Answer 2: | That it collects any data using the POST method |
| Answer 3: | That it has a file name ending in .htm or .html, even though it's really a program |
| Answer 4: | That the browser is set to accept MIME type application/octet-stream |
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.
|
|