In Sams book, "Teach yourself Perl in 21 Days" it says that wehn you open a file in append mode, the existing contents are not destroyed, but you cannot read the file. Is this true? If so wouldn't it make appending files useless using Perl?