Perl Programming quiz, level Intermediate, question 26
| Question: | If you provide a subroutine called INIT, it will be run: |
| Answer 1: | Before your main program, and at any other time you call it This was the CORRECT answer |
| Answer 2: | When you call it |
| Answer 3: | When you run the program for the very first time |
| Answer 4: | Each time you load a new module |
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.
|
|