I/O functions, Appending files

Toshi Iijima (iijima@keyworks.com)
Thu, 18 Jan 1996 16:45:55 -0500


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?