diff options
author | Tom Christiansen <tchrist@perl.com> | 1999-02-16 23:53:13 -0700 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-17 21:30:07 +0000 |
commit | 393d87f4ac33f9d41aea76fbc0a8b15060e22ec9 (patch) | |
tree | 7a5107fc4108c10e23f3a2dd7b34f40e9775c456 /lib/Pod/Functions.pm | |
parent | dfad63adc8924929eac70ad8db0652253a4efff0 (diff) | |
download | perl-393d87f4ac33f9d41aea76fbc0a8b15060e22ec9.tar.gz |
PATCH: lib/Pod/Functions.pm for perl5.005_55
Message-Id: <199902171353.GAA15682@jhereg.perl.com>
p4raw-id: //depot/perl@2964
Diffstat (limited to 'lib/Pod/Functions.pm')
-rw-r--r-- | lib/Pod/Functions.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Pod/Functions.pm b/lib/Pod/Functions.pm index 3cc9b385a0..033c579841 100644 --- a/lib/Pod/Functions.pm +++ b/lib/Pod/Functions.pm @@ -210,9 +210,11 @@ qq/STRING/ String doubly quote a string quotemeta Regexp quote regular expression magic characters qw/STRING/ LIST quote a list of words qx/STRING/ Process backquote quote a string +qr/PATTERN/ Regexp Compile pattern rand Math retrieve the next pseudorandom number read I/O,Binary fixed-length buffered input from a filehandle readdir I/O get a directory from a directory handle +readline I/O fetch a record from a file readlink File determine where a symbolic link is pointing recv Socket receive a message over a Socket redo Flow start this loop iteration over again @@ -266,6 +268,7 @@ substr String get or alter a portion of a stirng symlink File create a symbolic link to a file syscall I/O,Binary execute an arbitrary system call sysread I/O,Binary fixed-length unbuffered input from a filehandle +sysseek I/O,Binary position I/O pointer on handle used with sysread and syswrite system Process run a separate program syswrite I/O,Binary fixed-length unbuffered output to a filehandle tell I/O get current seekpointer on a filehandle |