Perl Programming quiz, level Advanced, question 30
| Question: | The statement open (FH,">","abc,txt"); |
| Answer 1: | Opens the file abc.txt for writing, but is only available in release 5.6 and later of Perl This was the CORRECT answer |
| Answer 2: | Opens the file abc.txt for writing. |
| Answer 3: | Doesn't work. In Perl, the file name and mode must be combined in a single parameter. |
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.
|
|