Perl Programming quiz, level Basics, question 6
| Question: | The statement open (FH,"abc.txt"); |
| Answer 1: | opens the file abc.txt for reading This was the CORRECT answer |
| Answer 2: | opens the file abc.txt for overwriting |
| Answer 3: | opens the file abc.txt for appending |
| Answer 4: | opens the file abc.txt for reading or writing |
| Answer 5: | contains an error, so won't compile |
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.
|
|