summaryrefslogtreecommitdiff
path: root/pod/perlfaq.pod
diff options
context:
space:
mode:
authorGwyn Judd <b.judd@xtra.co.nz>2001-04-29 13:47:49 +1200
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-30 13:54:04 +0000
commit05caf3a7d947f44eccc82f60ff831313f64345c1 (patch)
tree10eeae03933d4851d250167c02938422edf5581f /pod/perlfaq.pod
parentd4ced10d0773d7b2aaa8e52df351060660783e30 (diff)
downloadperl-05caf3a7d947f44eccc82f60ff831313f64345c1.tar.gz
(perlfaq/bleadperl) append mode and locking
Message-ID: <20010429014749.A4418@thislove> p4raw-id: //depot/perl@9919
Diffstat (limited to 'pod/perlfaq.pod')
-rw-r--r--pod/perlfaq.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perlfaq.pod b/pod/perlfaq.pod
index bc29c694f2..9c4eac6672 100644
--- a/pod/perlfaq.pod
+++ b/pod/perlfaq.pod
@@ -692,6 +692,11 @@ I still don't get locking. I just want to increment the number in the file. Ho
=item *
+All I want to do is append a small amount of text to the end of a
+file. Do I *still* have to use locking?
+
+=item *
+
How do I randomly update a binary file?
=item *