Perl File Handling: open, read, write and close files
Perl file handling tutorial: learn to open, read, write and close files with Perl. ... Notice, how both +< and +> open the file in read/write mode but the latter also creates the file if it doesn't exist or truncates (deletes) an existing file....