diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Pod/Functions.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Pod/Functions.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/tlperl/lib/Pod/Functions.pm b/Master/tlpkg/tlperl/lib/Pod/Functions.pm index 47b2bafc357..6ae7ae4bfe5 100644 --- a/Master/tlpkg/tlperl/lib/Pod/Functions.pm +++ b/Master/tlpkg/tlperl/lib/Pod/Functions.pm @@ -54,7 +54,7 @@ L<perlfunc/"Perl Functions by Category"> section. =cut -our $VERSION = '1.05'; +our $VERSION = '1.06'; require Exporter; @@ -134,7 +134,7 @@ bind Socket binds an address to a socket binmode I/O prepare binary files for I/O bless Objects create an object break Flow break out of a C<given> block -caller Flow Namespace get context of the current subroutine call +caller Namespace Flow get context of the current subroutine call chdir File change your current working directory chmod File changes the permissions on a list of files chomp String remove a trailing record separator from a string @@ -218,7 +218,7 @@ kill Process send a signal to a process or process group last Flow exit a block prematurely lc String return lower-case version of a string lcfirst String return a string with just the next letter in lower case -length String return the number of bytes in a string +length String return the number of characters in a string __LINE__ Flow the current source line number link File create a hard link in the filesystem listen Socket register your socket as a server @@ -344,7 +344,7 @@ utime File set a file's last access and modify times values HASH ARRAY return a list of the values in a hash vec Binary test or set particular bits in a string wait Process wait for any child process to die -waitpid Process wait for a particular child process to die +waitpid Process wait for a particular child process to die wantarray Flow get void vs scalar vs list context of current subroutine call warn I/O print debugging info write I/O print a picture record |