diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-11 18:21:39 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-11 18:21:39 +0000 |
commit | 1e278fd940e9b1e09d4b218d15568a1e6910afea (patch) | |
tree | 4438cdddc213866375eb0a7bac54610aa28fc4c5 /pod/perlfunc.pod | |
parent | f7d228c61cfca6dd3e995c260db91dd1477235f6 (diff) | |
download | perl-1e278fd940e9b1e09d4b218d15568a1e6910afea.tar.gz |
Add one perltodo item (and move bunch of them to better spot),
add sysopen() to "Functions for filehandles, files, or directories".
p4raw-id: //depot/perl@15864
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index d20851f53f..f0e774989b 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -136,8 +136,8 @@ C<pack>, C<read>, C<syscall>, C<sysread>, C<syswrite>, C<unpack>, C<vec> C<-I<X>>, C<chdir>, C<chmod>, C<chown>, C<chroot>, C<fcntl>, C<glob>, C<ioctl>, C<link>, C<lstat>, C<mkdir>, C<open>, C<opendir>, -C<readlink>, C<rename>, C<rmdir>, C<stat>, C<symlink>, C<umask>, -C<unlink>, C<utime> +C<readlink>, C<rename>, C<rmdir>, C<stat>, C<symlink>, C<sysopen>, +C<umask>, C<unlink>, C<utime> =item Keywords related to the control flow of your perl program |