CIW
1D0-437 · Question #57
The filehandle INPUT is associated with the file represented by $file. Which statement will close the filehandle INPUT?
The correct answer is D. close(INPUT). See the full explanation below for the reasoning.
Question
The filehandle INPUT is associated with the file represented by $file. Which statement will close the filehandle INPUT?
Options
- Aclose (INPUT, $file);
- BcloseINPUT;
- CINPUT(close, $file);
- Dclose(INPUT);
How the community answered
(42 responses)- A14% (6)
- B10% (4)
- C2% (1)
- D74% (31)
Community Discussion
No community discussion yet for this question.