Perl Programming quiz, level Basics, question 4
| Question: | If your perl program reports an error at line 16, what should you do? |
| Answer 1: | Edit the file, looking for mistakes like a ; missing off the end of the previous statement (line 15 or thereabouts). This was the CORRECT answer |
| Answer 2: | run perl -w to give you further information |
| Answer 3: | Try to run it again - it may work next time |
| Answer 4: | Call someone who knows more Perl than you do |
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.
|
|