| Question: | The Perl function "time" returns: |
| Answer 1: | the number of seconds since midnight on 1st January 1970 This was the CORRECT answer |
| Answer 2: | the number of seconds since a time you give in the call to the function |
| Answer 3: | the number of milliseconds since midnight on 1st January 1970 |
| Answer 4: | the number of milliseconds since a time you give in the call to the function |
| Answer 5: | the number of seconds since midnight on 1st January 2000 |
| Answer 6: | the number of milliseconds since midnight on 1st January 2000 |