Perl Programming quiz, level Intermediate, question 8
| Question: | In your program, if you include the line use English; |
| Answer 1: | You can use English-like variable names for system information such as the name of the operating system, as well as names like $^O This was the CORRECT answer |
| Answer 2: | Data entered at the keyboard is automatically spellchecked using an English rather than American dictionary. |
| Answer 3: | All variable names must then comprise English words, together with underscores and digits if you wish. |
| Answer 4: | References to reserved words in your output will be translated. For example, "Grey" to "Gray", "Colour" to "Color" and "Centre" to "Center". |
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.
|
|