diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-02 01:59:56 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-02 01:59:56 +0000 |
commit | 4cfdb94f48973a3a80f0c62a75e4f38caf0eb7a2 (patch) | |
tree | 9f8c8fff7aa6f8d892424bcada5eece24a6e38e6 /pod | |
parent | 85ab1d1d99f8dc082af2267b48b9a2c5983f3161 (diff) | |
download | perl-4cfdb94f48973a3a80f0c62a75e4f38caf0eb7a2.tar.gz |
win32 caveats about truncate()
p4raw-id: //depot/perl@1905
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlport.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod index e53818ecbb..fce35ac5a1 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -1450,6 +1450,11 @@ Not implemented. (VMS) Truncation to zero-length only. (VOS) +If a FILEHANDLE is supplied, it must be writable and opened in append +mode (i.e., use C<open(FH, '>>filename')> +or C<sysopen(FH,...,O_APPEND|O_RDWR)>. If a filename is supplied, it +should not be held open elsewhere. (Win32) + =item umask EXPR =item umask |