http://qs1969.pair.com?node_id=652600


in reply to Filehandles vs Uninitialized Values in pattern match

'+<' is a better option. It will read the file as it normally would then leaves the file pointer at the end so you can append.

UpdateSidhekin is right in saying that +>> is clearer to read, however seek can be just as confusing if youve never dealt with it before.