Mega Code Archive
Categories
/
Perl
/
File
Open Operators
Operation Syntax Description Read open(INFILE,"
filename"); Destroy any existing file and write to a new file. Append open(APP, ">>filename"); Write to the end of an existing file. Read/write open(RW, "+