CIW PERL FUNDAMENTALS 1D0-437 Question # 41 Topic 5 Discussion

CIW PERL FUNDAMENTALS 1D0-437 Question # 41 Topic 5 Discussion

1D0-437 Exam Topic 5 Question 41 Discussion:
Question #: 41
Topic #: 5

Which statement will open the /etc/passwd file for reading only?


A.

open(PASSFILE "+>/etc/passwd");


B.

open(PASSFILE, "/etc/passwd");


C.

open(PASSFILE "+


D.

open(PASSFILE, ">/etc/passwd");


Get Premium 1D0-437 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.