PrepOps
Search
Topics
Difficulty
My Progress
Perl
Mention the different modes in File Handling
Difficulty: unrated
Source:
bregman-arie/devops-exercises
by
Arie Bregman
Answer
Read only: ``
Append mode. It creates the file if doesn't exist:
>>
Read and write mode:
+
Read and append. It creates the file if doesn't exist:
+>>