X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperltoc.pod;h=6878ef8a555dc2bf73f1455f15d7b98014c0552b;hb=84d78eb7303a2024a7c31dbf1ef17c1815e84d3c;hp=f5e490a428cdc3ae090b057efb0249525d7221a7;hpb=3bf37fef0ed494269bb143d59e175c51bae8442e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perltoc.pod b/pod/perltoc.pod index f5e490a..6878ef8 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -10806,6 +10806,36 @@ semantics =back +=head2 c, constant - Perl pragma to declare constants + +=over 4 + +=item SYNOPSIS + +=item DESCRIPTION + +=item NOTES + +=over 4 + +=item List constants + +=item Defining multiple constants at once + +=item Magic constants + +=back + +=item TECHNICAL NOTES + +=item BUGS + +=item AUTHOR + +=item COPYRIGHT + +=back + =head2 charnames - define character names for C<\N{named}> string literal escapes @@ -15022,6 +15052,59 @@ perl 5.005, perl 5.004_05, perl 5.004_04, perl 5.004 =back +=head2 Devel::Size - Perl extension for finding the memory usage of Perl +variables + +=over 4 + +=item SYNOPSIS + +=item DESCRIPTION + +=item FUNCTIONS + +=over 4 + +=item size($ref) + +=item total_size($ref) + +=back + +=item EXPORT + +=item UNDERSTANDING MEMORY ALLOCATION + +=over 4 + +=item The C library + +=item Perl + +=back + +=item DANGERS + +=item Messages: texts originating from this module. + +=over 4 + +=item Errors + +=item warnings + +=back + +=item BUGS + +=item AUTHOR + +=item COPYRIGHT + +=item SEE ALSO + +=back + =head2 Digest - Modules that calculate message digests =over 4 @@ -15076,6 +15159,52 @@ $md5->add_bits($bitstring), $md5->digest, $md5->hexdigest, $md5->b64digest =back +=head2 Digest::SHA - Perl extension for SHA-1/224/256/384/512 + +=over 4 + +=item SYNOPSIS (SHA) + +=item SYNOPSIS (HMAC-SHA) + +=item ABSTRACT + +=item DESCRIPTION + +=item NIST STATEMENT ON SHA-1 + +=item EXPORT + +=item EXPORTABLE FUNCTIONS + +B, B, B, +B, B, B, +B, B, B, B, B, +B, B, +B, B, B, +B, B, B, B, B, +B, B, B, +B, B, B, B, +B, B, B, +B, B, +B, B, +B, B, +B, B, +B, B, +B, B, +B + +=item SEE ALSO + +=item AUTHOR + +=item ACKNOWLEDGMENTS + +=item COPYRIGHT AND LICENSE + +=back + =head2 Digest::base - Digest base class =over 4 @@ -17487,6 +17616,20 @@ errors() =back +=head2 Fcntl2 - load the C Fcntl2.h defines + +=over 4 + +=item SYNOPSIS + +=item DESCRIPTION + +=item NOTE + +=item EXPORTED SYMBOLS + +=back + =head2 File::Basename - Parse file paths into directory, filename and suffix.