Help for this page
open '+<', '<file.txt';
1 2 3 4 5
1 two ... 3 4 5
open FH, '+<file.txt'; ... print FH "two\nhi hello\n"; } }
1 2 two hi hello