From: Jarkko Hietaniemi Date: Thu, 6 Jul 2000 15:15:52 +0000 (+0000) Subject: Add =head1 NAMEs so that buildtoc is happy. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b23b12aadc588c77bcf84728cadfe620a974206a;p=p5sagit%2Fp5-mst-13.2.git Add =head1 NAMEs so that buildtoc is happy. (The CGI::Util nit reported to Lincoln.) p4raw-id: //depot/cfgperl@6322 --- diff --git a/ext/B/B/Stash.pm b/ext/B/B/Stash.pm index b9b828f..f3a8247 100644 --- a/ext/B/B/Stash.pm +++ b/ext/B/B/Stash.pm @@ -2,6 +2,14 @@ # vishalb@hotmail.com package B::Stash; +=pod + +=head1 NAME + +B::Stash - show what stashes are loaded + +=cut + BEGIN { %Seen = %INC } CHECK { diff --git a/lib/CGI/Util.pm b/lib/CGI/Util.pm index 0a5c48b..cb6dd8a 100644 --- a/lib/CGI/Util.pm +++ b/lib/CGI/Util.pm @@ -1,5 +1,13 @@ package CGI::Util; +=pod + +=head1 NAME + +CGI::Util - various utilities + +=cut + use strict; use vars '$VERSION','@EXPORT_OK','@ISA','$EBCDIC','@A2E'; require Exporter; diff --git a/lib/warnings/register.pm b/lib/warnings/register.pm index da6be97..f98075a 100644 --- a/lib/warnings/register.pm +++ b/lib/warnings/register.pm @@ -1,5 +1,13 @@ package warnings::register ; +=pod + +=head1 NAME + +warnings::register - warnings import function + +=cut + require warnings ; sub mkMask diff --git a/pod/perltoc.pod b/pod/perltoc.pod index b33376e..e7fef20 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -1991,8 +1991,8 @@ You want to temporarily change just one element of an array or hash =item Pragmatic Modules attributes, attrs, autouse, base, blib, bytes, charnames, constant, -diagnostics, fields, filetest, integer, less, lib, locale, open, ops, -overload, re, sigtrap, strict, subs, utf8, vars, warnings +diagnostics, fields, filetest, integer, less, locale, open, ops, overload, +re, sigtrap, strict, subs, utf8, vars, warnings =item Standard Modules @@ -2015,14 +2015,15 @@ File::stat, FileCache, FileHandle, FindBin, Getopt::Long, Getopt::Std, I18N::Collate, IO, IPC::Open2, IPC::Open3, Math::BigFloat, Math::BigInt, Math::Complex, Math::Trig, NDBM_File, Net::Ping, Net::hostent, Net::netent, Net::protoent, Net::servent, O, ODBM_File, Opcode, Pod::Checker, Pod::Find, -Pod::Html, Pod::InputObjects, Pod::Man, Pod::ParseUtils, Pod::Parser, -Pod::Plainer, Pod::Select, Pod::Text, Pod::Text::Color, Pod::Text::Termcap, -Pod::Usage, SDBM_File, Safe, Search::Dict, SelectSaver, SelfLoader, Shell, -Socket, Symbol, Term::ANSIColor, Term::Cap, Term::Complete, Term::ReadLine, -Test, Test::Harness, Text::Abbrev, Text::ParseWords, Text::Soundex, -Text::Wrap, Tie::Array, Tie::Handle, Tie::Hash, Tie::RefHash, Tie::Scalar, -Tie::SubstrHash, Time::Local, Time::gmtime, Time::localtime, Time::tm, -UNIVERSAL, User::grent, User::pwent +Pod::Html, Pod::InputObjects, Pod::LaTeX, Pod::Man, Pod::ParseUtils, +Pod::Parser, Pod::Plainer, Pod::Select, Pod::Text, Pod::Text::Color, +Pod::Text::Termcap, Pod::Usage, SDBM_File, Safe, Search::Dict, SelectSaver, +SelfLoader, Shell, Socket, Symbol, Term::ANSIColor, Term::Cap, +Term::Complete, Term::ReadLine, Test, Test::Harness, Text::Abbrev, +Text::ParseWords, Text::Soundex, Text::Wrap, Tie::Array, Tie::Handle, +Tie::Hash, Tie::RefHash, Tie::Scalar, Tie::SubstrHash, Time::Local, +Time::gmtime, Time::localtime, Time::tm, UNIVERSAL, User::grent, +User::pwent =item Extension Modules @@ -3977,6 +3978,18 @@ FETCH_I_ATTRIBUTES, MODIFY_I_ATTRIBUTES =back +=head2 attrs - set/get attributes of a subroutine (deprecated) + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +method, locked + +=back + =head2 autouse - postpone load of modules until a function is used =over @@ -4147,6 +4160,30 @@ double =back +=head2 lib - manipulate @INC at compile time + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=over + +=item Adding directories to @INC + +=item Deleting directories from @INC + +=item Restoring original @INC + +=back + +=item SEE ALSO + +=item AUTHOR + +=back + =head2 locale - Perl pragma to use and avoid POSIX locales for built-in operations @@ -4172,6 +4209,18 @@ operations =back +=head2 ops - Perl pragma to restrict unsafe operations when compiling + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item SEE ALSO + +=back + =head2 overload - Package for overloading perl operations =over @@ -4268,6 +4317,16 @@ integer, float, binary, q, qr =back +=head2 re - Perl pragma to alter regular expression behaviour + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=back + =head2 sigtrap - Perl pragma to enable simple signal handling =over @@ -4355,6 +4414,8 @@ warnings::warn([$category,] $message) =back +=head2 warnings::register - warnings import function + =head1 MODULE DOCUMENTATION =head2 AnyDBM_File - provide framework for multiple DBMs @@ -4794,6 +4855,8 @@ B<-u Package> =back +=head2 B::Stash - show what stashes are loaded + =head2 B::Terse - Walk Perl syntax tree, printing terse info about ops =over @@ -4824,6 +4887,18 @@ C<-oFILENAME>, C<-r>, C<-D[tO]> =back +=head2 Bblock, B::Bblock - Walk basic blocks + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item AUTHOR + +=back + =head2 Benchmark - benchmark running times of Perl code =over @@ -4882,6 +4957,29 @@ STYLE ] ), cmpthese ( RESULTSHASHREF ), countit(TIME, CODE), disablecache ( =back +=head2 Bytecode, B::Bytecode - Perl compiler's bytecode backend + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item OPTIONS + +B<-ofilename>, B<-afilename>, B<-->, B<-f>, B<-fcompress-nullops>, +B<-fomit-sequence-numbers>, B<-fbypass-nullops>, B<-On>, B<-D>, B<-Do>, +B<-Db>, B<-Da>, B<-DC>, B<-S>, B<-Ppackage> Stores package in the +output. =back + +=item EXAMPLES + +=item BUGS + +=item AUTHORS + +=back + =head2 CGI - Simple Common Gateway Interface Class =over @@ -5303,6 +5401,8 @@ B, B, B, B, B =back +=head2 CGI::Util - various utilities + =head2 CPAN - query, download and build perl modules from CPAN sites =over @@ -5460,6 +5560,275 @@ Example 1, Example 2, Example 3 =back +=head2 Config - access Perl configuration information + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +myconfig(), config_sh(), config_vars(@names) + +=item EXAMPLE + +=item WARNING + +=item GLOSSARY + +=over + +=item _ + +C<_a>, C<_exe>, C<_o> + +=item a + +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C + +=item b + +C, C, C, C, C, C, +C, C + +=item c + +C, C, C, C, C, C, C, +C, C, C, C, C, C, +C, C, C, C, C + +=item C + +C, C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C + +=item d + +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, +C, C, C, C, +C, C, C, C, +C, C, C, C, +C, C, C, C, +C, C, C, C, +C, C, C, C, +C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, C, +C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, +C, C, C, C, C, +C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, +C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, +C, C, C, C, C + +=item e + +C, C, C, C, C, C, +C, C, C + +=item f + +C, C, C, C, C, +C, C, C, C, C, C + +=item g + +C, C, C, C, C, +C, C, C, C, C + +=item h + +C, C, C, C, C + +=item i + +C, C, C, C, C, C, +C, C, C, C, C, C, +C, C, C, C, C, C, +C, C, C, C, C, C, +C, C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, C, +C, C, C, C, +C, C, C, +C, C, C, C, C, +C, C, C, +C, C, C, C, +C, C, C, +C, C, C, C, +C, C, C + +=item k + +C, C + +=item l + +C, C, C, C, C, C, +C, C, C, C, C, C, +C, C, C, C, C, C, +C, C, C, C, C, C, +C, C, C, C, C, C, +C + +=item m + +C, C, C, C, C, C, +C, C, C, C, C, +C, C + +=item M + +C, C, C, C, C, C, +C, C, C, C, C, C, +C, C + +=item n + +C, C, C, C, +C, C, C, C, C, C, +C, C + +=item o + +C, C, C, C, +C, C, C, C + +=item p + +C, C, C, C, C, C, +C + +=item P + +C, C, C, C, +C, C, C, C, C, C, +C, C, C, C, C, C, +C, C + +=item q + +C, C + +=item r + +C, C, C, C, C, +C, C, C, C + +=item s + +C, C, C, C, C, +C, C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, +C, C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, +C, C, C, C, C + +=item t + +C, C, C, C, C, C, C, +C, C, C, C + +=item u + +C, C, C, C, C, C, +C, C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, +C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, +C, C, C, C, C, C, +C + +=item v + +C, C, C, C, +C, C, C, C, +C, C, C, C + +=item x + +C, C + +=item z + +C, C + +=back + +=item NOTE + +=back + =head2 Cwd, getcwd - get pathname of current working directory =over @@ -5805,6 +6174,37 @@ veryCompact, set, get =back +=head2 DynaLoader - Dynamically load C libraries into Perl code + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +@dl_library_path, @dl_resolve_using, @dl_require_symbols, @dl_librefs, +@dl_modules, dl_error(), $dl_debug, dl_findfile(), dl_expandspec(), +dl_load_file(), dl_unload_file(), dl_loadflags(), dl_find_symbol(), +dl_find_symbol_anywhere(), dl_undef_symbols(), dl_install_xsub(), +bootstrap() + +=item AUTHOR + +=back + +=head2 DynaLoader::XSLoader, XSLoader - Dynamically load C libraries into +Perl code + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item AUTHOR + +=back + =head2 English - use nice English (or awk) names for ugly punctuation variables @@ -5833,6 +6233,22 @@ arrays =back +=head2 Errno - System errno constants + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item CAVEATS + +=item AUTHOR + +=item COPYRIGHT + +=back + =head2 Exporter - Implements default import method for modules =over @@ -6496,6 +6912,18 @@ C I =back +=head2 ExtUtils::Miniperl, writemain - write the C code for perlmain.c + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item SEE ALSO + +=back + =head2 ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader =over @@ -7210,8 +7638,7 @@ locale =back -=head2 IO::lib::IO::Dir, IO::Dir - supply object methods for directory -handles +=head2 IO::Dir - supply object methods for directory handles =over @@ -7230,7 +7657,7 @@ rewind (), close (), tie %hash, IO::Dir, DIRNAME [, OPTIONS ] =back -=head2 IO::lib::IO::File, IO::File - supply object methods for filehandles +=head2 IO::File - supply object methods for filehandles =over @@ -7252,8 +7679,7 @@ open( FILENAME [,MODE [,PERMS]] ) =back -=head2 IO::lib::IO::Handle, IO::Handle - supply object methods for I/O -handles +=head2 IO::Handle - supply object methods for I/O handles =over @@ -7282,7 +7708,7 @@ $io->blocking ( [ BOOL ] ), $io->untaint =back -=head2 IO::lib::IO::Pipe, IO::Pipe - supply object methods for pipes +=head2 IO::Pipe - supply object methods for pipes =over @@ -7306,7 +7732,7 @@ reader ([ARGS]), writer ([ARGS]), handles () =back -=head2 IO::lib::IO::Poll, IO::Poll - Object interface to system poll call +=head2 IO::Poll - Object interface to system poll call =over @@ -7327,8 +7753,7 @@ IO ), handles( [ EVENT_MASK ] ) =back -=head2 IO::lib::IO::Seekable, IO::Seekable - supply seek based methods for -I/O objects +=head2 IO::Seekable - supply seek based methods for I/O objects =over @@ -7342,8 +7767,7 @@ I/O objects =back -=head2 IO::lib::IO::Select, IO::Select - OO interface to the select system -call +=head2 IO::Select - OO interface to the select system call =over @@ -7369,8 +7793,7 @@ count (), bits(), select ( READ, WRITE, ERROR [, TIMEOUT ] ) =back -=head2 IO::lib::IO::Socket, IO::Socket - Object interface to socket -communications +=head2 IO::Socket - Object interface to socket communications =over @@ -7395,8 +7818,7 @@ sockopt(OPT [, VAL]), sockdomain, socktype, protocol, connected =back -=head2 IO::lib::IO::Socket::INET, IO::Socket::INET - Object interface for -AF_INET domain sockets +=head2 IO::Socket::INET - Object interface for AF_INET domain sockets =over @@ -7425,8 +7847,7 @@ sockaddr (), sockport (), sockhost (), peeraddr (), peerport (), peerhost =back -=head2 IO::lib::IO::Socket::UNIX, IO::Socket::UNIX - Object interface for -AF_UNIX domain sockets +=head2 IO::Socket::UNIX - Object interface for AF_UNIX domain sockets =over @@ -7450,7 +7871,8 @@ hostpath(), peerpath() =back -=head2 IPC::Open2, open2 - open a process for both reading and writing +=head2 IO::lib::IO::Dir, IO::Dir - supply object methods for directory +handles =over @@ -7458,14 +7880,18 @@ hostpath(), peerpath() =item DESCRIPTION -=item WARNING +new ( [ DIRNAME ] ), open ( DIRNAME ), read (), seek ( POS ), tell (), +rewind (), close (), tie %hash, IO::Dir, DIRNAME [, OPTIONS ] =item SEE ALSO +=item AUTHOR + +=item COPYRIGHT + =back -=head2 IPC::Open3, open3 - open a process for reading, writing, and error -handling +=head2 IO::lib::IO::File, IO::File - supply object methods for filehandles =over @@ -7473,11 +7899,22 @@ handling =item DESCRIPTION -=item WARNING +=item CONSTRUCTOR + +new ( FILENAME [,MODE [,PERMS]] ), new_tmpfile + +=item METHODS + +open( FILENAME [,MODE [,PERMS]] ) + +=item SEE ALSO + +=item HISTORY =back -=head2 IPC::SysV - SysV IPC constants +=head2 IO::lib::IO::Handle, IO::Handle - supply object methods for I/O +handles =over @@ -7485,17 +7922,28 @@ handling =item DESCRIPTION -ftok( PATH, ID ) +=item CONSTRUCTOR + +new (), new_from_fd ( FD, MODE ) + +=item METHODS + +$io->fdopen ( FD, MODE ), $io->opened, $io->getline, $io->getlines, +$io->ungetc ( ORD ), $io->write ( BUF, LEN [, OFFSET ] ), $io->error, +$io->clearerr, $io->sync, $io->flush, $io->printflush ( ARGS ), +$io->blocking ( [ BOOL ] ), $io->untaint + +=item NOTE =item SEE ALSO -=item AUTHORS +=item BUGS -=item COPYRIGHT +=item HISTORY =back -=head2 IPC::SysV::Msg, IPC::Msg - SysV Msg IPC object class +=head2 IO::lib::IO::Pipe, IO::Pipe - supply object methods for pipes =over @@ -7503,11 +7951,13 @@ ftok( PATH, ID ) =item DESCRIPTION +=item CONSTRUCTOR + +new ( [READER, WRITER] ) + =item METHODS -new ( KEY , FLAGS ), id, rcv ( BUF, LEN [, TYPE [, FLAGS ]] ), remove, set -( STAT ), set ( NAME => VALUE [, NAME => VALUE ...] ), snd ( TYPE, MSG [, -FLAGS ] ), stat +reader ([ARGS]), writer ([ARGS]), handles () =item SEE ALSO @@ -7517,8 +7967,264 @@ FLAGS ] ), stat =back -=head2 IPC::SysV::Semaphore, IPC::Semaphore - SysV Semaphore IPC object -class +=head2 IO::lib::IO::Poll, IO::Poll - Object interface to system poll call + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item METHODS + +mask ( IO [, EVENT_MASK ] ), poll ( [ TIMEOUT ] ), events ( IO ), remove ( +IO ), handles( [ EVENT_MASK ] ) + +=item SEE ALSO + +=item AUTHOR + +=item COPYRIGHT + +=back + +=head2 IO::lib::IO::Seekable, IO::Seekable - supply seek based methods for +I/O objects + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item SEE ALSO + +=item HISTORY + +=back + +=head2 IO::lib::IO::Select, IO::Select - OO interface to the select system +call + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item CONSTRUCTOR + +new ( [ HANDLES ] ) + +=item METHODS + +add ( HANDLES ), remove ( HANDLES ), exists ( HANDLE ), handles, can_read ( +[ TIMEOUT ] ), can_write ( [ TIMEOUT ] ), has_exception ( [ TIMEOUT ] ), +count (), bits(), select ( READ, WRITE, ERROR [, TIMEOUT ] ) + +=item EXAMPLE + +=item AUTHOR + +=item COPYRIGHT + +=back + +=head2 IO::lib::IO::Socket, IO::Socket - Object interface to socket +communications + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item CONSTRUCTOR + +new ( [ARGS] ) + +=item METHODS + +accept([PKG]), socketpair(DOMAIN, TYPE, PROTOCOL), timeout([VAL]), +sockopt(OPT [, VAL]), sockdomain, socktype, protocol, connected + +=item SEE ALSO + +=item AUTHOR + +=item COPYRIGHT + +=back + +=head2 IO::lib::IO::Socket::INET, IO::Socket::INET - Object interface for +AF_INET domain sockets + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item CONSTRUCTOR + +new ( [ARGS] ) + +=over + +=item METHODS + +sockaddr (), sockport (), sockhost (), peeraddr (), peerport (), peerhost +() + +=back + +=item SEE ALSO + +=item AUTHOR + +=item COPYRIGHT + +=back + +=head2 IO::lib::IO::Socket::UNIX, IO::Socket::UNIX - Object interface for +AF_UNIX domain sockets + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item CONSTRUCTOR + +new ( [ARGS] ) + +=item METHODS + +hostpath(), peerpath() + +=item SEE ALSO + +=item AUTHOR + +=item COPYRIGHT + +=back + +=head2 IPC::Msg - SysV Msg IPC object class + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item METHODS + +new ( KEY , FLAGS ), id, rcv ( BUF, LEN [, TYPE [, FLAGS ]] ), remove, set +( STAT ), set ( NAME => VALUE [, NAME => VALUE ...] ), snd ( TYPE, MSG [, +FLAGS ] ), stat + +=item SEE ALSO + +=item AUTHOR + +=item COPYRIGHT + +=back + +=head2 IPC::Open2, open2 - open a process for both reading and writing + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item WARNING + +=item SEE ALSO + +=back + +=head2 IPC::Open3, open3 - open a process for reading, writing, and error +handling + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item WARNING + +=back + +=head2 IPC::Semaphore - SysV Semaphore IPC object class + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item METHODS + +new ( KEY , NSEMS , FLAGS ), getall, getncnt ( SEM ), getpid ( SEM ), +getval ( SEM ), getzcnt ( SEM ), id, op ( OPLIST ), remove, set ( STAT ), +set ( NAME => VALUE [, NAME => VALUE ...] ), setall ( VALUES ), setval ( N +, VALUE ), stat + +=item SEE ALSO + +=item AUTHOR + +=item COPYRIGHT + +=back + +=head2 IPC::SysV - SysV IPC constants + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +ftok( PATH, ID ) + +=item SEE ALSO + +=item AUTHORS + +=item COPYRIGHT + +=back + +=head2 IPC::SysV::Msg, IPC::Msg - SysV Msg IPC object class + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item METHODS + +new ( KEY , FLAGS ), id, rcv ( BUF, LEN [, TYPE [, FLAGS ]] ), remove, set +( STAT ), set ( NAME => VALUE [, NAME => VALUE ...] ), snd ( TYPE, MSG [, +FLAGS ] ), stat + +=item SEE ALSO + +=item AUTHOR + +=item COPYRIGHT + +=back + +=head2 IPC::SysV::Semaphore, IPC::Semaphore - SysV Semaphore IPC object +class =over @@ -7755,6 +8461,22 @@ functions =back +=head2 O - Generic interface to Perl Compiler backends + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item CONVENTIONS + +=item IMPLEMENTATION + +=item AUTHOR + +=back + =head2 ODBM_File - Tied access to odbm files =over @@ -9041,6 +9763,39 @@ C<-pathlist> =back +=head2 Safe - Compile and execute code in restricted compartments + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +a new namespace, an operator mask + +=item WARNING + +=over + +=item RECENT CHANGES + +=item Methods in class Safe + +permit (OP, ...), permit_only (OP, ...), deny (OP, ...), deny_only (OP, +...), trap (OP, ...), untrap (OP, ...), share (NAME, ...), share_from +(PACKAGE, ARRAYREF), varglob (VARNAME), reval (STRING), rdo (FILENAME), +root (NAMESPACE), mask (MASK) + +=item Some Safety Issues + +Memory, CPU, Snooping, Signals, State Changes + +=item AUTHOR + +=back + +=back + =head2 Search::Dict, look - search for key in dictionary file =over @@ -9140,6 +9895,27 @@ pack_sockaddr_un PATH, unpack_sockaddr_un SOCKADDR_UN =back +=head2 Syslog, Sys::Syslog, openlog, closelog, setlogmask, syslog - Perl +interface to the UNIX syslog(3) calls + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +openlog $ident, $logopt, $facility, syslog $priority, $format, @args, +setlogmask $mask_priority, setlogsock $sock_type (added in 5.004_02), +closelog + +=item EXAMPLES + +=item SEE ALSO + +=item AUTHOR + +=back + =head2 Syslog::Syslog, Sys::Syslog, openlog, closelog, setlogmask, syslog - Perl interface to the UNIX syslog(3) calls @@ -9652,6 +10428,20 @@ functions March 18th, 2000 +=back + +=head2 XSLoader - Dynamically load C libraries into Perl code + +=over + +=item SYNOPSIS + +=item DESCRIPTION + +=item AUTHOR + +=back + =head1 AUXILIARY DOCUMENTATION Here should be listed all the extra programs' documentation, but they