From: Tom Christiansen Date: Wed, 17 Feb 1999 06:53:13 +0000 (-0700) Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=393d87f4ac33f9d41aea76fbc0a8b15060e22ec9;p=p5sagit%2Fp5-mst-13.2.git PATCH: lib/Pod/Functions.pm for perl5.005_55 Message-Id: <199902171353.GAA15682@jhereg.perl.com> p4raw-id: //depot/perl@2964 --- diff --git a/lib/Pod/Functions.pm b/lib/Pod/Functions.pm index 3cc9b38..033c579 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