Perl Programming quiz, level Advanced, question 37
| Question: | The assignment statement $j = 80.101.114.108; sets the variable $j to contain: |
| Answer 1: | The text string "Perl". This was the CORRECT answer |
| Answer 2: | The text string "webcache3.cache.pol.co.uk" |
| Answer 3: | The text string "80.101.114.108" |
| Answer 4: | The numeric value 80.101114108 |
| Answer 5: | The numeric value 80.101 |
| Answer 6: | The numeric value 80101114108 if the locale is set to France, or another country which uses the "." character to separate groups of 3 digits in large numbers. Otherwise, 80.101 |
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.
|
|