19. File
Mode 파일의 모드는 아래와 같다. Entities Definition or w Creates, Writes, and Truncates >> or a Writes, Appends, and Creates + or w+ Reads, Writes, Creates, and Truncates +>> or a+ Reads, Writes, Appends, and Creates Open use strict; use warnings; open(DATA, "