Perl Programming quiz, level Intermediate, question 24
| Question: | In order to create an object, you would use: |
| Answer 1: | The bless function (directly or indirectly) This was the CORRECT answer |
| Answer 2: | Perl creates the object without any need for you to be explicit, using a facility called "autovivification" |
| Answer 3: | The Exporter module |
| Answer 4: | A special method called "new" |
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.
|
|