Mega Code Archive
Categories
/
Perl
/
File
To open a file for reading and writing
open(FH, "+
filename"); # Opens "filename" for write, then read.