Am I not able to open a file for reading and writing using the +<operator on a FreeBSD OS? For instance:
open(FH,"+<file.txt") || die();
When I try, it doesn't give me an error message, but the modifications I try to make seem never to occur when I look at the file later...