typos in pods
[p5sagit/p5-mst-13.2.git] / pod / perltoc.pod
1
2 =head1 NAME
3
4 perltoc - perl documentation table of contents
5
6 =head1 DESCRIPTION
7
8 This page provides a brief table of contents for the rest of the Perl
9 documentation set.  It is meant to be scanned quickly or grepped
10 through to locate the proper section you're looking for.
11
12 =head1 BASIC DOCUMENTATION
13
14 =head2 perl - Practical Extraction and Report Language
15
16 =over
17
18 =item SYNOPSIS
19
20 =item DESCRIPTION
21
22 modularity and reusability using innumerable modules, embeddable and
23 extensible, roll-your-own magic variables (including multiple simultaneous
24 DBM implementations), subroutines can now be overridden, autoloaded, and
25 prototyped, arbitrarily nested data structures and anonymous functions,
26 object-oriented programming, compilability into C code or Perl bytecode,
27 support for light-weight processes (threads), support for
28 internationalization, localization, and Unicode, lexical scoping, regular
29 expression enhancements, enhanced debugger and interactive Perl
30 environment, with integrated editor support, POSIX 1003.1 compliant library
31
32 =item AVAILABILITY
33
34 =item ENVIRONMENT
35
36 =item AUTHOR
37
38 =item FILES
39
40 =item SEE ALSO
41
42 =item DIAGNOSTICS
43
44 =item BUGS
45
46 =item NOTES
47
48 =back
49
50 =head2 perlfaq - frequently asked questions about Perl ($Date: 1999/05/23
51 20:38:02 $)
52
53 =over
54
55 =item DESCRIPTION
56
57 perlfaq: Structural overview of the FAQ, L<perlfaq1>: General Questions
58 About Perl, What is Perl?, Who supports Perl?  Who develops it?  Why is it
59 free?, Which version of Perl should I use?, What are perl4 and perl5?, What
60 is perl6?, How stable is Perl?, Is Perl difficult to learn?, How does Perl
61 compare with other languages like Java, Python, REXX, Scheme, or Tcl?, Can
62 I do [task] in Perl?, When shouldn't I program in Perl?, What's the
63 difference between "perl" and "Perl"?, Is it a Perl program or a Perl
64 script?, What is a JAPH?, Where can I get a list of Larry Wall witticisms?,
65 How can I convince my sysadmin/supervisor/employees to use version
66 (5/5.005/Perl instead of some other language)?, L<perlfaq2>: Obtaining and
67 Learning about Perl, What machines support Perl?  Where do I get it?, How
68 can I get a binary version of Perl?, I don't have a C compiler on my
69 system.  How can I compile perl?, I copied the Perl binary from one machine
70 to another, but scripts don't work, I grabbed the sources and tried to
71 compile but gdbm/dynamic loading/malloc/linking/... failed.  How do I make
72 it work?, What modules and extensions are available for Perl?  What is
73 CPAN?  What does CPAN/src/... mean?, Is there an ISO or ANSI certified
74 version of Perl?, Where can I get information on Perl?, What are the Perl
75 newsgroups on USENET?  Where do I post questions?, Where should I post
76 source code?, Perl Books, Perl in Magazines, Perl on the Net: FTP and WWW
77 Access, What mailing lists are there for perl?, Archives of
78 comp.lang.perl.misc, Where can I buy a commercial version of Perl?, Where
79 do I send bug reports?, What is perl.com?, L<perlfaq3>: Programming Tools,
80 How do I do (anything)?, How can I use Perl interactively?, Is there a Perl
81 shell?, How do I debug my Perl programs?, How do I profile my Perl
82 programs?, How do I cross-reference my Perl programs?, Is there a
83 pretty-printer (formatter) for Perl?, Is there a ctags for Perl?, Is there
84 an IDE or Windows Perl Editor?, Where can I get Perl macros for vi?, Where
85 can I get perl-mode for emacs?, How can I use curses with Perl?, How can I
86 use X or Tk with Perl?, How can I generate simple menus without using CGI
87 or Tk?, What is undump?, How can I make my Perl program run faster?, How
88 can I make my Perl program take less memory?, Is it unsafe to return a
89 pointer to local data?, How can I free an array or hash so my program
90 shrinks?, How can I make my CGI script more efficient?, How can I hide the
91 source for my Perl program?, How can I compile my Perl program into byte
92 code or C?, How can I compile Perl into Java?, How can I get C<#!perl> to
93 work on [MS-DOS,NT,...]?, Can I write useful perl programs on the command
94 line?, Why don't perl one-liners work on my DOS/Mac/VMS system?, Where can
95 I learn about CGI or Web programming in Perl?, Where can I learn about
96 object-oriented Perl programming?, Where can I learn about linking C with
97 Perl? [h2xs, xsubpp], I've read perlembed, perlguts, etc., but I can't
98 embed perl in my C program, what am I doing wrong?, When I tried to run my
99 script, I got this message. What does it mean?, What's MakeMaker?,
100 L<perlfaq4>: Data Manipulation, Why am I getting long decimals (eg,
101 19.9499999999999) instead of the numbers I should be getting (eg, 19.95)?,
102 Why isn't my octal data interpreted correctly?, Does Perl have a round()
103 function?  What about ceil() and floor()?  Trig functions?, How do I
104 convert bits into ints?, Why doesn't & work the way I want it to?, How do I
105 multiply matrices?, How do I perform an operation on a series of integers?,
106 How can I output Roman numerals?, Why aren't my random numbers random?, How
107 do I find the week-of-the-year/day-of-the-year?, How do I find the current
108 century or millennium?, How can I compare two dates and find the
109 difference?, How can I take a string and turn it into epoch seconds?, How
110 can I find the Julian Day?, How do I find yesterday's date?, Does Perl have
111 a year 2000 problem?  Is Perl Y2K compliant?, How do I validate input?, How
112 do I unescape a string?, How do I remove consecutive pairs of characters?,
113 How do I expand function calls in a string?, How do I find matching/nesting
114 anything?, How do I reverse a string?, How do I expand tabs in a string?,
115 How do I reformat a paragraph?, How can I access/change the first N letters
116 of a string?, How do I change the Nth occurrence of something?, How can I
117 count the number of occurrences of a substring within a string?, How do I
118 capitalize all the words on one line?, How can I split a [character]
119 delimited string except when inside [character]? (Comma-separated files),
120 How do I strip blank space from the beginning/end of a string?, How do I
121 pad a string with blanks or pad a number with zeroes?, How do I extract
122 selected columns from a string?, How do I find the soundex value of a
123 string?, How can I expand variables in text strings?, What's wrong with
124 always quoting "$vars"?, Why don't my <<HERE documents work?, What is the
125 difference between a list and an array?, What is the difference between
126 $array[1] and @array[1]?, How can I remove duplicate elements from a list
127 or array?, How can I tell whether a list or array contains a certain
128 element?, How do I compute the difference of two arrays?  How do I compute
129 the intersection of two arrays?, How do I test whether two arrays or hashes
130 are equal?, How do I find the first array element for which a condition is
131 true?, How do I handle linked lists?, How do I handle circular lists?, How
132 do I shuffle an array randomly?, How do I process/modify each element of an
133 array?, How do I select a random element from an array?, How do I permute N
134 elements of a list?, How do I sort an array by (anything)?, How do I
135 manipulate arrays of bits?, Why does defined() return true on empty arrays
136 and hashes?, How do I process an entire hash?, What happens if I add or
137 remove keys from a hash while iterating over it?, How do I look up a hash
138 element by value?, How can I know how many entries are in a hash?, How do I
139 sort a hash (optionally by value instead of key)?, How can I always keep my
140 hash sorted?, What's the difference between "delete" and "undef" with
141 hashes?, Why don't my tied hashes make the defined/exists distinction?, How
142 do I reset an each() operation part-way through?, How can I get the unique
143 keys from two hashes?, How can I store a multidimensional array in a DBM
144 file?, How can I make my hash remember the order I put elements into it?,
145 Why does passing a subroutine an undefined element in a hash create it?,
146 How can I make the Perl equivalent of a C structure/C++ class/hash or array
147 of hashes or arrays?, How can I use a reference as a hash key?, How do I
148 handle binary data correctly?, How do I determine whether a scalar is a
149 number/whole/integer/float?, How do I keep persistent data across program
150 calls?, How do I print out or copy a recursive data structure?, How do I
151 define methods for every class/object?, How do I verify a credit card
152 checksum?, How do I pack arrays of doubles or floats for XS code?,
153 L<perlfaq5>: Files and Formats, How do I flush/unbuffer an output
154 filehandle?  Why must I do this?, How do I change one line in a file/delete
155 a line in a file/insert a line in the middle of a file/append to the
156 beginning of a file?, How do I count the number of lines in a file?, How do
157 I make a temporary file name?, How can I manipulate fixed-record-length
158 files?, How can I make a filehandle local to a subroutine?  How do I pass
159 filehandles between subroutines?  How do I make an array of filehandles?,
160 How can I use a filehandle indirectly?, How can I set up a footer format to
161 be used with write()?, How can I write() into a string?, How can I output
162 my numbers with commas added?, How can I translate tildes (~) in a
163 filename?, How come when I open a file read-write it wipes it out?, Why do
164 I sometimes get an "Argument list too long" when I use <*>?, Is there a
165 leak/bug in glob()?, How can I open a file with a leading ">" or trailing
166 blanks?, How can I reliably rename a file?, How can I lock a file?, Why
167 can't I just open(FH, ">file.lock")?, I still don't get locking.  I just
168 want to increment the number in the file.  How can I do this?, How do I
169 randomly update a binary file?, How do I get a file's timestamp in perl?,
170 How do I set a file's timestamp in perl?, How do I print to more than one
171 file at once?, How can I read in an entire file all at once?, How can I
172 read in a file by paragraphs?, How can I read a single character from a
173 file?  From the keyboard?, How can I tell whether there's a character
174 waiting on a filehandle?, How do I do a C<tail -f> in perl?, How do I dup()
175 a filehandle in Perl?, How do I close a file descriptor by number?, Why
176 can't I use "C:\temp\foo" in DOS paths?  What doesn't `C:\temp\foo.exe`
177 work?, Why doesn't glob("*.*") get all the files?, Why does Perl let me
178 delete read-only files?  Why does C<-i> clobber protected files?  Isn't
179 this a bug in Perl?, How do I select a random line from a file?, Why do I
180 get weird spaces when I print an array of lines?, L<perlfaq6>: Regexps, How
181 can I hope to use regular expressions without creating illegible and
182 unmaintainable code?, I'm having trouble matching over more than one line. 
183 What's wrong?, How can I pull out lines between two patterns that are
184 themselves on different lines?, I put a regular expression into $/ but it
185 didn't work. What's wrong?, How do I substitute case insensitively on the
186 LHS, but preserving case on the RHS?, How can I make C<\w> match national
187 character sets?, How can I match a locale-smart version of C</[a-zA-Z]/>?,
188 How can I quote a variable to use in a regex?, What is C</o> really for?,
189 How do I use a regular expression to strip C style comments from a file?,
190 Can I use Perl regular expressions to match balanced text?, What does it
191 mean that regexes are greedy?  How can I get around it?, How do I process
192 each word on each line?, How can I print out a word-frequency or
193 line-frequency summary?, How can I do approximate matching?, How do I
194 efficiently match many regular expressions at once?, Why don't
195 word-boundary searches with C<\b> work for me?, Why does using $&, $`, or
196 $' slow my program down?, What good is C<\G> in a regular expression?, Are
197 Perl regexes DFAs or NFAs?  Are they POSIX compliant?, What's wrong with
198 using grep or map in a void context?, How can I match strings with
199 multibyte characters?, How do I match a pattern that is supplied by the
200 user?, L<perlfaq7>: General Perl Language Issues, Can I get a BNF/yacc/RE
201 for the Perl language?, What are all these $@%&* punctuation signs, and how
202 do I know when to use them?, Do I always/never have to quote my strings or
203 use semicolons and commas?, How do I skip some return values?, How do I
204 temporarily block warnings?, What's an extension?, Why do Perl operators
205 have different precedence than C operators?, How do I declare/create a
206 structure?, How do I create a module?, How do I create a class?, How can I
207 tell if a variable is tainted?, What's a closure?, What is variable suicide
208 and how can I prevent it?, How can I pass/return a {Function, FileHandle,
209 Array, Hash, Method, Regex}?, How do I create a static variable?, What's
210 the difference between dynamic and lexical (static) scoping?  Between
211 local() and my()?, How can I access a dynamic variable while a similarly
212 named lexical is in scope?, What's the difference between deep and shallow
213 binding?, Why doesn't "my($foo) = <FILE>;" work right?, How do I redefine a
214 builtin function, operator, or method?, What's the difference between
215 calling a function as &foo and foo()?, How do I create a switch or case
216 statement?, How can I catch accesses to undefined
217 variables/functions/methods?, Why can't a method included in this same file
218 be found?, How can I find out my current package?, How can I comment out a
219 large block of perl code?, How do I clear a package?, How can I use a
220 variable as a variable name?, L<perlfaq8>: System Interaction, How do I
221 find out which operating system I'm running under?, How come exec() doesn't
222 return?, How do I do fancy stuff with the keyboard/screen/mouse?, How do I
223 print something out in color?, How do I read just one key without waiting
224 for a return key?, How do I check whether input is ready on the keyboard?,
225 How do I clear the screen?, How do I get the screen size?, How do I ask the
226 user for a password?, How do I read and write the serial port?, How do I
227 decode encrypted password files?, How do I start a process in the
228 background?, How do I trap control characters/signals?, How do I modify the
229 shadow password file on a Unix system?, How do I set the time and date?,
230 How can I sleep() or alarm() for under a second?, How can I measure time
231 under a second?, How can I do an atexit() or setjmp()/longjmp()? (Exception
232 handling), Why doesn't my sockets program work under System V (Solaris)?
233 What does the error message "Protocol not supported" mean?, How can I call
234 my system's unique C functions from Perl?, Where do I get the include files
235 to do ioctl() or syscall()?, Why do setuid perl scripts complain about
236 kernel problems?, How can I open a pipe both to and from a command?, Why
237 can't I get the output of a command with system()?, How can I capture
238 STDERR from an external command?, Why doesn't open() return an error when a
239 pipe open fails?, What's wrong with using backticks in a void context?, How
240 can I call backticks without shell processing?, Why can't my script read
241 from STDIN after I gave it EOF (^D on Unix, ^Z on MS-DOS)?, How can I
242 convert my shell script to perl?, Can I use perl to run a telnet or ftp
243 session?, How can I write expect in Perl?, Is there a way to hide perl's
244 command line from programs such as "ps"?, I {changed directory, modified my
245 environment} in a perl script.  How come the change disappeared when I
246 exited the script?  How do I get my changes to be visible?, How do I close
247 a process's filehandle without waiting for it to complete?, How do I fork a
248 daemon process?, How do I make my program run with sh and csh?, How do I
249 find out if I'm running interactively or not?, How do I timeout a slow
250 event?, How do I set CPU limits?, How do I avoid zombies on a Unix system?,
251 How do I use an SQL database?, How do I make a system() exit on control-C?,
252 How do I open a file without blocking?, How do I install a module from
253 CPAN?, What's the difference between require and use?, How do I keep my own
254 module/library directory?, How do I add the directory my program lives in
255 to the module/library search path?, How do I add a directory to my include
256 path at runtime?, What is socket.ph and where do I get it?, L<perlfaq9>:
257 Networking, My CGI script runs from the command line but not the browser.  
258 (500 Server Error), How can I get better error messages from a CGI
259 program?, How do I remove HTML from a string?, How do I extract URLs?, How
260 do I download a file from the user's machine?  How do I open a file on
261 another machine?, How do I make a pop-up menu in HTML?, How do I fetch an
262 HTML file?, How do I automate an HTML form submission?, How do I decode or
263 create those %-encodings on the web?, How do I redirect to another page?,
264 How do I put a password on my web pages?, How do I edit my .htpasswd and
265 .htgroup files with Perl?, How do I make sure users can't enter values into
266 a form that cause my CGI script to do bad things?, How do I parse a mail
267 header?, How do I decode a CGI form?, How do I check a valid mail address?,
268 How do I decode a MIME/BASE64 string?, How do I return the user's mail
269 address?, How do I send mail?, How do I read mail?, How do I find out my
270 hostname/domainname/IP address?, How do I fetch a news article or the
271 active newsgroups?, How do I fetch/put an FTP file?, How can I do RPC in
272 Perl?
273
274 =over
275
276 =item Where to get this document
277
278 =item How to contribute to this document
279
280 =item What will happen if you mail your Perl programming problems to the
281 authors
282
283 =back
284
285 =item Credits
286
287 =item Author and Copyright Information
288
289 =over
290
291 =item Bundled Distributions
292
293 =item Disclaimer
294
295 =back
296
297 =item Changes
298
299 23/May/99, 13/April/99, 7/January/99, 22/June/98, 24/April/97, 23/April/97,
300 25/March/97, 18/March/97, 17/March/97 Version, Initial Release: 11/March/97
301
302 =back
303
304 =head2 perltoc - perl documentation table of contents
305
306 =over
307
308 =item DESCRIPTION
309
310 =item BASIC DOCUMENTATION
311
312 =over
313
314 =item perl - Practical Extraction and Report Language
315
316 SYNOPSIS, DESCRIPTION, AVAILABILITY, ENVIRONMENT, AUTHOR, FILES, SEE ALSO,
317 DIAGNOSTICS, BUGS, NOTES
318
319 =item perlfaq - frequently asked questions about Perl ($Date: 1999/05/23
320 20:38:02 $)
321
322 DESCRIPTION
323
324 =back
325
326 =back
327
328 =head2 perlbook - Perl book information
329
330 =over
331
332 =item DESCRIPTION
333
334 =back
335
336 =head2 perlsyn - Perl syntax
337
338 =over
339
340 =item DESCRIPTION
341
342 =over
343
344 =item Declarations
345
346 =item Simple statements
347
348 =item Compound statements
349
350 =item Loop Control
351
352 =item For Loops
353
354 =item Foreach Loops
355
356 =item Basic BLOCKs and Switch Statements
357
358 =item Goto
359
360 =item PODs: Embedded Documentation
361
362 =item Plain Old Comments (Not!)
363
364 =back
365
366 =back
367
368 =head2 perldata - Perl data types
369
370 =over
371
372 =item DESCRIPTION
373
374 =over
375
376 =item Variable names
377
378 =item Context
379
380 =item Scalar values
381
382 =item Scalar value constructors
383
384 =item List value constructors
385
386 =item Slices
387
388 =item Typeglobs and Filehandles
389
390 =back
391
392 =item SEE ALSO
393
394 =back
395
396 =head2 perlop - Perl operators and precedence
397
398 =over
399
400 =item SYNOPSIS
401
402 =item DESCRIPTION
403
404 =over
405
406 =item Terms and List Operators (Leftward)
407
408 =item The Arrow Operator
409
410 =item Auto-increment and Auto-decrement
411
412 =item Exponentiation
413
414 =item Symbolic Unary Operators
415
416 =item Binding Operators
417
418 =item Multiplicative Operators
419
420 =item Additive Operators
421
422 =item Shift Operators
423
424 =item Named Unary Operators
425
426 =item Relational Operators
427
428 =item Equality Operators
429
430 =item Bitwise And
431
432 =item Bitwise Or and Exclusive Or
433
434 =item C-style Logical And
435
436 =item C-style Logical Or
437
438 =item Range Operators
439
440 =item Conditional Operator
441
442 =item Assignment Operators
443
444 =item Comma Operator
445
446 =item List Operators (Rightward)
447
448 =item Logical Not
449
450 =item Logical And
451
452 =item Logical or and Exclusive Or
453
454 =item C Operators Missing From Perl
455
456 unary &, unary *, (TYPE)
457
458 =item Quote and Quote-like Operators
459
460 =item Regexp Quote-Like Operators
461
462 ?PATTERN?, m/PATTERN/cgimosx, /PATTERN/cgimosx, q/STRING/, C<'STRING'>,
463 qq/STRING/, "STRING", qr/STRING/imosx, qx/STRING/, `STRING`, qw/STRING/,
464 s/PATTERN/REPLACEMENT/egimosx, tr/SEARCHLIST/REPLACEMENTLIST/cds,
465 y/SEARCHLIST/REPLACEMENTLIST/cds
466
467 =item Gory details of parsing quoted constructs
468
469 Finding the end, Removal of backslashes before delimiters, Interpolation,
470 C<<<'EOF'>, C<m''>, C<s'''>, C<tr///>, C<y///>, C<''>, C<q//>, C<"">,
471 C<``>, C<qq//>, C<qx//>, C<< <file*glob> >>, C<?RE?>, C</RE/>, C<m/RE/>,
472 C<s/RE/foo/>,, Interpolation of regular expressions, Optimization of
473 regular expressions
474
475 =item I/O Operators
476
477 =item Constant Folding
478
479 =item Bitwise String Operators
480
481 =item Integer Arithmetic
482
483 =item Floating-point Arithmetic
484
485 =item Bigger Numbers
486
487 =back
488
489 =back
490
491 =head2 perlsub - Perl subroutines
492
493 =over
494
495 =item SYNOPSIS
496
497 =item DESCRIPTION
498
499 =over
500
501 =item Private Variables via my()
502
503 =item Persistent Private Variables
504
505 =item Temporary Values via local()
506
507 =item Lvalue subroutines
508
509 =item Passing Symbol Table Entries (typeglobs)
510
511 =item When to Still Use local()
512
513 1. You need to give a global variable a temporary value, especially $_, 2.
514 You need to create a local file or directory handle or a local function, 3.
515 You want to temporarily change just one element of an array or hash
516
517 =item Pass by Reference
518
519 =item Prototypes
520
521 =item Constant Functions
522
523 =item Overriding Built-in Functions
524
525 =item Autoloading
526
527 =item Subroutine Attributes
528
529 =back
530
531 =item SEE ALSO
532
533 =back
534
535 =head2 perlfunc - Perl builtin functions
536
537 =over
538
539 =item DESCRIPTION
540
541 =over
542
543 =item Perl Functions by Category
544
545 Functions for SCALARs or strings, Regular expressions and pattern matching,
546 Numeric functions, Functions for real @ARRAYs, Functions for list data,
547 Functions for real %HASHes, Input and output functions, Functions for fixed
548 length data or records, Functions for filehandles, files, or directories,
549 Keywords related to the control flow of your perl program, Keywords related
550 to scoping, Miscellaneous functions, Functions for processes and process
551 groups, Keywords related to perl modules, Keywords related to classes and
552 object-orientedness, Low-level socket functions, System V interprocess
553 communication functions, Fetching user and group info, Fetching network
554 info, Time-related functions, Functions new in perl5, Functions obsoleted
555 in perl5
556
557 =item Portability
558
559 =item Alphabetical Listing of Perl Functions
560
561 I<-X> FILEHANDLE, I<-X> EXPR, I<-X>, abs VALUE, abs, accept
562 NEWSOCKET,GENERICSOCKET, alarm SECONDS, alarm, atan2 Y,X, bind SOCKET,NAME,
563 binmode FILEHANDLE, DISCIPLINE, binmode FILEHANDLE, bless REF,CLASSNAME,
564 bless REF, caller EXPR, caller, chdir EXPR, chmod LIST, chomp VARIABLE,
565 chomp LIST, chomp, chop VARIABLE, chop LIST, chop, chown LIST, chr NUMBER,
566 chr, chroot FILENAME, chroot, close FILEHANDLE, close, closedir DIRHANDLE,
567 connect SOCKET,NAME, continue BLOCK, cos EXPR, cos, crypt PLAINTEXT,SALT,
568 dbmclose HASH, dbmopen HASH,DBNAME,MASK, defined EXPR, defined, delete
569 EXPR, die LIST, do BLOCK, do SUBROUTINE(LIST), do EXPR, dump LABEL, dump,
570 each HASH, eof FILEHANDLE, eof (), eof, eval EXPR, eval BLOCK, exec LIST,
571 exec PROGRAM LIST, exists EXPR, exit EXPR, exp EXPR, exp, fcntl
572 FILEHANDLE,FUNCTION,SCALAR, fileno FILEHANDLE, flock FILEHANDLE,OPERATION,
573 fork, format, formline PICTURE,LIST, getc FILEHANDLE, getc, getlogin,
574 getpeername SOCKET, getpgrp PID, getppid, getpriority WHICH,WHO, getpwnam
575 NAME, getgrnam NAME, gethostbyname NAME, getnetbyname NAME, getprotobyname
576 NAME, getpwuid UID, getgrgid GID, getservbyname NAME,PROTO, gethostbyaddr
577 ADDR,ADDRTYPE, getnetbyaddr ADDR,ADDRTYPE, getprotobynumber NUMBER,
578 getservbyport PORT,PROTO, getpwent, getgrent, gethostent, getnetent,
579 getprotoent, getservent, setpwent, setgrent, sethostent STAYOPEN, setnetent
580 STAYOPEN, setprotoent STAYOPEN, setservent STAYOPEN, endpwent, endgrent,
581 endhostent, endnetent, endprotoent, endservent, getsockname SOCKET,
582 getsockopt SOCKET,LEVEL,OPTNAME, glob EXPR, glob, gmtime EXPR, goto LABEL,
583 goto EXPR, goto &NAME, grep BLOCK LIST, grep EXPR,LIST, hex EXPR, hex,
584 import, index STR,SUBSTR,POSITION, index STR,SUBSTR, int EXPR, int, ioctl
585 FILEHANDLE,FUNCTION,SCALAR, join EXPR,LIST, keys HASH, kill SIGNAL, LIST,
586 last LABEL, last, lc EXPR, lc, lcfirst EXPR, lcfirst, length EXPR, length,
587 link OLDFILE,NEWFILE, listen SOCKET,QUEUESIZE, local EXPR, localtime EXPR,
588 lock, log EXPR, log, lstat EXPR, lstat, m//, map BLOCK LIST, map EXPR,LIST,
589 mkdir FILENAME,MASK, mkdir FILENAME, msgctl ID,CMD,ARG, msgget KEY,FLAGS,
590 msgrcv ID,VAR,SIZE,TYPE,FLAGS, msgsnd ID,MSG,FLAGS, my EXPR, my EXPR :
591 ATTRIBUTES, next LABEL, next, no Module LIST, oct EXPR, oct, open
592 FILEHANDLE,MODE,LIST, open FILEHANDLE,EXPR, open FILEHANDLE, opendir
593 DIRHANDLE,EXPR, ord EXPR, ord, our EXPR, pack TEMPLATE,LIST, package
594 NAMESPACE, package, pipe READHANDLE,WRITEHANDLE, pop ARRAY, pop, pos
595 SCALAR, pos, print FILEHANDLE LIST, print LIST, print, printf FILEHANDLE
596 FORMAT, LIST, printf FORMAT, LIST, prototype FUNCTION, push ARRAY,LIST,
597 q/STRING/, qq/STRING/, qr/STRING/, qx/STRING/, qw/STRING/, quotemeta EXPR,
598 quotemeta, rand EXPR, rand, read FILEHANDLE,SCALAR,LENGTH,OFFSET, read
599 FILEHANDLE,SCALAR,LENGTH, readdir DIRHANDLE, readline EXPR, readlink EXPR,
600 readlink, readpipe EXPR, recv SOCKET,SCALAR,LENGTH,FLAGS, redo LABEL, redo,
601 ref EXPR, ref, rename OLDNAME,NEWNAME, require VERSION, require EXPR,
602 require, reset EXPR, reset, return EXPR, return, reverse LIST, rewinddir
603 DIRHANDLE, rindex STR,SUBSTR,POSITION, rindex STR,SUBSTR, rmdir FILENAME,
604 rmdir, s///, scalar EXPR, seek FILEHANDLE,POSITION,WHENCE, seekdir
605 DIRHANDLE,POS, select FILEHANDLE, select, select RBITS,WBITS,EBITS,TIMEOUT,
606 semctl ID,SEMNUM,CMD,ARG, semget KEY,NSEMS,FLAGS, semop KEY,OPSTRING, send
607 SOCKET,MSG,FLAGS,TO, send SOCKET,MSG,FLAGS, setpgrp PID,PGRP, setpriority
608 WHICH,WHO,PRIORITY, setsockopt SOCKET,LEVEL,OPTNAME,OPTVAL, shift ARRAY,
609 shift, shmctl ID,CMD,ARG, shmget KEY,SIZE,FLAGS, shmread ID,VAR,POS,SIZE,
610 shmwrite ID,STRING,POS,SIZE, shutdown SOCKET,HOW, sin EXPR, sin, sleep
611 EXPR, sleep, socket SOCKET,DOMAIN,TYPE,PROTOCOL, socketpair
612 SOCKET1,SOCKET2,DOMAIN,TYPE,PROTOCOL, sort SUBNAME LIST, sort BLOCK LIST,
613 sort LIST, splice ARRAY,OFFSET,LENGTH,LIST, splice ARRAY,OFFSET,LENGTH,
614 splice ARRAY,OFFSET, splice ARRAY, split /PATTERN/,EXPR,LIMIT, split
615 /PATTERN/,EXPR, split /PATTERN/, split, sprintf FORMAT, LIST, sqrt EXPR,
616 sqrt, srand EXPR, srand, stat FILEHANDLE, stat EXPR, stat, study SCALAR,
617 study, sub BLOCK, sub NAME, sub NAME BLOCK, substr
618 EXPR,OFFSET,LENGTH,REPLACEMENT, substr EXPR,OFFSET,LENGTH, substr
619 EXPR,OFFSET, symlink OLDFILE,NEWFILE, syscall LIST, sysopen
620 FILEHANDLE,FILENAME,MODE, sysopen FILEHANDLE,FILENAME,MODE,PERMS, sysread
621 FILEHANDLE,SCALAR,LENGTH,OFFSET, sysread FILEHANDLE,SCALAR,LENGTH, sysseek
622 FILEHANDLE,POSITION,WHENCE, system LIST, system PROGRAM LIST, syswrite
623 FILEHANDLE,SCALAR,LENGTH,OFFSET, syswrite FILEHANDLE,SCALAR,LENGTH,
624 syswrite FILEHANDLE,SCALAR, tell FILEHANDLE, tell, telldir DIRHANDLE, tie
625 VARIABLE,CLASSNAME,LIST, tied VARIABLE, time, times, tr///, truncate
626 FILEHANDLE,LENGTH, truncate EXPR,LENGTH, uc EXPR, uc, ucfirst EXPR,
627 ucfirst, umask EXPR, umask, undef EXPR, undef, unlink LIST, unlink, unpack
628 TEMPLATE,EXPR, untie VARIABLE, unshift ARRAY,LIST, use Module VERSION LIST,
629 use Module VERSION, use Module LIST, use Module, use VERSION, utime LIST,
630 values HASH, vec EXPR,OFFSET,BITS, wait, waitpid PID,FLAGS, wantarray, warn
631 LIST, write FILEHANDLE, write EXPR, write, y///
632
633 =back
634
635 =back
636
637 =head2 perlreftut - Mark's very short tutorial about references
638
639 =over
640
641 =item DESCRIPTION
642
643 =item Who Needs Complicated Data Structures?
644
645 =item The Solution
646
647 =item Syntax
648
649 =over
650
651 =item Making References
652
653 =item Using References
654
655 =back
656
657 =item An Example
658
659 =item Arrow Rule
660
661 =item Solution
662
663 =item The Rest
664
665 =item Summary
666
667 =item Credits
668
669 =over
670
671 =item Distribution Conditions
672
673 =back
674
675 =back
676
677 =head2 perldsc - Perl Data Structures Cookbook
678
679 =over
680
681 =item DESCRIPTION
682
683 arrays of arrays, hashes of arrays, arrays of hashes, hashes of hashes,
684 more elaborate constructs
685
686 =item REFERENCES
687
688 =item COMMON MISTAKES
689
690 =item CAVEAT ON PRECEDENCE
691
692 =item WHY YOU SHOULD ALWAYS C<use strict>
693
694 =item DEBUGGING
695
696 =item CODE EXAMPLES
697
698 =item ARRAYS OF ARRAYS
699
700 =over
701
702 =item Declaration of a ARRAY OF ARRAYS
703
704 =item Generation of a ARRAY OF ARRAYS
705
706 =item Access and Printing of a ARRAY OF ARRAYS
707
708 =back
709
710 =item HASHES OF ARRAYS
711
712 =over
713
714 =item Declaration of a HASH OF ARRAYS
715
716 =item Generation of a HASH OF ARRAYS
717
718 =item Access and Printing of a HASH OF ARRAYS
719
720 =back
721
722 =item ARRAYS OF HASHES
723
724 =over
725
726 =item Declaration of a ARRAY OF HASHES
727
728 =item Generation of a ARRAY OF HASHES
729
730 =item Access and Printing of a ARRAY OF HASHES
731
732 =back
733
734 =item HASHES OF HASHES
735
736 =over
737
738 =item Declaration of a HASH OF HASHES
739
740 =item Generation of a HASH OF HASHES
741
742 =item Access and Printing of a HASH OF HASHES
743
744 =back
745
746 =item MORE ELABORATE RECORDS
747
748 =over
749
750 =item Declaration of MORE ELABORATE RECORDS
751
752 =item Declaration of a HASH OF COMPLEX RECORDS
753
754 =item Generation of a HASH OF COMPLEX RECORDS
755
756 =back
757
758 =item Database Ties
759
760 =item SEE ALSO
761
762 =item AUTHOR
763
764 =back
765
766 =head2 perlrequick - Perl regular expressions quick start
767
768 =over
769
770 =item DESCRIPTION
771
772 =item The Guide
773
774 =over
775
776 =item Simple word matching
777
778 =item Using character classes
779
780 \d is a digit and represents [0-9], \s is a whitespace character and
781 represents [\ \t\r\n\f], \w is a word character (alphanumeric or _) and
782 represents [0-9a-zA-Z_], \D is a negated \d; it represents any character
783 but a digit [^0-9], \S is a negated \s; it represents any non-whitespace
784 character [^\s], \W is a negated \w; it represents any non-word character
785 [^\w], The period '.' matches any character but "\n"
786
787 =item Matching this or that
788
789 =item Grouping things and hierarchical matching
790
791 =item Extracting matches
792
793 =item Matching repetitions
794
795 C<a?> = match 'a' 1 or 0 times, C<a*> = match 'a' 0 or more times, i.e.,
796 any number of times, C<a+> = match 'a' 1 or more times, i.e., at least
797 once, C<a{n,m}> = match at least C<n> times, but not more than C<m> times,
798 C<a{n,}> = match at least C<n> or more times, C<a{n}> = match exactly C<n>
799 times
800
801 =item More matching
802
803 =item Search and replace
804
805 =item The split operator
806
807 =back
808
809 =item BUGS
810
811 =item SEE ALSO
812
813 =item AUTHOR AND COPYRIGHT
814
815 =over
816
817 =item Acknowledgments
818
819 =back
820
821 =back
822
823 =head2 perlpod - plain old documentation
824
825 =over
826
827 =item DESCRIPTION
828
829 =over
830
831 =item Verbatim Paragraph
832
833 =item Command Paragraph
834
835 =item Ordinary Block of Text
836
837 =item The Intent
838
839 =item Embedding Pods in Perl Modules
840
841 =item Common Pod Pitfalls
842
843 =back
844
845 =item SEE ALSO
846
847 =item AUTHOR
848
849 =back
850
851 =head2 perlstyle - Perl style guide
852
853 =over
854
855 =item DESCRIPTION
856
857 =back
858
859 =head2 perltrap - Perl traps for the unwary
860
861 =over
862
863 =item DESCRIPTION
864
865 =over
866
867 =item Awk Traps
868
869 =item C Traps
870
871 =item Sed Traps
872
873 =item Shell Traps
874
875 =item Perl Traps
876
877 =item Perl4 to Perl5 Traps
878
879 Discontinuance, Deprecation, and BugFix traps, Parsing Traps, Numerical
880 Traps, General data type traps, Context Traps - scalar, list contexts,
881 Precedence Traps, General Regular Expression Traps using s///, etc,
882 Subroutine, Signal, Sorting Traps, OS Traps, DBM Traps, Unclassified Traps
883
884 =item Discontinuance, Deprecation, and BugFix traps
885
886 Discontinuance, Deprecation, BugFix, Discontinuance, Discontinuance,
887 Discontinuance, BugFix, Discontinuance, Discontinuance, BugFix,
888 Discontinuance, Deprecation, Discontinuance, Discontinuance
889
890 =item Parsing Traps
891
892 Parsing, Parsing, Parsing, Parsing
893
894 =item Numerical Traps
895
896 Numerical, Numerical, Numerical, Bitwise string ops
897
898 =item General data type traps
899
900 (Arrays), (Arrays), (Hashes), (Globs), (Globs), (Scalar String),
901 (Constants), (Scalars), (Variable Suicide)
902
903 =item Context Traps - scalar, list contexts
904
905 (list context), (scalar context), (scalar context), (list, builtin)
906
907 =item Precedence Traps
908
909 Precedence, Precedence, Precedence, Precedence, Precedence, Precedence,
910 Precedence
911
912 =item General Regular Expression Traps using s///, etc.
913
914 Regular Expression, Regular Expression, Regular Expression, Regular
915 Expression, Regular Expression, Regular Expression, Regular Expression,
916 Regular Expression
917
918 =item Subroutine, Signal, Sorting Traps
919
920 (Signals), (Sort Subroutine), warn() won't let you specify a filehandle
921
922 =item OS Traps
923
924 (SysV), (SysV)
925
926 =item Interpolation Traps
927
928 Interpolation, Interpolation, Interpolation, Interpolation, Interpolation,
929 Interpolation, Interpolation, Interpolation, Interpolation
930
931 =item DBM Traps
932
933 DBM, DBM
934
935 =item Unclassified Traps
936
937 C<require>/C<do> trap using returned value, C<split> on empty string with
938 LIMIT specified
939
940 =back
941
942 =back
943
944 =head2 perlrun - how to execute the Perl interpreter
945
946 =over
947
948 =item SYNOPSIS
949
950 =item DESCRIPTION
951
952 =over
953
954 =item #! and quoting on non-Unix systems
955
956 OS/2, MS-DOS, Win95/NT, Macintosh, VMS
957
958 =item Location of Perl
959
960 =item Command Switches
961
962 B<-0>[I<digits>], B<-a>, B<-C>, B<-c>, B<-d>, B<-d:>I<foo[=bar,baz]>,
963 B<-D>I<letters>, B<-D>I<number>, B<-e> I<commandline>, B<-F>I<pattern>,
964 B<-h>, B<-i>[I<extension>], B<-I>I<directory>, B<-l>[I<octnum>],
965 B<-m>[B<->]I<module>, B<-M>[B<->]I<module>, B<-M>[B<->]I<'module ...'>,
966 B<-[mM]>[B<->]I<module=arg[,arg]...>, B<-n>, B<-p>, B<-P>, B<-s>, B<-S>,
967 B<-T>, B<-u>, B<-U>, B<-v>, B<-V>, B<-V:>I<name>, B<-w>, B<-W>, B<-X>,
968 B<-x> I<directory>
969
970 =back
971
972 =item ENVIRONMENT
973
974 HOME, LOGDIR, PATH, PERL5LIB, PERL5OPT, PERLLIB, PERL5DB, PERL5SHELL
975 (specific to the Win32 port), PERL_DEBUG_MSTATS, PERL_DESTRUCT_LEVEL,
976 PERL_ROOT (specific to the VMS port), SYS$LOGIN (specific to the VMS port)
977
978 =back
979
980 =head2 perldiag - various Perl diagnostics
981
982 =over
983
984 =item DESCRIPTION
985
986 =back
987
988 =head2 perllexwarn - Perl Lexical Warnings
989
990 =over
991
992 =item DESCRIPTION
993
994 =over
995
996 =item Default Warnings and Optional Warnings
997
998 =item What's wrong with B<-w> and C<$^W>
999
1000 =item Controlling Warnings from the Command Line
1001
1002 B<-w>, B<-W>, B<-X>
1003
1004 =item Backward Compatibility
1005
1006 =item Category Hierarchy
1007
1008 =item Fatal Warnings
1009
1010 =item Reporting Warnings from a Module
1011
1012 =back
1013
1014 =item TODO
1015
1016 =item SEE ALSO
1017
1018 =item AUTHOR
1019
1020 =back
1021
1022 =head2 perldebtut - Perl debugging tutorial
1023
1024 =over
1025
1026 =item DESCRIPTION
1027
1028 =item use strict
1029
1030 =item Looking at data and -w and w
1031
1032 =item help
1033
1034 =item Stepping through code
1035
1036 =item Placeholder for a, w, t, T
1037
1038 =item REGULAR EXPRESSIONS
1039
1040 =item OUTPUT TIPS
1041
1042 =item CGI
1043
1044 =item GUIs
1045
1046 =item SUMMARY
1047
1048 =item SEE ALSO
1049
1050 =item AUTHOR
1051
1052 =item CONTRIBUTORS
1053
1054 =back
1055
1056 =head2 perldebug - Perl debugging
1057
1058 =over
1059
1060 =item DESCRIPTION
1061
1062 =item The Perl Debugger
1063
1064 =over
1065
1066 =item Debugger Commands
1067
1068 h [command], p expr, x expr, V [pkg [vars]], X [vars], T, s [expr], n
1069 [expr], r, <CR>, c [line|sub], l, l min+incr, l min-max, l line, l subname,
1070 -, w [line], f filename, /pattern/, ?pattern?, L, S [[!]regex], t, t expr,
1071 b [line] [condition], b subname [condition], b postpone subname
1072 [condition], b load filename, b compile subname, d [line], D, a [line]
1073 command, a [line], A, W expr, W, O booloption .., O anyoption? .., O
1074 option=value .., < ?, < [ command ], << command, > ?, > command, >>
1075 command, { ?, { [ command ], {{ command, ! number, ! -number, ! pattern, !!
1076 cmd, H -number, q or ^D, R, |dbcmd, ||dbcmd, command, m expr, man [manpage]
1077
1078 =item Configurable Options
1079
1080 C<recallCommand>, C<ShellBang>, C<pager>, C<tkRunning>, C<signalLevel>,
1081 C<warnLevel>, C<dieLevel>, C<AutoTrace>, C<LineInfo>, C<inhibit_exit>,
1082 C<PrintRet>, C<ornaments>, C<frame>, C<maxTraceLen>, C<arrayDepth>,
1083 C<hashDepth>, C<compactDump>, C<veryCompact>, C<globPrint>, C<DumpDBFiles>,
1084 C<DumpPackages>, C<DumpReused>, C<quote>, C<HighBit>, C<undefPrint>,
1085 C<UsageOnly>, C<TTY>, C<noTTY>, C<ReadLine>, C<NonStop>
1086
1087 =item Debugger input/output
1088
1089 Prompt, Multiline commands, Stack backtrace, Line Listing Format, Frame
1090 listing
1091
1092 =item Debugging compile-time statements
1093
1094 =item Debugger Customization
1095
1096 =item Readline Support
1097
1098 =item Editor Support for Debugging
1099
1100 =item The Perl Profiler
1101
1102 =back
1103
1104 =item Debugging regular expressions
1105
1106 =item Debugging memory usage
1107
1108 =item SEE ALSO
1109
1110 =item BUGS
1111
1112 =back
1113
1114 =head2 perlvar - Perl predefined variables
1115
1116 =over
1117
1118 =item DESCRIPTION
1119
1120 =over
1121
1122 =item Predefined Names
1123
1124 $ARG, $_, $<I<digits>>, $MATCH, $&, $PREMATCH, $`, $POSTMATCH, $',
1125 $LAST_PAREN_MATCH, $+, @LAST_MATCH_END, @+, $MULTILINE_MATCHING, $*,
1126 input_line_number HANDLE EXPR, $INPUT_LINE_NUMBER, $NR, $,
1127 input_record_separator HANDLE EXPR, $INPUT_RECORD_SEPARATOR, $RS, $/,
1128 autoflush HANDLE EXPR, $OUTPUT_AUTOFLUSH, $|, output_field_separator HANDLE
1129 EXPR, $OUTPUT_FIELD_SEPARATOR, $OFS, $,, output_record_separator HANDLE
1130 EXPR, $OUTPUT_RECORD_SEPARATOR, $ORS, $\, $LIST_SEPARATOR, $",
1131 $SUBSCRIPT_SEPARATOR, $SUBSEP, $;, $OFMT, $#, format_page_number HANDLE
1132 EXPR, $FORMAT_PAGE_NUMBER, $%, format_lines_per_page HANDLE EXPR,
1133 $FORMAT_LINES_PER_PAGE, $=, format_lines_left HANDLE EXPR,
1134 $FORMAT_LINES_LEFT, $-, @LAST_MATCH_START, @-, C<$`> is the same as
1135 C<substr($var, 0, $-[0])>, C<$&> is the same as C<substr($var, $-[0], $+[0]
1136 - $-[0])>, C<$'> is the same as C<substr($var, $+[0])>, C<$1> is the same
1137 as C<substr($var, $-[1], $+[1] - $-[1])>, C<$2> is the same as
1138 C<substr($var, $-[2], $+[2] - $-[2])>, C<$3> is the same as C<substr $var,
1139 $-[3], $+[3] - $-[3])>, format_name HANDLE EXPR, $FORMAT_NAME, $~,
1140 format_top_name HANDLE EXPR, $FORMAT_TOP_NAME, $^,
1141 format_line_break_characters HANDLE EXPR, $FORMAT_LINE_BREAK_CHARACTERS,
1142 $:, format_formfeed HANDLE EXPR, $FORMAT_FORMFEED, $^L, $ACCUMULATOR, $^A,
1143 $CHILD_ERROR, $?, $OS_ERROR, $ERRNO, $!, $EXTENDED_OS_ERROR, $^E,
1144 $EVAL_ERROR, $@, $PROCESS_ID, $PID, $$, $REAL_USER_ID, $UID, $<,
1145 $EFFECTIVE_USER_ID, $EUID, $>, $REAL_GROUP_ID, $GID, $(,
1146 $EFFECTIVE_GROUP_ID, $EGID, $), $PROGRAM_NAME, $0, $[, $], $COMPILING, $^C,
1147 $DEBUGGING, $^D, $SYSTEM_FD_MAX, $^F, $^H, %^H, $INPLACE_EDIT, $^I, $^M,
1148 $OSNAME, $^O, $PERLDB, $^P, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80,
1149 0x100, 0x200, $LAST_REGEXP_CODE_RESULT, $^R, $EXCEPTIONS_BEING_CAUGHT, $^S,
1150 $BASETIME, $^T, $PERL_VERSION, $^V, $WARNING, $^W, ${^WARNING_BITS},
1151 ${^WIDE_SYSTEM_CALLS}, $EXECUTABLE_NAME, $^X, $ARGV, @ARGV, @INC, @_, %INC,
1152 %ENV, $ENV{expr}, %SIG, $SIG{expr}
1153
1154 =item Error Indicators
1155
1156 =item Technical Note on the Syntax of Variable Names
1157
1158 =back
1159
1160 =item BUGS
1161
1162 =back
1163
1164 =head2 perllol - Manipulating Arrays of Arrays in Perl
1165
1166 =over
1167
1168 =item DESCRIPTION
1169
1170 =item Declaration and Access of Arrays of Arrays
1171
1172 =item Growing Your Own
1173
1174 =item Access and Printing
1175
1176 =item Slices
1177
1178 =item SEE ALSO
1179
1180 =item AUTHOR
1181
1182 =back
1183
1184 =head2 perlopentut - tutorial on opening things in Perl
1185
1186 =over
1187
1188 =item DESCRIPTION
1189
1190 =item Open E<agrave> la shell
1191
1192 =over
1193
1194 =item Simple Opens
1195
1196 =item Pipe Opens
1197
1198 =item The Minus File
1199
1200 =item Mixing Reads and Writes
1201
1202 =item Filters 
1203
1204 =back
1205
1206 =item Open E<agrave> la C
1207
1208 =over
1209
1210 =item Permissions E<agrave> la mode
1211
1212 =back
1213
1214 =item Obscure Open Tricks
1215
1216 =over
1217
1218 =item Re-Opening Files (dups)
1219
1220 =item Dispelling the Dweomer
1221
1222 =item Paths as Opens
1223
1224 =item Single Argument Open
1225
1226 =item Playing with STDIN and STDOUT
1227
1228 =back
1229
1230 =item Other I/O Issues
1231
1232 =over
1233
1234 =item Opening Non-File Files
1235
1236 =item Binary Files
1237
1238 =item File Locking
1239
1240 =back
1241
1242 =item SEE ALSO 
1243
1244 =item AUTHOR and COPYRIGHT
1245
1246 =item HISTORY
1247
1248 =back
1249
1250 =head2 perlretut - Perl regular expressions tutorial
1251
1252 =over
1253
1254 =item DESCRIPTION
1255
1256 =item Part 1: The basics
1257
1258 =over
1259
1260 =item Simple word matching
1261
1262 =item Using character classes
1263
1264 \d is a digit and represents [0-9], \s is a whitespace character and
1265 represents [\ \t\r\n\f], \w is a word character (alphanumeric or _) and
1266 represents [0-9a-zA-Z_], \D is a negated \d; it represents any character
1267 but a digit [^0-9], \S is a negated \s; it represents any non-whitespace
1268 character [^\s], \W is a negated \w; it represents any non-word character
1269 [^\w], The period '.' matches any character but "\n", no modifiers (//):
1270 Default behavior.  C<'.'> matches any character except C<"\n">.  C<^>
1271 matches only at the beginning of the string and C<$> matches only at the
1272 end or before a newline at the end, s modifier (//s): Treat string as a
1273 single long line.  C<'.'> matches any character, even C<"\n">.  C<^>
1274 matches only at the beginning of the string and C<$> matches only at the
1275 end or before a newline at the end, m modifier (//m): Treat string as a set
1276 of multiple lines.  C<'.'> matches any character except C<"\n">.  C<^> and
1277 C<$> are able to match at the start or end of I<any> line within the
1278 string, both s and m modifiers (//sm): Treat string as a single long line,
1279 but detect multiple lines.  C<'.'> matches any character, even C<"\n">. 
1280 C<^> and C<$>, however, are able to match at the start or end of I<any>
1281 line within the string
1282
1283 =item Matching this or that
1284
1285 =item Grouping things and hierarchical matching
1286
1287 0 Start with the first letter in the string 'a', 1 Try the first
1288 alternative in the first group 'abd', 2 Match 'a' followed by 'b'. So far
1289 so good, 3 'd' in the regexp doesn't match 'c' in the string - a dead end. 
1290 So backtrack two characters and pick the second alternative in the first
1291 group 'abc', 4 Match 'a' followed by 'b' followed by 'c'.  We are on a roll
1292 and have satisfied the first group. Set $1 to 'abc', 5 Move on to the
1293 second group and pick the first alternative 'df', 6 Match the 'd', 7 'f' in
1294 the regexp doesn't match 'e' in the string, so a dead end.  Backtrack one
1295 character and pick the second alternative in the second group 'd', 8 'd'
1296 matches. The second grouping is satisfied, so set $2 to 'd', 9 We are at
1297 the end of the regexp, so we are done! We have matched 'abcd' out of the
1298 string "abcde"
1299
1300 =item Extracting matches
1301
1302 =item Matching repetitions
1303
1304 C<a?> = match 'a' 1 or 0 times, C<a*> = match 'a' 0 or more times, i.e.,
1305 any number of times, C<a+> = match 'a' 1 or more times, i.e., at least
1306 once, C<a{n,m}> = match at least C<n> times, but not more than C<m> times,
1307 C<a{n,}> = match at least C<n> or more times, C<a{n}> = match exactly C<n>
1308 times, Principle 0: Taken as a whole, any regexp will be matched at the
1309 earliest possible position in the string, Principle 1: In an alternation
1310 C<a|b|c...>, the leftmost alternative that allows a match for the whole
1311 regexp will be the one used, Principle 2: The maximal matching quantifiers
1312 C<?>, C<*>, C<+> and C<{n,m}> will in general match as much of the string
1313 as possible while still allowing the whole regexp to match, Principle 3: If
1314 there are two or more elements in a regexp, the leftmost greedy quantifier,
1315 if any, will match as much of the string as possible while still allowing
1316 the whole regexp to match.  The next leftmost greedy quantifier, if any,
1317 will try to match as much of the string remaining available to it as
1318 possible, while still allowing the whole regexp to match.  And so on, until
1319 all the regexp elements are satisfied, C<a??> = match 'a' 0 or 1 times. Try
1320 0 first, then 1, C<a*?> = match 'a' 0 or more times, i.e., any number of
1321 times, but as few times as possible, C<a+?> = match 'a' 1 or more times,
1322 i.e., at least once, but as few times as possible, C<a{n,m}?> = match at
1323 least C<n> times, not more than C<m> times, as few times as possible,
1324 C<a{n,}?> = match at least C<n> times, but as few times as possible,
1325 C<a{n}?> = match exactly C<n> times.  Because we match exactly C<n> times,
1326 C<a{n}?> is equivalent to C<a{n}> and is just there for notational
1327 consistency, Principle 3: If there are two or more elements in a regexp,
1328 the leftmost greedy (non-greedy) quantifier, if any, will match as much
1329 (little) of the string as possible while still allowing the whole regexp to
1330 match.  The next leftmost greedy (non-greedy) quantifier, if any, will try
1331 to match as much (little) of the string remaining available to it as
1332 possible, while still allowing the whole regexp to match.  And so on, until
1333 all the regexp elements are satisfied, 0 Start with the first letter in the
1334 string 't', 1 The first quantifier '.*' starts out by matching the whole
1335 string 'the cat in the hat', 2 'a' in the regexp element 'at' doesn't match
1336 the end of the string.  Backtrack one character, 3 'a' in the regexp
1337 element 'at' still doesn't match the last letter of the string 't', so
1338 backtrack one more character, 4 Now we can match the 'a' and the 't', 5
1339 Move on to the third element '.*'.  Since we are at the end of the string
1340 and '.*' can match 0 times, assign it the empty string, 6 We are done!
1341
1342 =item Building a regexp
1343
1344 specifying the task in detail,, breaking down the problem into smaller
1345 parts,, translating the small parts into regexps,, combining the regexps,,
1346 and optimizing the final combined regexp
1347
1348 =item Using regular expressions in Perl
1349
1350 =back
1351
1352 =item Part 2: Power tools
1353
1354 =over
1355
1356 =item More on characters, strings, and character classes
1357
1358 =item Compiling and saving regular expressions
1359
1360 =item Embedding comments and modifiers in a regular expression
1361
1362 =item Non-capturing groupings
1363
1364 =item Looking ahead and looking behind
1365
1366 =item Using independent subexpressions to prevent backtracking
1367
1368 =item Conditional expressions
1369
1370 =item A bit of magic: executing Perl code in a regular expression
1371
1372 =item Pragmas and debugging
1373
1374 =back
1375
1376 =item BUGS
1377
1378 =item SEE ALSO
1379
1380 =item AUTHOR AND COPYRIGHT
1381
1382 =over
1383
1384 =item Acknowledgments
1385
1386 =back
1387
1388 =back
1389
1390 =head2 perlre - Perl regular expressions
1391
1392 =over
1393
1394 =item DESCRIPTION
1395
1396 i, m, s, x
1397
1398 =over
1399
1400 =item Regular Expressions
1401
1402 cntrl, graph, print, punct, xdigit
1403
1404 =item Extended Patterns
1405
1406 C<(?#text)>, C<(?imsx-imsx)>, C<(?:pattern)>, C<(?imsx-imsx:pattern)>,
1407 C<(?=pattern)>, C<(?!pattern)>, C<(?<=pattern)>, C<(?<!pattern)>, C<(?{
1408 code })>, C<(??{ code })>, C<< (?>pattern) >>,
1409 C<(?(condition)yes-pattern|no-pattern)>, C<(?(condition)yes-pattern)>
1410
1411 =item Backtracking
1412
1413 =item Version 8 Regular Expressions
1414
1415 =item Warning on \1 vs $1
1416
1417 =item Repeated patterns matching zero-length substring
1418
1419 =item Combining pieces together
1420
1421 C<ST>, C<S|T>, C<S{REPEAT_COUNT}>, C<S{min,max}>, C<S{min,max}?>, C<S?>,
1422 C<S*>, C<S+>, C<S??>, C<S*?>, C<S+?>, C<< (?>S) >>, C<(?=S)>, C<(?<=S)>,
1423 C<(?!S)>, C<(?<!S)>, C<(??{ EXPR })>,
1424 C<(?(condition)yes-pattern|no-pattern)>
1425
1426 =item Creating custom RE engines
1427
1428 =back
1429
1430 =item BUGS
1431
1432 =item SEE ALSO
1433
1434 =back
1435
1436 =head2 perlref - Perl references and nested data structures
1437
1438 =over
1439
1440 =item NOTE
1441
1442 =item DESCRIPTION
1443
1444 =over
1445
1446 =item Making References
1447
1448 =item Using References
1449
1450 =item Symbolic references
1451
1452 =item Not-so-symbolic references
1453
1454 =item Pseudo-hashes: Using an array as a hash
1455
1456 =item Function Templates
1457
1458 =back
1459
1460 =item WARNING
1461
1462 =item SEE ALSO
1463
1464 =back
1465
1466 =head2 perlform - Perl formats
1467
1468 =over
1469
1470 =item DESCRIPTION
1471
1472 =over
1473
1474 =item Format Variables
1475
1476 =back
1477
1478 =item NOTES
1479
1480 =over
1481
1482 =item Footers
1483
1484 =item Accessing Formatting Internals
1485
1486 =back
1487
1488 =item WARNINGS
1489
1490 =back
1491
1492 =head2 perlboot - Beginner's Object-Oriented Tutorial
1493
1494 =over
1495
1496 =item DESCRIPTION
1497
1498 =over
1499
1500 =item If we could talk to the animals...
1501
1502 =item Introducing the method invocation arrow
1503
1504 =item Invoking a barnyard
1505
1506 =item The extra parameter of method invocation
1507
1508 =item Calling a second method to simplify things
1509
1510 =item Inheriting the windpipes
1511
1512 =item A few notes about @ISA
1513
1514 =item Overriding the methods
1515
1516 =item Starting the search from a different place
1517
1518 =item The SUPER way of doing things
1519
1520 =item Where we're at so far...
1521
1522 =item A horse is a horse, of course of course -- or is it?
1523
1524 =item Invoking an instance method
1525
1526 =item Accessing the instance data
1527
1528 =item How to build a horse
1529
1530 =item Inheriting the constructor
1531
1532 =item Making a method work with either classes or instances
1533
1534 =item Adding parameters to a method
1535
1536 =item More interesting instances
1537
1538 =item A horse of a different color
1539
1540 =item Summary
1541
1542 =back
1543
1544 =item SEE ALSO
1545
1546 =item COPYRIGHT
1547
1548 =back
1549
1550 =head2 perltoot - Tom's object-oriented tutorial for perl
1551
1552 =over
1553
1554 =item DESCRIPTION
1555
1556 =item Creating a Class
1557
1558 =over
1559
1560 =item Object Representation
1561
1562 =item Class Interface
1563
1564 =item Constructors and Instance Methods
1565
1566 =item Planning for the Future: Better Constructors
1567
1568 =item Destructors
1569
1570 =item Other Object Methods
1571
1572 =back
1573
1574 =item Class Data
1575
1576 =over
1577
1578 =item Accessing Class Data
1579
1580 =item Debugging Methods
1581
1582 =item Class Destructors
1583
1584 =item Documenting the Interface
1585
1586 =back
1587
1588 =item Aggregation
1589
1590 =item Inheritance
1591
1592 =over
1593
1594 =item Overridden Methods
1595
1596 =item Multiple Inheritance
1597
1598 =item UNIVERSAL: The Root of All Objects
1599
1600 =back
1601
1602 =item Alternate Object Representations
1603
1604 =over
1605
1606 =item Arrays as Objects
1607
1608 =item Closures as Objects
1609
1610 =back
1611
1612 =item AUTOLOAD: Proxy Methods
1613
1614 =over
1615
1616 =item Autoloaded Data Methods
1617
1618 =item Inherited Autoloaded Data Methods
1619
1620 =back
1621
1622 =item Metaclassical Tools
1623
1624 =over
1625
1626 =item Class::Struct
1627
1628 =item Data Members as Variables
1629
1630 =item NOTES
1631
1632 =item Object Terminology
1633
1634 =back
1635
1636 =item SEE ALSO
1637
1638 =item AUTHOR AND COPYRIGHT
1639
1640 =item COPYRIGHT
1641
1642 =over
1643
1644 =item Acknowledgments
1645
1646 =back
1647
1648 =back
1649
1650 =head2 perltootc - Tom's OO Tutorial for Class Data in Perl
1651
1652 =over
1653
1654 =item DESCRIPTION
1655
1656 =item Class Data as Package Variables
1657
1658 =over
1659
1660 =item Putting All Your Eggs in One Basket
1661
1662 =item Inheritance Concerns
1663
1664 =item The Eponymous Meta-Object
1665
1666 =item Indirect References to Class Data
1667
1668 =item Monadic Classes
1669
1670 =item Translucent Attributes
1671
1672 =back
1673
1674 =item Class Data as Lexical Variables
1675
1676 =over
1677
1678 =item Privacy and Responsibility 
1679
1680 =item File-Scoped Lexicals
1681
1682 =item More Inheritance Concerns
1683
1684 =item Locking the Door and Throwing Away the Key
1685
1686 =item Translucency Revisited
1687
1688 =back
1689
1690 =item NOTES
1691
1692 =item SEE ALSO
1693
1694 =item AUTHOR AND COPYRIGHT
1695
1696 =item ACKNOWLEDGEMENTS
1697
1698 =item HISTORY
1699
1700 =back
1701
1702 =head2 perlobj - Perl objects
1703
1704 =over
1705
1706 =item DESCRIPTION
1707
1708 =over
1709
1710 =item An Object is Simply a Reference
1711
1712 =item A Class is Simply a Package
1713
1714 =item A Method is Simply a Subroutine
1715
1716 =item Method Invocation
1717
1718 =item WARNING
1719
1720 =item Default UNIVERSAL methods
1721
1722 isa(CLASS), can(METHOD), VERSION( [NEED] )
1723
1724 =item Destructors
1725
1726 =item Summary
1727
1728 =item Two-Phased Garbage Collection
1729
1730 =back
1731
1732 =item SEE ALSO
1733
1734 =back
1735
1736 =head2 perlbot - Bag'o Object Tricks (the BOT)
1737
1738 =over
1739
1740 =item DESCRIPTION
1741
1742 =item OO SCALING TIPS
1743
1744 =item INSTANCE VARIABLES
1745
1746 =item SCALAR INSTANCE VARIABLES
1747
1748 =item INSTANCE VARIABLE INHERITANCE
1749
1750 =item OBJECT RELATIONSHIPS
1751
1752 =item OVERRIDING SUPERCLASS METHODS
1753
1754 =item USING RELATIONSHIP WITH SDBM
1755
1756 =item THINKING OF CODE REUSE
1757
1758 =item CLASS CONTEXT AND THE OBJECT
1759
1760 =item INHERITING A CONSTRUCTOR
1761
1762 =item DELEGATION
1763
1764 =back
1765
1766 =head2 perltie - how to hide an object class in a simple variable
1767
1768 =over
1769
1770 =item SYNOPSIS
1771
1772 =item DESCRIPTION
1773
1774 =over
1775
1776 =item Tying Scalars
1777
1778 TIESCALAR classname, LIST, FETCH this, STORE this, value, DESTROY this
1779
1780 =item Tying Arrays
1781
1782 TIEARRAY classname, LIST, FETCH this, index, STORE this, index, value,
1783 DESTROY this
1784
1785 =item Tying Hashes
1786
1787 USER, HOME, CLOBBER, LIST, TIEHASH classname, LIST, FETCH this, key, STORE
1788 this, key, value, DELETE this, key, CLEAR this, EXISTS this, key, FIRSTKEY
1789 this, NEXTKEY this, lastkey, DESTROY this
1790
1791 =item Tying FileHandles
1792
1793 TIEHANDLE classname, LIST, WRITE this, LIST, PRINT this, LIST, PRINTF this,
1794 LIST, READ this, LIST, READLINE this, GETC this, CLOSE this, DESTROY this
1795
1796 =item The C<untie> Gotcha
1797
1798 =back
1799
1800 =item SEE ALSO
1801
1802 =item BUGS
1803
1804 =item AUTHOR
1805
1806 =back
1807
1808 =head2 perlipc - Perl interprocess communication (signals, fifos, pipes,
1809 safe subprocesses, sockets, and semaphores)
1810
1811 =over
1812
1813 =item DESCRIPTION
1814
1815 =item Signals
1816
1817 =item Named Pipes
1818
1819 =over
1820
1821 =item WARNING
1822
1823 =back
1824
1825 =item Using open() for IPC
1826
1827 =over
1828
1829 =item Filehandles
1830
1831 =item Background Processes
1832
1833 =item Complete Dissociation of Child from Parent
1834
1835 =item Safe Pipe Opens
1836
1837 =item Bidirectional Communication with Another Process
1838
1839 =item Bidirectional Communication with Yourself
1840
1841 =back
1842
1843 =item Sockets: Client/Server Communication
1844
1845 =over
1846
1847 =item Internet Line Terminators
1848
1849 =item Internet TCP Clients and Servers
1850
1851 =item Unix-Domain TCP Clients and Servers
1852
1853 =back
1854
1855 =item TCP Clients with IO::Socket
1856
1857 =over
1858
1859 =item A Simple Client
1860
1861 C<Proto>, C<PeerAddr>, C<PeerPort>
1862
1863 =item A Webget Client
1864
1865 =item Interactive Client with IO::Socket
1866
1867 =back
1868
1869 =item TCP Servers with IO::Socket
1870
1871 Proto, LocalPort, Listen, Reuse
1872
1873 =item UDP: Message Passing
1874
1875 =item SysV IPC
1876
1877 =item NOTES
1878
1879 =item BUGS
1880
1881 =item AUTHOR
1882
1883 =item SEE ALSO
1884
1885 =back
1886
1887 =head2 perlfork - Perl's fork() emulation
1888
1889 =over
1890
1891 =item SYNOPSIS
1892
1893 =item DESCRIPTION
1894
1895 =over
1896
1897 =item Behavior of other Perl features in forked pseudo-processes
1898
1899 $$ or $PROCESS_ID, %ENV, chdir() and all other builtins that accept
1900 filenames, wait() and waitpid(), kill(), exec(), exit(), Open handles to
1901 files, directories and network sockets
1902
1903 =item Resource limits
1904
1905 =item Killing the parent process
1906
1907 =item Lifetime of the parent process and pseudo-processes
1908
1909 =item CAVEATS AND LIMITATIONS
1910
1911 BEGIN blocks, Open filehandles, Forking pipe open() not yet implemented,
1912 Global state maintained by XSUBs, Interpreter embedded in larger
1913 application, Thread-safety of extensions
1914
1915 =back
1916
1917 =item BUGS
1918
1919 =item AUTHOR
1920
1921 =item SEE ALSO
1922
1923 =back
1924
1925 =head2 perlnumber - semantics of numbers and numeric operations in Perl
1926
1927 =over
1928
1929 =item SYNOPSIS
1930
1931 =item DESCRIPTION
1932
1933 =item Storing numbers
1934
1935 =item Numeric operators and numeric conversions
1936
1937 =item Flavors of Perl numeric operations
1938
1939 Arithmetic operators except, C<no integer>, Arithmetic operators except,
1940 C<use integer>, Bitwise operators, C<no integer>, Bitwise operators, C<use
1941 integer>, Operators which expect an integer, Operators which expect a
1942 string
1943
1944 =item AUTHOR
1945
1946 =item SEE ALSO
1947
1948 =back
1949
1950 =head2 perlthrtut - tutorial on threads in Perl
1951
1952 =over
1953
1954 =item DESCRIPTION
1955
1956 =item What Is A Thread Anyway?
1957
1958 =item Threaded Program Models
1959
1960 =over
1961
1962 =item Boss/Worker
1963
1964 =item Work Crew
1965
1966 =item Pipeline
1967
1968 =back
1969
1970 =item Native threads
1971
1972 =item What kind of threads are perl threads?
1973
1974 =item Threadsafe Modules
1975
1976 =item Thread Basics
1977
1978 =over
1979
1980 =item Basic Thread Support
1981
1982 =item Creating Threads
1983
1984 =item Giving up control
1985
1986 =item Waiting For A Thread To Exit
1987
1988 =item Errors In Threads
1989
1990 =item Ignoring A Thread
1991
1992 =back
1993
1994 =item Threads And Data
1995
1996 =over
1997
1998 =item Shared And Unshared Data
1999
2000 =item Thread Pitfall: Races
2001
2002 =item Controlling access: lock()
2003
2004 =item Thread Pitfall: Deadlocks
2005
2006 =item Queues: Passing Data Around
2007
2008 =back
2009
2010 =item Threads And Code
2011
2012 =over
2013
2014 =item Semaphores: Synchronizing Data Access
2015
2016 Basic semaphores, Advanced Semaphores
2017
2018 =item Attributes: Restricting Access To Subroutines
2019
2020 =item Subroutine Locks
2021
2022 =item Methods
2023
2024 =item Locking A Subroutine
2025
2026 =back
2027
2028 =item General Thread Utility Routines
2029
2030 =over
2031
2032 =item What Thread Am I In?
2033
2034 =item Thread IDs
2035
2036 =item Are These Threads The Same?
2037
2038 =item What Threads Are Running?
2039
2040 =back
2041
2042 =item A Complete Example
2043
2044 =item Conclusion
2045
2046 =item Bibliography
2047
2048 =over
2049
2050 =item Introductory Texts
2051
2052 =item OS-Related References
2053
2054 =item Other References
2055
2056 =back
2057
2058 =item Acknowledgements
2059
2060 =item AUTHOR
2061
2062 =item Copyrights
2063
2064 =back
2065
2066 =head2 perlport - Writing portable Perl
2067
2068 =over
2069
2070 =item DESCRIPTION
2071
2072 Not all Perl programs have to be portable, Nearly all of Perl already I<is>
2073 portable
2074
2075 =item ISSUES
2076
2077 =over
2078
2079 =item Newlines
2080
2081 =item Numbers endianness and Width
2082
2083 =item Files and Filesystems
2084
2085 =item System Interaction
2086
2087 =item Interprocess Communication (IPC)
2088
2089 =item External Subroutines (XS)
2090
2091 =item Standard Modules
2092
2093 =item Time and Date
2094
2095 =item Character sets and character encoding
2096
2097 =item Internationalisation
2098
2099 =item System Resources
2100
2101 =item Security
2102
2103 =item Style
2104
2105 =back
2106
2107 =item CPAN Testers
2108
2109 Mailing list: cpan-testers@perl.org, Testing results:
2110 http://testers.cpan.org/
2111
2112 =item PLATFORMS
2113
2114 =over
2115
2116 =item Unix
2117
2118 =item DOS and Derivatives
2119
2120 Build instructions for OS/2, L<perlos2>
2121
2122 =item S<Mac OS>
2123
2124 =item VMS
2125
2126 =item VOS
2127
2128 =item EBCDIC Platforms
2129
2130 =item Acorn RISC OS
2131
2132 =item Other perls
2133
2134 =back
2135
2136 =item FUNCTION IMPLEMENTATIONS
2137
2138 =over
2139
2140 =item Alphabetical Listing of Perl Functions
2141
2142 -I<X> FILEHANDLE, -I<X> EXPR, -I<X>, alarm SECONDS, alarm, binmode
2143 FILEHANDLE, chmod LIST, chown LIST, chroot FILENAME, chroot, crypt
2144 PLAINTEXT,SALT, dbmclose HASH, dbmopen HASH,DBNAME,MODE, dump LABEL, exec
2145 LIST, fcntl FILEHANDLE,FUNCTION,SCALAR, flock FILEHANDLE,OPERATION, fork,
2146 getlogin, getpgrp PID, getppid, getpriority WHICH,WHO, getpwnam NAME,
2147 getgrnam NAME, getnetbyname NAME, getpwuid UID, getgrgid GID, getnetbyaddr
2148 ADDR,ADDRTYPE, getprotobynumber NUMBER, getservbyport PORT,PROTO, getpwent,
2149 getgrent, gethostent, getnetent, getprotoent, getservent, setpwent,
2150 setgrent, sethostent STAYOPEN, setnetent STAYOPEN, setprotoent STAYOPEN,
2151 setservent STAYOPEN, endpwent, endgrent, endhostent, endnetent,
2152 endprotoent, endservent, getsockopt SOCKET,LEVEL,OPTNAME, glob EXPR, glob,
2153 ioctl FILEHANDLE,FUNCTION,SCALAR, kill SIGNAL, LIST, link OLDFILE,NEWFILE,
2154 lstat FILEHANDLE, lstat EXPR, lstat, msgctl ID,CMD,ARG, msgget KEY,FLAGS,
2155 msgsnd ID,MSG,FLAGS, msgrcv ID,VAR,SIZE,TYPE,FLAGS, open FILEHANDLE,EXPR,
2156 open FILEHANDLE, pipe READHANDLE,WRITEHANDLE, readlink EXPR, readlink,
2157 select RBITS,WBITS,EBITS,TIMEOUT, semctl ID,SEMNUM,CMD,ARG, semget
2158 KEY,NSEMS,FLAGS, semop KEY,OPSTRING, setgrent, setpgrp PID,PGRP,
2159 setpriority WHICH,WHO,PRIORITY, setpwent, setsockopt
2160 SOCKET,LEVEL,OPTNAME,OPTVAL, shmctl ID,CMD,ARG, shmget KEY,SIZE,FLAGS,
2161 shmread ID,VAR,POS,SIZE, shmwrite ID,STRING,POS,SIZE, socketpair
2162 SOCKET1,SOCKET2,DOMAIN,TYPE,PROTOCOL, stat FILEHANDLE, stat EXPR, stat,
2163 symlink OLDFILE,NEWFILE, syscall LIST, sysopen
2164 FILEHANDLE,FILENAME,MODE,PERMS, system LIST, times, truncate
2165 FILEHANDLE,LENGTH, truncate EXPR,LENGTH, umask EXPR, umask, utime LIST,
2166 wait, waitpid PID,FLAGS
2167
2168 =back
2169
2170 =item CHANGES
2171
2172 v1.47, 22 March 2000, v1.46, 12 February 2000, v1.45, 20 December 1999,
2173 v1.44, 19 July 1999, v1.43, 24 May 1999, v1.42, 22 May 1999, v1.41, 19 May
2174 1999, v1.40, 11 April 1999, v1.39, 11 February 1999, v1.38, 31 December
2175 1998, v1.37, 19 December 1998, v1.36, 9 September 1998, v1.35, 13 August
2176 1998, v1.33, 06 August 1998, v1.32, 05 August 1998, v1.30, 03 August 1998,
2177 v1.23, 10 July 1998
2178
2179 =item Supported Platforms
2180
2181 =item SEE ALSO
2182
2183 =item AUTHORS / CONTRIBUTORS
2184
2185 =item VERSION
2186
2187 =back
2188
2189 =head2 perllocale - Perl locale handling (internationalization and
2190 localization)
2191
2192 =over
2193
2194 =item DESCRIPTION
2195
2196 =item PREPARING TO USE LOCALES
2197
2198 =item USING LOCALES
2199
2200 =over
2201
2202 =item The use locale pragma
2203
2204 =item The setlocale function
2205
2206 =item Finding locales
2207
2208 =item LOCALE PROBLEMS
2209
2210 =item Temporarily fixing locale problems
2211
2212 =item Permanently fixing locale problems
2213
2214 =item Permanently fixing your system's locale configuration
2215
2216 =item Fixing system locale configuration
2217
2218 =item The localeconv function
2219
2220 =back
2221
2222 =item LOCALE CATEGORIES
2223
2224 =over
2225
2226 =item Category LC_COLLATE: Collation
2227
2228 =item Category LC_CTYPE: Character Types
2229
2230 =item Category LC_NUMERIC: Numeric Formatting
2231
2232 =item Category LC_MONETARY: Formatting of monetary amounts
2233
2234 =item LC_TIME
2235
2236 =item Other categories
2237
2238 =back
2239
2240 =item SECURITY
2241
2242 B<Comparison operators> (C<lt>, C<le>, C<ge>, C<gt> and C<cmp>):,
2243 B<Case-mapping interpolation> (with C<\l>, C<\L>, C<\u> or C<\U>),
2244 B<Matching operator> (C<m//>):, B<Substitution operator> (C<s///>):,
2245 B<Output formatting functions> (printf() and write()):, B<Case-mapping
2246 functions> (lc(), lcfirst(), uc(), ucfirst()):, B<POSIX locale-dependent
2247 functions> (localeconv(), strcoll(), strftime(), strxfrm()):, B<POSIX
2248 character class tests> (isalnum(), isalpha(), isdigit(), isgraph(),
2249 islower(), isprint(), ispunct(), isspace(), isupper(), isxdigit()):
2250
2251 =item ENVIRONMENT
2252
2253 PERL_BADLANG, LC_ALL, LANGUAGE, LC_CTYPE, LC_COLLATE, LC_MONETARY,
2254 LC_NUMERIC, LC_TIME, LANG
2255
2256 =item NOTES
2257
2258 =over
2259
2260 =item Backward compatibility
2261
2262 =item I18N:Collate obsolete
2263
2264 =item Sort speed and memory use impacts
2265
2266 =item write() and LC_NUMERIC
2267
2268 =item Freely available locale definitions
2269
2270 =item I18n and l10n
2271
2272 =item An imperfect standard
2273
2274 =back
2275
2276 =item BUGS
2277
2278 =over
2279
2280 =item Broken systems
2281
2282 =back
2283
2284 =item SEE ALSO
2285
2286 =item HISTORY
2287
2288 =back
2289
2290 =head2 perlunicode - Unicode support in Perl
2291
2292 =over
2293
2294 =item DESCRIPTION
2295
2296 =over
2297
2298 =item Important Caveat
2299
2300 Input and Output Disciplines, Regular Expressions, C<use utf8> still needed
2301 to enable a few features
2302
2303 =item Byte and Character semantics
2304
2305 =item Effects of character semantics
2306
2307 =item Character encodings for input and output
2308
2309 =back
2310
2311 =item CAVEATS
2312
2313 =item SEE ALSO
2314
2315 =back
2316
2317 =head2 perlebcdic - Considerations for running Perl on EBCDIC platforms
2318
2319 =over
2320
2321 =item DESCRIPTION
2322
2323 =item COMMON CHARACTER CODE SETS
2324
2325 =over
2326
2327 =item ASCII
2328
2329 =item ISO 8859
2330
2331 =item Latin 1 (ISO 8859-1)
2332
2333 =item EBCDIC
2334
2335 =item 13 variant characters
2336
2337 =item 0037
2338
2339 =item 1047
2340
2341 =item POSIX-BC
2342
2343 =back
2344
2345 =item SINGLE OCTET TABLES
2346
2347 recipe 0, recipe 1, recipe 2, recipe 3, recipe 4
2348
2349 =item IDENTIFYING CHARACTER CODE SETS
2350
2351 =item CONVERSIONS
2352
2353 =item OPERATOR DIFFERENCES
2354
2355 =item FUNCTION DIFFERENCES
2356
2357 chr(), ord(), pack(), print(), printf(), sort(), sprintf(), unpack()
2358
2359 =item REGULAR EXPRESSION DIFFERENCES
2360
2361 =item SOCKETS
2362
2363 =item SORTING
2364
2365 =over
2366
2367 =item Ignore ASCII vs EBCDIC sort differences.
2368
2369 =item MONOCASE then sort data.
2370
2371 =item Convert, sort data, then reconvert.
2372
2373 =item Perform sorting on one type of machine only.
2374
2375 =back
2376
2377 =item URL ENCODING and DECODING
2378
2379 =item I18N AND L10N
2380
2381 =item MULTI OCTET CHARACTER SETS
2382
2383 =item OS ISSUES
2384
2385 =over
2386
2387 =item OS/400 
2388
2389 IFS access
2390
2391 =item OS/390 
2392
2393 dataset access, locales
2394
2395 =item VM/ESA?
2396
2397 =item POSIX-BC?
2398
2399 =back
2400
2401 =item REFERENCES
2402
2403 =item AUTHOR
2404
2405 =back
2406
2407 =head2 perlsec - Perl security
2408
2409 =over
2410
2411 =item DESCRIPTION
2412
2413 =over
2414
2415 =item Laundering and Detecting Tainted Data
2416
2417 =item Switches On the "#!" Line
2418
2419 =item Cleaning Up Your Path
2420
2421 =item Security Bugs
2422
2423 =item Protecting Your Programs
2424
2425 =back
2426
2427 =item SEE ALSO
2428
2429 =back
2430
2431 =head2 perlmod - Perl modules (packages and symbol tables)
2432
2433 =over
2434
2435 =item DESCRIPTION
2436
2437 =over
2438
2439 =item Packages
2440
2441 =item Symbol Tables
2442
2443 =item Package Constructors and Destructors
2444
2445 =item Perl Classes
2446
2447 =item Perl Modules
2448
2449 =back
2450
2451 =item SEE ALSO
2452
2453 =back
2454
2455 =head2 perlmodlib - constructing new Perl modules and finding existing ones
2456
2457 =over
2458
2459 =item DESCRIPTION
2460
2461 =item THE PERL MODULE LIBRARY
2462
2463 =over
2464
2465 =item Pragmatic Modules
2466
2467 attributes, attrs, autouse, base, blib, bytes, charnames, constant,
2468 diagnostics, fields, filetest, integer, less, lib, locale, open, ops,
2469 overload, re, sigtrap, strict, subs, utf8, vars, warnings
2470
2471 =item Standard Modules
2472
2473 AnyDBM_File, AutoLoader, AutoSplit, B, B::Asmdata, B::Assembler, B::Bblock,
2474 B::Bytecode, B::C, B::CC, B::Debug, B::Deparse, B::Disassembler, B::Lint,
2475 B::Showlex, B::Stackobj, B::Terse, B::Xref, Benchmark, ByteLoader, CGI,
2476 CGI::Apache, CGI::Carp, CGI::Cookie, CGI::Fast, CGI::Pretty, CGI::Push,
2477 CGI::Switch, CPAN, CPAN::FirstTime, CPAN::Nox, Carp, Carp::Heavy,
2478 Class::Struct, Cwd, DB, DB_File, Devel::SelfStubber, DirHandle, Dumpvalue,
2479 English, Env, Exporter, Exporter::Heavy, ExtUtils::Command,
2480 ExtUtils::Embed, ExtUtils::Install, ExtUtils::Installed, ExtUtils::Liblist,
2481 ExtUtils::MM_Cygwin, ExtUtils::MM_OS2, ExtUtils::MM_Unix, ExtUtils::MM_VMS,
2482 ExtUtils::MM_Win32, ExtUtils::MakeMaker, ExtUtils::Manifest,
2483 ExtUtils::Mkbootstrap, ExtUtils::Mksymlists, ExtUtils::Packlist,
2484 ExtUtils::testlib, Fatal, Fcntl, File::Basename, File::CheckTree,
2485 File::Compare, File::Copy, File::DosGlob, File::Find, File::Path,
2486 File::Spec, File::Spec::Functions, File::Spec::Mac, File::Spec::OS2,
2487 File::Spec::Unix, File::Spec::VMS, File::Spec::Win32, File::Temp,
2488 File::stat, FileCache, FileHandle, FindBin, Getopt::Long, Getopt::Std,
2489 I18N::Collate, IO, IPC::Open2, IPC::Open3, Math::BigFloat, Math::BigInt,
2490 Math::Complex, Math::Trig, NDBM_File, Net::Ping, Net::hostent, Net::netent,
2491 Net::protoent, Net::servent, O, ODBM_File, Opcode, Pod::Checker, Pod::Find,
2492 Pod::Html, Pod::InputObjects, Pod::Man, Pod::ParseUtils, Pod::Parser,
2493 Pod::Plainer, Pod::Select, Pod::Text, Pod::Text::Color, Pod::Text::Termcap,
2494 Pod::Usage, SDBM_File, Safe, Search::Dict, SelectSaver, SelfLoader, Shell,
2495 Socket, Symbol, Term::ANSIColor, Term::Cap, Term::Complete, Term::ReadLine,
2496 Test, Test::Harness, Text::Abbrev, Text::ParseWords, Text::Soundex,
2497 Text::Wrap, Tie::Array, Tie::Handle, Tie::Hash, Tie::RefHash, Tie::Scalar,
2498 Tie::SubstrHash, Time::Local, Time::gmtime, Time::localtime, Time::tm,
2499 UNIVERSAL, User::grent, User::pwent
2500
2501 =item Extension Modules
2502
2503 =back
2504
2505 =item CPAN
2506
2507 Language Extensions and Documentation Tools, Development Support, Operating
2508 System Interfaces, Networking, Device Control (modems) and InterProcess
2509 Communication, Data Types and Data Type Utilities, Database Interfaces,
2510 User Interfaces, Interfaces to / Emulations of Other Programming Languages,
2511 File Names, File Systems and File Locking (see also File Handles), String
2512 Processing, Language Text Processing, Parsing, and Searching, Option,
2513 Argument, Parameter, and Configuration File Processing,
2514 Internationalization and Locale, Authentication, Security, and Encryption,
2515 World Wide Web, HTML, HTTP, CGI, MIME, Server and Daemon Utilities,
2516 Archiving and Compression, Images, Pixmap and Bitmap Manipulation, Drawing,
2517 and Graphing, Mail and Usenet News, Control Flow Utilities (callbacks and
2518 exceptions etc), File Handle and Input/Output Stream Utilities,
2519 Miscellaneous Modules, Africa, Asia, Australasia, Central America, Europe,
2520 North America, South America
2521
2522 =item Modules: Creation, Use, and Abuse
2523
2524 =over
2525
2526 =item Guidelines for Module Creation
2527
2528 Do similar modules already exist in some form?, Try to design the new
2529 module to be easy to extend and reuse, Some simple style guidelines, Select
2530 what to export, Select a name for the module, Have you got it right?,
2531 README and other Additional Files, A description of the
2532 module/package/extension etc, A copyright notice - see below, Prerequisites
2533 - what else you may need to have, How to build it - possible changes to
2534 Makefile.PL etc, How to install it, Recent changes in this release,
2535 especially incompatibilities, Changes / enhancements you plan to make in
2536 the future, Adding a Copyright Notice, Give the module a
2537 version/issue/release number, How to release and distribute a module, Take
2538 care when changing a released module
2539
2540 =item Guidelines for Converting Perl 4 Library Scripts into Modules
2541
2542 There is no requirement to convert anything, Consider the implications,
2543 Make the most of the opportunity, The pl2pm utility will get you started,
2544 Adds the standard Module prologue lines, Converts package specifiers from '
2545 to ::, Converts die(...) to croak(...), Several other minor changes
2546
2547 =item Guidelines for Reusing Application Code
2548
2549 Complete applications rarely belong in the Perl Module Library, Many
2550 applications contain some Perl code that could be reused, Break-out the
2551 reusable code into one or more separate module files, Take the opportunity
2552 to reconsider and redesign the interfaces, In some cases the 'application'
2553 can then be reduced to a small
2554
2555 =back
2556
2557 =item NOTE
2558
2559 =back
2560
2561 =head2 perlmodinstall - Installing CPAN Modules
2562
2563 =over
2564
2565 =item DESCRIPTION
2566
2567 =over
2568
2569 =item PREAMBLE
2570
2571 B<DECOMPRESS> the file, B<UNPACK> the file into a directory, B<BUILD> the
2572 module (sometimes unnecessary), B<INSTALL> the module
2573
2574 =back
2575
2576 =item PORTABILITY
2577
2578 =item HEY
2579
2580 =item AUTHOR
2581
2582 =item COPYRIGHT
2583
2584 =back
2585
2586 =head2 perlnewmod - preparing a new module for distribution
2587
2588 =over
2589
2590 =item DESCRIPTION
2591
2592 =over
2593
2594 =item Warning
2595
2596 =item What should I make into a module?
2597
2598 =item Step-by-step: Preparing the ground
2599
2600 Look around, Check it's new, Discuss the need, Choose a name, Check again
2601
2602 =item Step-by-step: Making the module
2603
2604 Start with F<h2xs>, Use L<strict|strict> and L<warnings|warnings>, Use
2605 L<Carp|Carp>, Use L<Exporter|Exporter> - wisely!, Use L<plain old
2606 documentation|perlpod>, Write tests, Write the README
2607
2608 =item Step-by-step: Distributing your module
2609
2610 Get a CPAN user ID, C<perl Makefile.PL; make test; make dist>, Upload the
2611 tarball, Announce to the modules list, Announce to clpa, Fix bugs!
2612
2613 =back
2614
2615 =item AUTHOR
2616
2617 =item SEE ALSO
2618
2619 =back
2620
2621 =head2 perlfaq1 - General Questions About Perl ($Revision: 1.23 $, $Date:
2622 1999/05/23 16:08:30 $)
2623
2624 =over
2625
2626 =item DESCRIPTION
2627
2628 =over
2629
2630 =item What is Perl?
2631
2632 =item Who supports Perl?  Who develops it?  Why is it free?
2633
2634 =item Which version of Perl should I use?
2635
2636 =item What are perl4 and perl5?
2637
2638 =item What is perl6?
2639
2640 =item How stable is Perl?
2641
2642 =item Is Perl difficult to learn?
2643
2644 =item How does Perl compare with other languages like Java, Python, REXX,
2645 Scheme, or Tcl?
2646
2647 =item Can I do [task] in Perl?
2648
2649 =item When shouldn't I program in Perl?
2650
2651 =item What's the difference between "perl" and "Perl"?
2652
2653 =item Is it a Perl program or a Perl script?
2654
2655 =item What is a JAPH?
2656
2657 =item Where can I get a list of Larry Wall witticisms?
2658
2659 =item How can I convince my sysadmin/supervisor/employees to use version
2660 (5/5.005/Perl instead of some other language)?
2661
2662 =back
2663
2664 =item AUTHOR AND COPYRIGHT
2665
2666 =back
2667
2668 =head2 perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.32 $,
2669 $Date: 1999/10/14 18:46:09 $)
2670
2671 =over
2672
2673 =item DESCRIPTION
2674
2675 =over
2676
2677 =item What machines support Perl?  Where do I get it?
2678
2679 =item How can I get a binary version of Perl?
2680
2681 =item I don't have a C compiler on my system.  How can I compile perl?
2682
2683 =item I copied the Perl binary from one machine to another, but scripts
2684 don't work.
2685
2686 =item I grabbed the sources and tried to compile but gdbm/dynamic
2687 loading/malloc/linking/... failed.  How do I make it work?
2688
2689 =item What modules and extensions are available for Perl?  What is CPAN? 
2690 What does CPAN/src/... mean?
2691
2692 =item Is there an ISO or ANSI certified version of Perl?
2693
2694 =item Where can I get information on Perl?
2695
2696 =item What are the Perl newsgroups on Usenet?  Where do I post questions?
2697
2698 =item Where should I post source code?
2699
2700 =item Perl Books
2701
2702 References, Tutorials, Task-Oriented, Special Topics
2703
2704 =item Perl in Magazines
2705
2706 =item Perl on the Net: FTP and WWW Access
2707
2708 =item What mailing lists are there for Perl?
2709
2710 =item Archives of comp.lang.perl.misc
2711
2712 =item Where can I buy a commercial version of Perl?
2713
2714 =item Where do I send bug reports?
2715
2716 =item What is perl.com? Perl Mongers? pm.org? perl.org?
2717
2718 =back
2719
2720 =item AUTHOR AND COPYRIGHT
2721
2722 =back
2723
2724 =head2 perlfaq3 - Programming Tools ($Revision: 1.38 $, $Date: 1999/05/23
2725 16:08:30 $)
2726
2727 =over
2728
2729 =item DESCRIPTION
2730
2731 =over
2732
2733 =item How do I do (anything)?
2734
2735 =item How can I use Perl interactively?
2736
2737 =item Is there a Perl shell?
2738
2739 =item How do I debug my Perl programs?
2740
2741 =item How do I profile my Perl programs?
2742
2743 =item How do I cross-reference my Perl programs?
2744
2745 =item Is there a pretty-printer (formatter) for Perl?
2746
2747 =item Is there a ctags for Perl?
2748
2749 =item Is there an IDE or Windows Perl Editor?
2750
2751 =item Where can I get Perl macros for vi?
2752
2753 =item Where can I get perl-mode for emacs?
2754
2755 =item How can I use curses with Perl?
2756
2757 =item How can I use X or Tk with Perl?
2758
2759 =item How can I generate simple menus without using CGI or Tk?
2760
2761 =item What is undump?
2762
2763 =item How can I make my Perl program run faster?
2764
2765 =item How can I make my Perl program take less memory?
2766
2767 =item Is it unsafe to return a pointer to local data?
2768
2769 =item How can I free an array or hash so my program shrinks?
2770
2771 =item How can I make my CGI script more efficient?
2772
2773 =item How can I hide the source for my Perl program?
2774
2775 =item How can I compile my Perl program into byte code or C?
2776
2777 =item How can I compile Perl into Java?
2778
2779 =item How can I get C<#!perl> to work on [MS-DOS,NT,...]?
2780
2781 =item Can I write useful Perl programs on the command line?
2782
2783 =item Why don't Perl one-liners work on my DOS/Mac/VMS system?
2784
2785 =item Where can I learn about CGI or Web programming in Perl?
2786
2787 =item Where can I learn about object-oriented Perl programming?
2788
2789 =item Where can I learn about linking C with Perl? [h2xs, xsubpp]
2790
2791 =item I've read perlembed, perlguts, etc., but I can't embed perl in
2792 my C program, what am I doing wrong?
2793
2794 =item When I tried to run my script, I got this message. What does it
2795 mean?
2796
2797 =item What's MakeMaker?
2798
2799 =back
2800
2801 =item AUTHOR AND COPYRIGHT
2802
2803 =back
2804
2805 =head2 perlfaq4 - Data Manipulation ($Revision: 1.49 $, $Date: 1999/05/23
2806 20:37:49 $)
2807
2808 =over
2809
2810 =item DESCRIPTION
2811
2812 =item Data: Numbers
2813
2814 =over
2815
2816 =item Why am I getting long decimals (eg, 19.9499999999999) instead of the
2817 numbers I should be getting (eg, 19.95)?
2818
2819 =item Why isn't my octal data interpreted correctly?
2820
2821 =item Does Perl have a round() function?  What about ceil() and floor()? 
2822 Trig functions?
2823
2824 =item How do I convert bits into ints?
2825
2826 =item Why doesn't & work the way I want it to?
2827
2828 =item How do I multiply matrices?
2829
2830 =item How do I perform an operation on a series of integers?
2831
2832 =item How can I output Roman numerals?
2833
2834 =item Why aren't my random numbers random?
2835
2836 =back
2837
2838 =item Data: Dates
2839
2840 =over
2841
2842 =item How do I find the week-of-the-year/day-of-the-year?
2843
2844 =item How do I find the current century or millennium?
2845
2846 =item How can I compare two dates and find the difference?
2847
2848 =item How can I take a string and turn it into epoch seconds?
2849
2850 =item How can I find the Julian Day?
2851
2852 =item How do I find yesterday's date?
2853
2854 =item Does Perl have a Year 2000 problem?  Is Perl Y2K compliant?
2855
2856 =back
2857
2858 =item Data: Strings
2859
2860 =over
2861
2862 =item How do I validate input?
2863
2864 =item How do I unescape a string?
2865
2866 =item How do I remove consecutive pairs of characters?
2867
2868 =item How do I expand function calls in a string?
2869
2870 =item How do I find matching/nesting anything?
2871
2872 =item How do I reverse a string?
2873
2874 =item How do I expand tabs in a string?
2875
2876 =item How do I reformat a paragraph?
2877
2878 =item How can I access/change the first N letters of a string?
2879
2880 =item How do I change the Nth occurrence of something?
2881
2882 =item How can I count the number of occurrences of a substring within a
2883 string?
2884
2885 =item How do I capitalize all the words on one line?
2886
2887 =item How can I split a [character] delimited string except when inside
2888 [character]? (Comma-separated files)
2889
2890 =item How do I strip blank space from the beginning/end of a string?
2891
2892 =item How do I pad a string with blanks or pad a number with zeroes?
2893
2894 =item How do I extract selected columns from a string?
2895
2896 =item How do I find the soundex value of a string?
2897
2898 =item How can I expand variables in text strings?
2899
2900 =item What's wrong with always quoting "$vars"?
2901
2902 =item Why don't my <<HERE documents work?
2903
2904 1. There must be no space after the << part, 2. There (probably) should be
2905 a semicolon at the end, 3. You can't (easily) have any space in front of
2906 the tag
2907
2908 =back
2909
2910 =item Data: Arrays
2911
2912 =over
2913
2914 =item What is the difference between a list and an array?
2915
2916 =item What is the difference between $array[1] and @array[1]?
2917
2918 =item How can I remove duplicate elements from a list or array?
2919
2920 a) If @in is sorted, and you want @out to be sorted: (this assumes all true
2921 values in the array), b) If you don't know whether @in is sorted:, c) Like
2922 (b), but @in contains only small integers:, d) A way to do (b) without any
2923 loops or greps:, e) Like (d), but @in contains only small positive
2924 integers:
2925
2926 =item How can I tell whether a list or array contains a certain element?
2927
2928 =item How do I compute the difference of two arrays?  How do I compute the
2929 intersection of two arrays?
2930
2931 =item How do I test whether two arrays or hashes are equal?
2932
2933 =item How do I find the first array element for which a condition is true?
2934
2935 =item How do I handle linked lists?
2936
2937 =item How do I handle circular lists?
2938
2939 =item How do I shuffle an array randomly?
2940
2941 =item How do I process/modify each element of an array?
2942
2943 =item How do I select a random element from an array?
2944
2945 =item How do I permute N elements of a list?
2946
2947 =item How do I sort an array by (anything)?
2948
2949 =item How do I manipulate arrays of bits?
2950
2951 =item Why does defined() return true on empty arrays and hashes?
2952
2953 =back
2954
2955 =item Data: Hashes (Associative Arrays)
2956
2957 =over
2958
2959 =item How do I process an entire hash?
2960
2961 =item What happens if I add or remove keys from a hash while iterating over
2962 it?
2963
2964 =item How do I look up a hash element by value?
2965
2966 =item How can I know how many entries are in a hash?
2967
2968 =item How do I sort a hash (optionally by value instead of key)?
2969
2970 =item How can I always keep my hash sorted?
2971
2972 =item What's the difference between "delete" and "undef" with hashes?
2973
2974 =item Why don't my tied hashes make the defined/exists distinction?
2975
2976 =item How do I reset an each() operation part-way through?
2977
2978 =item How can I get the unique keys from two hashes?
2979
2980 =item How can I store a multidimensional array in a DBM file?
2981
2982 =item How can I make my hash remember the order I put elements into it?
2983
2984 =item Why does passing a subroutine an undefined element in a hash create
2985 it?
2986
2987 =item How can I make the Perl equivalent of a C structure/C++ class/hash or
2988 array of hashes or arrays?
2989
2990 =item How can I use a reference as a hash key?
2991
2992 =back
2993
2994 =item Data: Misc
2995
2996 =over
2997
2998 =item How do I handle binary data correctly?
2999
3000 =item How do I determine whether a scalar is a number/whole/integer/float?
3001
3002 =item How do I keep persistent data across program calls?
3003
3004 =item How do I print out or copy a recursive data structure?
3005
3006 =item How do I define methods for every class/object?
3007
3008 =item How do I verify a credit card checksum?
3009
3010 =item How do I pack arrays of doubles or floats for XS code?
3011
3012 =back
3013
3014 =item AUTHOR AND COPYRIGHT
3015
3016 =back
3017
3018 =head2 perlfaq5 - Files and Formats ($Revision: 1.38 $, $Date: 1999/05/23
3019 16:08:30 $)
3020
3021 =over
3022
3023 =item DESCRIPTION
3024
3025 =over
3026
3027 =item How do I flush/unbuffer an output filehandle?  Why must I do this?
3028
3029 =item How do I change one line in a file/delete a line in a file/insert a
3030 line in the middle of a file/append to the beginning of a file?
3031
3032 =item How do I count the number of lines in a file?
3033
3034 =item How do I make a temporary file name?
3035
3036 =item How can I manipulate fixed-record-length files?
3037
3038 =item How can I make a filehandle local to a subroutine?  How do I pass
3039 filehandles between subroutines?  How do I make an array of filehandles?
3040
3041 =item How can I use a filehandle indirectly?
3042
3043 =item How can I set up a footer format to be used with write()?
3044
3045 =item How can I write() into a string?
3046
3047 =item How can I output my numbers with commas added?
3048
3049 =item How can I translate tildes (~) in a filename?
3050
3051 =item How come when I open a file read-write it wipes it out?
3052
3053 =item Why do I sometimes get an "Argument list too long" when I use <*>?
3054
3055 =item Is there a leak/bug in glob()?
3056
3057 =item How can I open a file with a leading ">" or trailing blanks?
3058
3059 =item How can I reliably rename a file?
3060
3061 =item How can I lock a file?
3062
3063 =item Why can't I just open(FH, ">file.lock")?
3064
3065 =item I still don't get locking.  I just want to increment the number in
3066 the file.  How can I do this?
3067
3068 =item How do I randomly update a binary file?
3069
3070 =item How do I get a file's timestamp in perl?
3071
3072 =item How do I set a file's timestamp in perl?
3073
3074 =item How do I print to more than one file at once?
3075
3076 =item How can I read in an entire file all at once?
3077
3078 =item How can I read in a file by paragraphs?
3079
3080 =item How can I read a single character from a file?  From the keyboard?
3081
3082 =item How can I tell whether there's a character waiting on a filehandle?
3083
3084 =item How do I do a C<tail -f> in perl?
3085
3086 =item How do I dup() a filehandle in Perl?
3087
3088 =item How do I close a file descriptor by number?
3089
3090 =item Why can't I use "C:\temp\foo" in DOS paths?  What doesn't
3091 `C:\temp\foo.exe` work?
3092
3093 =item Why doesn't glob("*.*") get all the files?
3094
3095 =item Why does Perl let me delete read-only files?  Why does C<-i> clobber
3096 protected files?  Isn't this a bug in Perl?
3097
3098 =item How do I select a random line from a file?
3099
3100 =item Why do I get weird spaces when I print an array of lines?
3101
3102 =back
3103
3104 =item AUTHOR AND COPYRIGHT
3105
3106 =back
3107
3108 =head2 perlfaq6 - Regexes ($Revision: 1.27 $, $Date: 1999/05/23 16:08:30 $)
3109
3110 =over
3111
3112 =item DESCRIPTION
3113
3114 =over
3115
3116 =item How can I hope to use regular expressions without creating illegible
3117 and unmaintainable code?
3118
3119 Comments Outside the Regex, Comments Inside the Regex, Different Delimiters
3120
3121 =item I'm having trouble matching over more than one line.  What's wrong?
3122
3123 =item How can I pull out lines between two patterns that are themselves on
3124 different lines?
3125
3126 =item I put a regular expression into $/ but it didn't work. What's wrong?
3127
3128 =item How do I substitute case insensitively on the LHS, but preserving
3129 case on the RHS?
3130
3131 =item How can I make C<\w> match national character sets?
3132
3133 =item How can I match a locale-smart version of C</[a-zA-Z]/>?
3134
3135 =item How can I quote a variable to use in a regex?
3136
3137 =item What is C</o> really for?
3138
3139 =item How do I use a regular expression to strip C style comments from a
3140 file?
3141
3142 =item Can I use Perl regular expressions to match balanced text?
3143
3144 =item What does it mean that regexes are greedy?  How can I get around it?
3145
3146 =item  How do I process each word on each line?
3147
3148 =item How can I print out a word-frequency or line-frequency summary?
3149
3150 =item How can I do approximate matching?
3151
3152 =item How do I efficiently match many regular expressions at once?
3153
3154 =item Why don't word-boundary searches with C<\b> work for me?
3155
3156 =item Why does using $&, $`, or $' slow my program down?
3157
3158 =item What good is C<\G> in a regular expression?
3159
3160 =item Are Perl regexes DFAs or NFAs?  Are they POSIX compliant?
3161
3162 =item What's wrong with using grep or map in a void context?
3163
3164 =item How can I match strings with multibyte characters?
3165
3166 =item How do I match a pattern that is supplied by the user?
3167
3168 =back
3169
3170 =item AUTHOR AND COPYRIGHT
3171
3172 =back
3173
3174 =head2 perlfaq7 - Perl Language Issues ($Revision: 1.28 $, $Date:
3175 1999/05/23 20:36:18 $)
3176
3177 =over
3178
3179 =item DESCRIPTION
3180
3181 =over
3182
3183 =item Can I get a BNF/yacc/RE for the Perl language?
3184
3185 =item What are all these $@%&* punctuation signs, and how do I know when to
3186 use them?
3187
3188 =item Do I always/never have to quote my strings or use semicolons and
3189 commas?
3190
3191 =item How do I skip some return values?
3192
3193 =item How do I temporarily block warnings?
3194
3195 =item What's an extension?
3196
3197 =item Why do Perl operators have different precedence than C operators?
3198
3199 =item How do I declare/create a structure?
3200
3201 =item How do I create a module?
3202
3203 =item How do I create a class?
3204
3205 =item How can I tell if a variable is tainted?
3206
3207 =item What's a closure?
3208
3209 =item What is variable suicide and how can I prevent it?
3210
3211 =item How can I pass/return a {Function, FileHandle, Array, Hash, Method,
3212 Regex}?
3213
3214 Passing Variables and Functions, Passing Filehandles, Passing Regexes,
3215 Passing Methods
3216
3217 =item How do I create a static variable?
3218
3219 =item What's the difference between dynamic and lexical (static) scoping? 
3220 Between local() and my()?
3221
3222 =item How can I access a dynamic variable while a similarly named lexical
3223 is in scope?
3224
3225 =item What's the difference between deep and shallow binding?
3226
3227 =item Why doesn't "my($foo) = <FILE>;" work right?
3228
3229 =item How do I redefine a builtin function, operator, or method?
3230
3231 =item What's the difference between calling a function as &foo and foo()?
3232
3233 =item How do I create a switch or case statement?
3234
3235 =item How can I catch accesses to undefined variables/functions/methods?
3236
3237 =item Why can't a method included in this same file be found?
3238
3239 =item How can I find out my current package?
3240
3241 =item How can I comment out a large block of perl code?
3242
3243 =item How do I clear a package?
3244
3245 =item How can I use a variable as a variable name?
3246
3247 =back
3248
3249 =item AUTHOR AND COPYRIGHT
3250
3251 =back
3252
3253 =head2 perlfaq8 - System Interaction ($Revision: 1.39 $, $Date: 1999/05/23
3254 18:37:57 $)
3255
3256 =over
3257
3258 =item DESCRIPTION
3259
3260 =over
3261
3262 =item How do I find out which operating system I'm running under?
3263
3264 =item How come exec() doesn't return?
3265
3266 =item How do I do fancy stuff with the keyboard/screen/mouse?
3267
3268 Keyboard, Screen, Mouse
3269
3270 =item How do I print something out in color?
3271
3272 =item How do I read just one key without waiting for a return key?
3273
3274 =item How do I check whether input is ready on the keyboard?
3275
3276 =item How do I clear the screen?
3277
3278 =item How do I get the screen size?
3279
3280 =item How do I ask the user for a password?
3281
3282 =item How do I read and write the serial port?
3283
3284 lockfiles, open mode, end of line, flushing output, non-blocking input
3285
3286 =item How do I decode encrypted password files?
3287
3288 =item How do I start a process in the background?
3289
3290 STDIN, STDOUT, and STDERR are shared, Signals, Zombies
3291
3292 =item How do I trap control characters/signals?
3293
3294 =item How do I modify the shadow password file on a Unix system?
3295
3296 =item How do I set the time and date?
3297
3298 =item How can I sleep() or alarm() for under a second?
3299
3300 =item How can I measure time under a second?
3301
3302 =item How can I do an atexit() or setjmp()/longjmp()? (Exception handling)
3303
3304 =item Why doesn't my sockets program work under System V (Solaris)? What
3305 does the error message "Protocol not supported" mean?
3306
3307 =item How can I call my system's unique C functions from Perl?
3308
3309 =item Where do I get the include files to do ioctl() or syscall()?
3310
3311 =item Why do setuid perl scripts complain about kernel problems?
3312
3313 =item How can I open a pipe both to and from a command?
3314
3315 =item Why can't I get the output of a command with system()?
3316
3317 =item How can I capture STDERR from an external command?
3318
3319 =item Why doesn't open() return an error when a pipe open fails?
3320
3321 =item What's wrong with using backticks in a void context?
3322
3323 =item How can I call backticks without shell processing?
3324
3325 =item Why can't my script read from STDIN after I gave it EOF (^D on Unix,
3326 ^Z on MS-DOS)?
3327
3328 =item How can I convert my shell script to perl?
3329
3330 =item Can I use perl to run a telnet or ftp session?
3331
3332 =item How can I write expect in Perl?
3333
3334 =item Is there a way to hide perl's command line from programs such as
3335 "ps"?
3336
3337 =item I {changed directory, modified my environment} in a perl script.  How
3338 come the change disappeared when I exited the script?  How do I get my
3339 changes to be visible?
3340
3341 Unix
3342
3343 =item How do I close a process's filehandle without waiting for it to
3344 complete?
3345
3346 =item How do I fork a daemon process?
3347
3348 =item How do I find out if I'm running interactively or not?
3349
3350 =item How do I timeout a slow event?
3351
3352 =item How do I set CPU limits?
3353
3354 =item How do I avoid zombies on a Unix system?
3355
3356 =item How do I use an SQL database?
3357
3358 =item How do I make a system() exit on control-C?
3359
3360 =item How do I open a file without blocking?
3361
3362 =item How do I install a module from CPAN?
3363
3364 =item What's the difference between require and use?
3365
3366 =item How do I keep my own module/library directory?
3367
3368 =item How do I add the directory my program lives in to the module/library
3369 search path?
3370
3371 =item How do I add a directory to my include path at runtime?
3372
3373 =item What is socket.ph and where do I get it?
3374
3375 =back
3376
3377 =item AUTHOR AND COPYRIGHT
3378
3379 =back
3380
3381 =head2 perlfaq9 - Networking ($Revision: 1.26 $, $Date: 1999/05/23 16:08:30
3382 $)
3383
3384 =over
3385
3386 =item DESCRIPTION
3387
3388 =over
3389
3390 =item My CGI script runs from the command line but not the browser.   (500
3391 Server Error)
3392
3393 =item How can I get better error messages from a CGI program?
3394
3395 =item How do I remove HTML from a string?
3396
3397 =item How do I extract URLs?
3398
3399 =item How do I download a file from the user's machine?  How do I open a
3400 file on another machine?
3401
3402 =item How do I make a pop-up menu in HTML?
3403
3404 =item How do I fetch an HTML file?
3405
3406 =item How do I automate an HTML form submission?
3407
3408 =item How do I decode or create those %-encodings on the web?
3409
3410 =item How do I redirect to another page?
3411
3412 =item How do I put a password on my web pages?
3413
3414 =item How do I edit my .htpasswd and .htgroup files with Perl?
3415
3416 =item How do I make sure users can't enter values into a form that cause my
3417 CGI script to do bad things?
3418
3419 =item How do I parse a mail header?
3420
3421 =item How do I decode a CGI form?
3422
3423 =item How do I check a valid mail address?
3424
3425 =item How do I decode a MIME/BASE64 string?
3426
3427 =item How do I return the user's mail address?
3428
3429 =item How do I send mail?
3430
3431 =item How do I read mail?
3432
3433 =item How do I find out my hostname/domainname/IP address?
3434
3435 =item How do I fetch a news article or the active newsgroups?
3436
3437 =item How do I fetch/put an FTP file?
3438
3439 =item How can I do RPC in Perl?
3440
3441 =back
3442
3443 =item AUTHOR AND COPYRIGHT
3444
3445 =back
3446
3447 =head2 perlcompile - Introduction to the Perl Compiler-Translator 
3448
3449 =over
3450
3451 =item DESCRIPTION
3452
3453 =over
3454
3455 =item Layout
3456
3457 B::Bytecode, B::C, B::CC, B::Lint, B::Deparse, B::Xref
3458
3459 =back
3460
3461 =item Using The Back Ends
3462
3463 =over
3464
3465 =item The Cross Referencing Back End
3466
3467 i, &, s, r
3468
3469 =item The Decompiling Back End
3470
3471 =item The Lint Back End
3472
3473 =item The Simple C Back End
3474
3475 =item The Bytecode Back End
3476
3477 =item The Optimized C Back End
3478
3479 B, O, B::Asmdata, B::Assembler, B::Bblock, B::Bytecode, B::C, B::CC,
3480 B::Debug, B::Deparse, B::Disassembler, B::Lint, B::Showlex, B::Stackobj,
3481 B::Stash, B::Terse, B::Xref
3482
3483 =back
3484
3485 =item KNOWN PROBLEMS
3486
3487 =item AUTHOR
3488
3489 =back
3490
3491 =head2 perlembed - how to embed perl in your C program
3492
3493 =over
3494
3495 =item DESCRIPTION
3496
3497 =over
3498
3499 =item PREAMBLE
3500
3501 B<Use C from Perl?>, B<Use a Unix program from Perl?>, B<Use Perl from
3502 Perl?>, B<Use C from C?>, B<Use Perl from C?>
3503
3504 =item ROADMAP
3505
3506 =item Compiling your C program
3507
3508 =item Adding a Perl interpreter to your C program
3509
3510 =item Calling a Perl subroutine from your C program
3511
3512 =item Evaluating a Perl statement from your C program
3513
3514 =item Performing Perl pattern matches and substitutions from your C program
3515
3516 =item Fiddling with the Perl stack from your C program
3517
3518 =item Maintaining a persistent interpreter
3519
3520 =item Maintaining multiple interpreter instances
3521
3522 =item Using Perl modules, which themselves use C libraries, from your C
3523 program
3524
3525 =back
3526
3527 =item Embedding Perl under Windows
3528
3529 =item MORAL
3530
3531 =item AUTHOR
3532
3533 =item COPYRIGHT
3534
3535 =back
3536
3537 =head2 perldebguts - Guts of Perl debugging 
3538
3539 =over
3540
3541 =item DESCRIPTION
3542
3543 =item Debugger Internals
3544
3545 =over
3546
3547 =item Writing Your Own Debugger
3548
3549 =back
3550
3551 =item Frame Listing Output Examples
3552
3553 =item Debugging regular expressions
3554
3555 =over
3556
3557 =item Compile-time output
3558
3559 C<anchored> I<STRING> C<at> I<POS>, C<floating> I<STRING> C<at>
3560 I<POS1..POS2>, C<matching floating/anchored>, C<minlen>, C<stclass>
3561 I<TYPE>, C<noscan>, C<isall>, C<GPOS>, C<plus>, C<implicit>, C<with eval>,
3562 C<anchored(TYPE)>
3563
3564 =item Types of nodes
3565
3566 =item Run-time output
3567
3568 =back
3569
3570 =item Debugging Perl memory usage
3571
3572 =over
3573
3574 =item Using C<$ENV{PERL_DEBUG_MSTATS}>
3575
3576 C<buckets SMALLEST(APPROX)..GREATEST(APPROX)>, Free/Used, C<Total sbrk():
3577 SBRKed/SBRKs:CONTINUOUS>, C<pad: 0>, C<heads: 2192>, C<chain: 0>, C<tail:
3578 6144>
3579
3580 =item Example of using B<-DL> switch
3581
3582 C<717>, C<002>, C<054>, C<602>, C<702>, C<704>
3583
3584 =item B<-DL> details
3585
3586 C<!!!>, C<!!>, C<!>
3587
3588 =item Limitations of B<-DL> statistics
3589
3590 =back
3591
3592 =item SEE ALSO
3593
3594 =back
3595
3596 =head2 perlxstut, perlXStut - Tutorial for writing XSUBs
3597
3598 =over
3599
3600 =item DESCRIPTION
3601
3602 =item SPECIAL NOTES
3603
3604 =over
3605
3606 =item make
3607
3608 =item Version caveat
3609
3610 =item Dynamic Loading versus Static Loading
3611
3612 =back
3613
3614 =item TUTORIAL
3615
3616 =over
3617
3618 =item EXAMPLE 1
3619
3620 =item EXAMPLE 2
3621
3622 =item What has gone on?
3623
3624 =item Writing good test scripts
3625
3626 =item EXAMPLE 3
3627
3628 =item What's new here?
3629
3630 =item Input and Output Parameters
3631
3632 =item The XSUBPP Program
3633
3634 =item The TYPEMAP file
3635
3636 =item Warning about Output Arguments
3637
3638 =item EXAMPLE 4
3639
3640 =item What has happened here?
3641
3642 =item Anatomy of .xs file
3643
3644 =item Getting the fat out of XSUBs
3645
3646 =item More about XSUB arguments
3647
3648 =item The Argument Stack
3649
3650 =item Extending your Extension
3651
3652 =item Documenting your Extension
3653
3654 =item Installing your Extension
3655
3656 =item EXAMPLE 5
3657
3658 =item New Things in this Example
3659
3660 =item EXAMPLE 6
3661
3662 =item New Things in this Example
3663
3664 =item EXAMPLE 7 (Coming Soon)
3665
3666 =item EXAMPLE 8 (Coming Soon)
3667
3668 =item EXAMPLE 9 (Coming Soon)
3669
3670 =item Troubleshooting these Examples
3671
3672 =back
3673
3674 =item See also
3675
3676 =item Author
3677
3678 =over
3679
3680 =item Last Changed
3681
3682 =back
3683
3684 =back
3685
3686 =head2 perlxs - XS language reference manual
3687
3688 =over
3689
3690 =item DESCRIPTION
3691
3692 =over
3693
3694 =item Introduction
3695
3696 =item On The Road
3697
3698 =item The Anatomy of an XSUB
3699
3700 =item The Argument Stack
3701
3702 =item The RETVAL Variable
3703
3704 =item The MODULE Keyword
3705
3706 =item The PACKAGE Keyword
3707
3708 =item The PREFIX Keyword
3709
3710 =item The OUTPUT: Keyword
3711
3712 =item The CODE: Keyword
3713
3714 =item The INIT: Keyword
3715
3716 =item The NO_INIT Keyword
3717
3718 =item Initializing Function Parameters
3719
3720 =item Default Parameter Values
3721
3722 =item The PREINIT: Keyword
3723
3724 =item The SCOPE: Keyword
3725
3726 =item The INPUT: Keyword
3727
3728 =item Variable-length Parameter Lists
3729
3730 =item The C_ARGS: Keyword
3731
3732 =item The PPCODE: Keyword
3733
3734 =item Returning Undef And Empty Lists
3735
3736 =item The REQUIRE: Keyword
3737
3738 =item The CLEANUP: Keyword
3739
3740 =item The BOOT: Keyword
3741
3742 =item The VERSIONCHECK: Keyword
3743
3744 =item The PROTOTYPES: Keyword
3745
3746 =item The PROTOTYPE: Keyword
3747
3748 =item The ALIAS: Keyword
3749
3750 =item The INTERFACE: Keyword
3751
3752 =item The INTERFACE_MACRO: Keyword
3753
3754 =item The INCLUDE: Keyword
3755
3756 =item The CASE: Keyword
3757
3758 =item The & Unary Operator
3759
3760 =item Inserting Comments and C Preprocessor Directives
3761
3762 =item Using XS With C++
3763
3764 =item Interface Strategy
3765
3766 =item Perl Objects And C Structures
3767
3768 =item The Typemap
3769
3770 =back
3771
3772 =item EXAMPLES
3773
3774 =item XS VERSION
3775
3776 =item AUTHOR
3777
3778 =back
3779
3780 =head2 perlguts - Introduction to the Perl API
3781
3782 =over
3783
3784 =item DESCRIPTION
3785
3786 =item Variables
3787
3788 =over
3789
3790 =item Datatypes
3791
3792 =item What is an "IV"?
3793
3794 =item Working with SVs
3795
3796 =item What's Really Stored in an SV?
3797
3798 =item Working with AVs
3799
3800 =item Working with HVs
3801
3802 =item Hash API Extensions
3803
3804 =item References
3805
3806 =item Blessed References and Class Objects
3807
3808 =item Creating New Variables
3809
3810 =item Reference Counts and Mortality
3811
3812 =item Stashes and Globs
3813
3814 =item Double-Typed SVs
3815
3816 =item Magic Variables
3817
3818 =item Assigning Magic
3819
3820 =item Magic Virtual Tables
3821
3822 =item Finding Magic
3823
3824 =item Understanding the Magic of Tied Hashes and Arrays
3825
3826 =item Localizing changes
3827
3828 C<SAVEINT(int i)>, C<SAVEIV(IV i)>, C<SAVEI32(I32 i)>, C<SAVELONG(long i)>,
3829 C<SAVESPTR(s)>, C<SAVEPPTR(p)>, C<SAVEFREESV(SV *sv)>, C<SAVEFREEOP(OP
3830 *op)>, C<SAVEFREEPV(p)>, C<SAVECLEARSV(SV *sv)>, C<SAVEDELETE(HV *hv, char
3831 *key, I32 length)>, C<SAVEDESTRUCTOR(DESTRUCTORFUNC_NOCONTEXT_t f, void
3832 *p)>, C<SAVEDESTRUCTOR_X(DESTRUCTORFUNC_t f, void *p)>, C<SAVESTACK_POS()>,
3833 C<SV* save_scalar(GV *gv)>, C<AV* save_ary(GV *gv)>, C<HV* save_hash(GV
3834 *gv)>, C<void save_item(SV *item)>, C<void save_list(SV **sarg, I32
3835 maxsarg)>, C<SV* save_svref(SV **sptr)>, C<void save_aptr(AV **aptr)>,
3836 C<void save_hptr(HV **hptr)>
3837
3838 =back
3839
3840 =item Subroutines
3841
3842 =over
3843
3844 =item XSUBs and the Argument Stack
3845
3846 =item Calling Perl Routines from within C Programs
3847
3848 =item Memory Allocation
3849
3850 =item PerlIO
3851
3852 =item Putting a C value on Perl stack
3853
3854 =item Scratchpads
3855
3856 =item Scratchpads and recursion
3857
3858 =back
3859
3860 =item Compiled code
3861
3862 =over
3863
3864 =item Code tree
3865
3866 =item Examining the tree
3867
3868 =item Compile pass 1: check routines
3869
3870 =item Compile pass 1a: constant folding
3871
3872 =item Compile pass 2: context propagation
3873
3874 =item Compile pass 3: peephole optimization
3875
3876 =back
3877
3878 =item How multiple interpreters and concurrency are supported
3879
3880 =over
3881
3882 =item Background and PERL_IMPLICIT_CONTEXT
3883
3884 =item How do I use all this in extensions?
3885
3886 =item Future Plans and PERL_IMPLICIT_SYS
3887
3888 =back
3889
3890 =item Internal Functions
3891
3892 A, p, d, s, n, r, f, m, o, j, x
3893
3894 =over
3895
3896 =item Formatted Printing of IVs, UVs, and NVs
3897
3898 =item Source Documentation
3899
3900 =back
3901
3902 =item Unicode Support
3903
3904 =over
3905
3906 =item What B<is> Unicode, anyway?
3907
3908 =item How can I recognise a UTF8 string?
3909
3910 =item How does UTF8 represent Unicode characters?
3911
3912 =item How does Perl store UTF8 strings?
3913
3914 =item How do I convert a string to UTF8?
3915
3916 =item Is there anything else I need to know?
3917
3918 =back
3919
3920 =item AUTHORS
3921
3922 =item SEE ALSO
3923
3924 =back
3925
3926 =head2 perlcall - Perl calling conventions from C
3927
3928 =over
3929
3930 =item DESCRIPTION
3931
3932 An Error Handler, An Event Driven Program
3933
3934 =item THE CALL_ FUNCTIONS
3935
3936 call_sv, call_pv, call_method, call_argv
3937
3938 =item FLAG VALUES
3939
3940 =over
3941
3942 =item  G_VOID
3943
3944 =item  G_SCALAR
3945
3946 =item G_ARRAY
3947
3948 =item G_DISCARD
3949
3950 =item G_NOARGS
3951
3952 =item G_EVAL
3953
3954 =item G_KEEPERR
3955
3956 =item Determining the Context
3957
3958 =back
3959
3960 =item KNOWN PROBLEMS
3961
3962 =item EXAMPLES
3963
3964 =over
3965
3966 =item No Parameters, Nothing returned
3967
3968 =item Passing Parameters
3969
3970 =item Returning a Scalar
3971
3972 =item Returning a list of values
3973
3974 =item Returning a list in a scalar context
3975
3976 =item Returning Data from Perl via the parameter list
3977
3978 =item Using G_EVAL
3979
3980 =item Using G_KEEPERR
3981
3982 =item Using call_sv
3983
3984 =item Using call_argv
3985
3986 =item Using call_method
3987
3988 =item Using GIMME_V
3989
3990 =item Using Perl to dispose of temporaries
3991
3992 =item Strategies for storing Callback Context Information
3993
3994 1. Ignore the problem - Allow only 1 callback, 2. Create a sequence of
3995 callbacks - hard wired limit, 3. Use a parameter to map to the Perl
3996 callback
3997
3998 =item Alternate Stack Manipulation
3999
4000 =item Creating and calling an anonymous subroutine in C
4001
4002 =back
4003
4004 =item SEE ALSO
4005
4006 =item AUTHOR
4007
4008 =item DATE
4009
4010 =back
4011
4012 =head2 perlutil - utilities packaged with the Perl distribution
4013
4014 =over
4015
4016 =item DESCRIPTION
4017
4018 =over
4019
4020 =item DOCUMENTATION
4021
4022 L<perldoc|perldoc>, L<pod2man|pod2man> and L<pod2text|pod2text>,
4023 L<pod2html|pod2html> and L<pod2latex|pod2latex>, L<pod2usage|pod2usage>,
4024 L<podselect|podselect>, L<podchecker|podchecker>, L<splain|splain>,
4025 L<roffitall|roffitall>
4026
4027 =item CONVERTORS
4028
4029 L<a2p|a2p>, L<s2p|s2p>, L<find2perl|find2perl>
4030
4031 =item Development
4032
4033 L<perlbug|perlbug>, L<h2ph|h2ph>, L<c2ph|c2ph> and L<pstruct|pstruct>,
4034 L<h2xs|h2xs>, L<dprofpp|dprofpp>, L<perlcc|perlcc>
4035
4036 =item SEE ALSO
4037
4038 =back
4039
4040 =back
4041
4042 =head2 perlfilter - Source Filters
4043
4044 =over
4045
4046 =item DESCRIPTION
4047
4048 =item CONCEPTS
4049
4050 =item USING FILTERS
4051
4052 =item WRITING A SOURCE FILTER
4053
4054 =item WRITING A SOURCE FILTER IN C
4055
4056 B<Decryption Filters>
4057
4058 =item CREATING A SOURCE FILTER AS A SEPARATE EXECUTABLE
4059
4060 =item WRITING A SOURCE FILTER IN PERL
4061
4062 =item USING CONTEXT: THE DEBUG FILTER
4063
4064 =item CONCLUSION
4065
4066 =item REQUIREMENTS
4067
4068 =item AUTHOR
4069
4070 =item Copyrights
4071
4072 =back
4073
4074 =head2 perldbmfilter - Perl DBM Filters
4075
4076 =over
4077
4078 =item SYNOPSIS
4079
4080 =item DESCRIPTION
4081
4082 B<filter_store_key>, B<filter_store_value>, B<filter_fetch_key>,
4083 B<filter_fetch_value>
4084
4085 =over
4086
4087 =item The Filter
4088
4089 =item An Example -- the NULL termination problem.
4090
4091 =item Another Example -- Key is a C int.
4092
4093 =back
4094
4095 =item SEE ALSO
4096
4097 =item AUTHOR
4098
4099 =back
4100
4101 =head2 perlapi - autogenerated documentation for the perl public API
4102
4103 =over
4104
4105 =item DESCRIPTION
4106
4107 AvFILL, av_clear, av_delete, av_exists, av_extend, av_fetch, av_fill,
4108 av_len, av_make, av_pop, av_push, av_shift, av_store, av_undef, av_unshift,
4109 bytes_to_utf8, call_argv, call_method, call_pv, call_sv, CLASS, Copy,
4110 croak, CvSTASH, dMARK, dORIGMARK, dSP, dXSARGS, dXSI32, ENTER, eval_pv,
4111 eval_sv, EXTEND, fbm_compile, fbm_instr, FREETMPS, get_av, get_cv, get_hv,
4112 get_sv, GIMME, GIMME_V, GvSV, gv_fetchmeth, gv_fetchmethod,
4113 gv_fetchmethod_autoload, gv_stashpv, gv_stashsv, G_ARRAY, G_DISCARD,
4114 G_EVAL, G_NOARGS, G_SCALAR, G_VOID, HEf_SVKEY, HeHASH, HeKEY, HeKLEN, HePV,
4115 HeSVKEY, HeSVKEY_force, HeSVKEY_set, HeVAL, HvNAME, hv_clear, hv_delete,
4116 hv_delete_ent, hv_exists, hv_exists_ent, hv_fetch, hv_fetch_ent,
4117 hv_iterinit, hv_iterkey, hv_iterkeysv, hv_iternext, hv_iternextsv,
4118 hv_iterval, hv_magic, hv_store, hv_store_ent, hv_undef, isALNUM, isALPHA,
4119 isDIGIT, isLOWER, isSPACE, isUPPER, items, ix, LEAVE, looks_like_number,
4120 MARK, mg_clear, mg_copy, mg_find, mg_free, mg_get, mg_length, mg_magical,
4121 mg_set, Move, New, newAV, Newc, newCONSTSUB, newHV, newRV_inc, newRV_noinc,
4122 NEWSV, newSViv, newSVnv, newSVpv, newSVpvf, newSVpvn, newSVrv, newSVsv,
4123 newSVuv, newXS, newXSproto, Newz, Nullav, Nullch, Nullcv, Nullhv, Nullsv,
4124 ORIGMARK, perl_alloc, perl_construct, perl_destruct, perl_free, perl_parse,
4125 perl_run, PL_DBsingle, PL_DBsub, PL_DBtrace, PL_dowarn, PL_modglobal,
4126 PL_na, PL_sv_no, PL_sv_undef, PL_sv_yes, POPi, POPl, POPn, POPp, POPs,
4127 PUSHi, PUSHMARK, PUSHn, PUSHp, PUSHs, PUSHu, PUTBACK, Renew, Renewc,
4128 require_pv, RETVAL, Safefree, savepv, savepvn, SAVETMPS, SP, SPAGAIN, ST,
4129 strEQ, strGE, strGT, strLE, strLT, strNE, strnEQ, strnNE, StructCopy,
4130 SvCUR, SvCUR_set, SvEND, SvGETMAGIC, SvGROW, SvIOK, SvIOKp, SvIOK_off,
4131 SvIOK_on, SvIOK_only, SvIV, SvIVX, SvLEN, SvNIOK, SvNIOKp, SvNIOK_off,
4132 SvNOK, SvNOKp, SvNOK_off, SvNOK_on, SvNOK_only, SvNV, SvNVX, SvOK, SvOOK,
4133 SvPOK, SvPOKp, SvPOK_off, SvPOK_on, SvPOK_only, SvPV, SvPVX, SvPV_force,
4134 SvPV_nolen, SvREFCNT, SvREFCNT_dec, SvREFCNT_inc, SvROK, SvROK_off,
4135 SvROK_on, SvRV, SvSETMAGIC, SvSetSV, SvSetSV_nosteal, SvSTASH, SvTAINT,
4136 SvTAINTED, SvTAINTED_off, SvTAINTED_on, SvTRUE, svtype, SvTYPE, SVt_IV,
4137 SVt_NV, SVt_PV, SVt_PVAV, SVt_PVCV, SVt_PVHV, SVt_PVMG, SvUPGRADE, SvUV,
4138 SvUVX, sv_2mortal, sv_bless, sv_catpv, sv_catpvf, sv_catpvf_mg, sv_catpvn,
4139 sv_catpvn_mg, sv_catpv_mg, sv_catsv, sv_catsv_mg, sv_chop, sv_clear,
4140 sv_cmp, sv_cmp_locale, sv_dec, sv_derived_from, sv_eq, sv_free, sv_gets,
4141 sv_grow, sv_inc, sv_insert, sv_isa, sv_isobject, sv_len, sv_len_utf8,
4142 sv_magic, sv_mortalcopy, sv_newmortal, sv_pvn_force, sv_pvutf8n_force,
4143 sv_reftype, sv_replace, sv_rvweaken, sv_setiv, sv_setiv_mg, sv_setnv,
4144 sv_setnv_mg, sv_setpv, sv_setpvf, sv_setpvf_mg, sv_setpviv, sv_setpviv_mg,
4145 sv_setpvn, sv_setpvn_mg, sv_setpv_mg, sv_setref_iv, sv_setref_nv,
4146 sv_setref_pv, sv_setref_pvn, sv_setsv, sv_setsv_mg, sv_setuv, sv_setuv_mg,
4147 sv_true, sv_unmagic, sv_unref, sv_upgrade, sv_usepvn, sv_usepvn_mg,
4148 sv_utf8_downgrade, sv_utf8_encode, sv_utf8_upgrade, sv_vcatpvfn,
4149 sv_vsetpvfn, THIS, toLOWER, toUPPER, U8 *s, utf8_to_bytes, warn, XPUSHi,
4150 XPUSHn, XPUSHp, XPUSHs, XPUSHu, XS, XSRETURN, XSRETURN_EMPTY, XSRETURN_IV,
4151 XSRETURN_NO, XSRETURN_NV, XSRETURN_PV, XSRETURN_UNDEF, XSRETURN_YES,
4152 XST_mIV, XST_mNO, XST_mNV, XST_mPV, XST_mUNDEF, XST_mYES, XS_VERSION,
4153 XS_VERSION_BOOTCHECK, Zero
4154
4155 =item AUTHORS
4156
4157 =item SEE ALSO
4158
4159 =back
4160
4161 =head2 perlintern - autogenerated documentation of purely B<internal> 
4162                  Perl functions
4163
4164 =over
4165
4166 =item DESCRIPTION
4167
4168 is_gv_magical
4169
4170 =item AUTHORS
4171
4172 =item SEE ALSO
4173
4174 =back
4175
4176 =head2 perlapio - perl's IO abstraction interface.
4177
4178 =over
4179
4180 =item SYNOPSIS
4181
4182 =item DESCRIPTION
4183
4184 B<PerlIO *>, B<PerlIO_stdin()>, B<PerlIO_stdout()>, B<PerlIO_stderr()>,
4185 B<PerlIO_open(path, mode)>, B<PerlIO_fdopen(fd,mode)>,
4186 B<PerlIO_printf(f,fmt,...)>, B<PerlIO_vprintf(f,fmt,a)>,
4187 B<PerlIO_stdoutf(fmt,...)>, B<PerlIO_read(f,buf,count)>,
4188 B<PerlIO_write(f,buf,count)>, B<PerlIO_close(f)>, B<PerlIO_puts(f,s)>,
4189 B<PerlIO_putc(f,c)>, B<PerlIO_ungetc(f,c)>, B<PerlIO_getc(f)>,
4190 B<PerlIO_eof(f)>, B<PerlIO_error(f)>, B<PerlIO_fileno(f)>,
4191 B<PerlIO_clearerr(f)>, B<PerlIO_flush(f)>, B<PerlIO_tell(f)>,
4192 B<PerlIO_seek(f,o,w)>, B<PerlIO_getpos(f,p)>, B<PerlIO_setpos(f,p)>,
4193 B<PerlIO_rewind(f)>, B<PerlIO_tmpfile()>
4194
4195 =over
4196
4197 =item Co-existence with stdio
4198
4199 B<PerlIO_importFILE(f,flags)>, B<PerlIO_exportFILE(f,flags)>,
4200 B<PerlIO_findFILE(f)>, B<PerlIO_releaseFILE(p,f)>, B<PerlIO_setlinebuf(f)>,
4201 B<PerlIO_has_cntptr(f)>, B<PerlIO_get_ptr(f)>, B<PerlIO_get_cnt(f)>,
4202 B<PerlIO_canset_cnt(f)>, B<PerlIO_fast_gets(f)>,
4203 B<PerlIO_set_ptrcnt(f,p,c)>, B<PerlIO_set_cnt(f,c)>, B<PerlIO_has_base(f)>,
4204 B<PerlIO_get_base(f)>, B<PerlIO_get_bufsiz(f)>
4205
4206 =back
4207
4208 =back
4209
4210 =head2 perltodo - Perl TO-DO List
4211
4212 =over
4213
4214 =item DESCRIPTION
4215
4216 =item Infrastructure
4217
4218 =over
4219
4220 =item Mailing list archives
4221
4222 =item Bug tracking system
4223
4224 =item Regression Tests
4225
4226 Coverage, Regression, __DIE__, suidperl, The 25% slowdown from perl4 to
4227 perl5
4228
4229 =back
4230
4231 =item Configure
4232
4233 =over
4234
4235 =item Install HTML
4236
4237 =back
4238
4239 =item Perl Language
4240
4241 =over
4242
4243 =item our ($var)
4244
4245 =item 64-bit Perl
4246
4247 =item Prototypes
4248
4249 Named prototypes, Indirect objects, Method calls, Context, Scoped subs
4250
4251 =back
4252
4253 =item Perl Internals
4254
4255 =over
4256
4257 =item magic_setisa
4258
4259 =item Garbage Collection
4260
4261 =item Reliable signals
4262
4263 Alternate runops() for signal despatch, Figure out how to die() in delayed
4264 sighandler, Add tests for Thread::Signal, Automatic tests against CPAN
4265
4266 =item Interpolated regex performance bugs
4267
4268 =item Memory leaks from failed eval/regcomp
4269
4270 =item Make XS easier to use
4271
4272 =item Make embedded Perl easier to use
4273
4274 =item Namespace cleanup
4275
4276 =item MULTIPLICITY
4277
4278 =item MacPerl
4279
4280 =back
4281
4282 =item Documentation
4283
4284 =over
4285
4286 =item A clear division into tutorial and reference
4287
4288 =item Remove the artificial distinction between operators and functions
4289
4290 =item More tutorials
4291
4292 Regular expressions, I/O, pack/unpack, Debugging
4293
4294 =item Include a search tool
4295
4296 =item Include a locate tool
4297
4298 =item Separate function manpages by default
4299
4300 =item Users can't find the manpages
4301
4302 =item Install ALL Documentation
4303
4304 =item Outstanding issues to be documented
4305
4306 =item Adapt www.linuxhq.com for Perl
4307
4308 =item Replace man with a perl program
4309
4310 =item Unicode tutorial
4311
4312 =back
4313
4314 =item Modules
4315
4316 =over
4317
4318 =item Update the POSIX extension to conform with the POSIX 1003.1 Edition 2
4319
4320 =item Module versions
4321
4322 =item New modules
4323
4324 =item Profiler
4325
4326 =item Tie Modules
4327
4328 VecArray, SubstrArray, VirtualArray, ShiftSplice
4329
4330 =item Procedural options
4331
4332 =item RPC
4333
4334 =item y2k localtime/gmtime
4335
4336 =item Export File::Find variables
4337
4338 =item Ioctl
4339
4340 =item Debugger attach/detach
4341
4342 =item Regular Expression debugger
4343
4344 =item Alternative RE Syntax
4345
4346 =item Bundled modules
4347
4348 =item Expect
4349
4350 =item GUI::Native
4351
4352 =item Update semibroken auxiliary tools; h2ph, a2p, etc.
4353
4354 =item POD Converters
4355
4356 =item pod2html
4357
4358 =item Podchecker
4359
4360 =back
4361
4362 =item Tom's Wishes
4363
4364 =over
4365
4366 =item Webperl
4367
4368 =item Mobile agents
4369
4370 =item POSIX on non-POSIX
4371
4372 =item Portable installations
4373
4374 =back
4375
4376 =item Win32 Stuff
4377
4378 =over
4379
4380 =item Rename new headers to be consistent with the rest
4381
4382 =item Sort out the spawnvp() mess
4383
4384 =item Work out DLL versioning
4385
4386 =item Style-check
4387
4388 =back
4389
4390 =item Would be nice to have
4391
4392 C<pack "(stuff)*">, Contiguous bitfields in pack/unpack, lexperl, Bundled
4393 perl preprocessor, Use posix calls internally where possible, format
4394 BOTTOM, -i rename file only when successfully changed, All ARGV input
4395 should act like <>, report HANDLE [formats], support in perlmain to rerun
4396 debugger, lvalue functions
4397
4398 =item Possible pragmas
4399
4400 =over
4401
4402 =item 'less'
4403
4404 =back
4405
4406 =item Optimizations
4407
4408 =over
4409
4410 =item constant function cache
4411
4412 =item foreach(reverse...)
4413
4414 =item Cache eval tree
4415
4416 =item rcatmaybe
4417
4418 =item Shrink opcode tables
4419
4420 =item Cache hash value
4421
4422 =item Optimize away @_ where possible
4423
4424 =item Optimize sort by { $a <=> $b }
4425
4426 =item Rewrite regexp parser for better integrated optimization
4427
4428 =back
4429
4430 =item Vague possibilities
4431
4432 ref function in list context, make tr/// return histogram in list context?,
4433 Loop control on do{} et al, Explicit switch statements, compile to real
4434 threaded code, structured types, Modifiable $1 et al
4435
4436 =item To Do Or Not To Do
4437
4438 =over
4439
4440 =item Making my() work on "package" variables
4441
4442 =item "or" testing defined not truth
4443
4444 =item "dynamic" lexicals
4445
4446 =item "class"-based, rather than package-based "lexicals"
4447
4448 =back
4449
4450 =item Threading
4451
4452 =over
4453
4454 =item Modules
4455
4456 =item Testing
4457
4458 =item $AUTOLOAD
4459
4460 =item exit/die
4461
4462 =item External threads
4463
4464 =item Thread::Pool
4465
4466 =item thread-safety
4467
4468 =item Per-thread GVs
4469
4470 =back
4471
4472 =item Compiler
4473
4474 =over
4475
4476 =item Optimization
4477
4478 =item Byteperl
4479
4480 =item Precompiled modules
4481
4482 =item Executables
4483
4484 =item Typed lexicals
4485
4486 =item Win32
4487
4488 =item END blocks
4489
4490 =item _AUTOLOAD
4491
4492 =item comppadlist
4493
4494 =item Cached compilation
4495
4496 =back
4497
4498 =item Recently Finished Tasks
4499
4500 =over
4501
4502 =item Figure a way out of $^(capital letter)
4503
4504 =item Filenames
4505
4506 =item Foreign lines
4507
4508 =item Namespace cleanup
4509
4510 =item ISA.pm
4511
4512 =item gettimeofday
4513
4514 =item autocroak?
4515
4516 =back
4517
4518 =back
4519
4520 =head2 perlhack - How to hack at the Perl internals
4521
4522 =over
4523
4524 =item DESCRIPTION
4525
4526 Does concept match the general goals of Perl?, Where is the
4527 implementation?, Backwards compatibility, Could it be a module instead?, Is
4528 the feature generic enough?, Does it potentially introduce new bugs?, Does
4529 it preclude other desirable features?, Is the implementation robust?, Is
4530 the implementation generic enough to be portable?, Is there enough
4531 documentation?, Is there another way to do it?, Does it create too much
4532 work?, Patches speak louder than words, L<perlguts>, L<perlxstut> and
4533 L<perlxs>, L<perlapi>, F<Porting/pumpkin.pod>, The perl5-porters FAQ
4534
4535 =over
4536
4537 =item Finding Your Way Around
4538
4539 Core modules, Documentation, Configure, Interpreter
4540
4541 =item Elements of the interpreter
4542
4543 Startup, Parsing, Optimization, Running
4544
4545 =item Internal Variable Types
4546
4547 =item Op Trees
4548
4549 =item Stacks
4550
4551 Argument stack, Mark stack, Save stack
4552
4553 =item Millions of Macros
4554
4555 =item Poking at Perl
4556
4557 =item Using a source-level debugger
4558
4559 run [args], break function_name, break source.c:xxx, step, next, continue,
4560 finish, print
4561
4562 =item Dumping Perl Data Structures
4563
4564 =item Patching
4565
4566 =item CONCLUSION
4567
4568 I<The Road goes ever on and on, down from the door where it began.>
4569
4570 =back
4571
4572 =item AUTHOR
4573
4574 =back
4575
4576 =head2 perlhist - the Perl history records
4577
4578 =over
4579
4580 =item DESCRIPTION
4581
4582 =item INTRODUCTION
4583
4584 =item THE KEEPERS OF THE PUMPKIN
4585
4586 =over
4587
4588 =item PUMPKIN?
4589
4590 =back
4591
4592 =item THE RECORDS
4593
4594 =over
4595
4596 =item SELECTED RELEASE SIZES
4597
4598 =item SELECTED PATCH SIZES
4599
4600 =back
4601
4602 =item THE KEEPERS OF THE RECORDS
4603
4604 =back
4605
4606 =head2 perldelta - what's new for perl v5.7.0
4607
4608 =over
4609
4610 =item DESCRIPTION
4611
4612 =item Security Vulnerability Closed
4613
4614 =item Incompatible Changes
4615
4616 =item Core Enhancements
4617
4618 =item Modules and Pragmata
4619
4620 =over
4621
4622 =item New Modules
4623
4624 =item Updated And Improved Modules and Pragmata
4625
4626 =back
4627
4628 =item Utility Changes
4629
4630 =item New Documentation
4631
4632 =item Performance Enhancements
4633
4634 =item Installation and Configuration Improvements
4635
4636 =over
4637
4638 =item Generic Improvements
4639
4640 =back
4641
4642 =item Selected Bug Fixes
4643
4644 sort() arguments are now compiled in the right wantarray context (they were
4645 accidentally using the context of the sort() itself)
4646
4647 =over
4648
4649 =item Platform Specific Changes and Fixes
4650
4651 =back
4652
4653 =item New or Changed Diagnostics
4654
4655 =item Changed Internals
4656
4657 =item Known Problems
4658
4659 =over
4660
4661 =item Unicode Support Still Far From Perfect
4662
4663 =item EBCDIC Still A Lost Platform
4664
4665 =item Building Extensions Can Fail Because Of Largefiles
4666
4667 In string, @%s now must be written as \@%s
4668
4669 =back
4670
4671 =item Reporting Bugs
4672
4673 =item SEE ALSO
4674
4675 =item HISTORY
4676
4677 =back
4678
4679 =head2 perl56delta, perldelta - what's new for perl v5.6.0
4680
4681 =over
4682
4683 =item DESCRIPTION
4684
4685 =item Core Enhancements
4686
4687 =over
4688
4689 =item Interpreter cloning, threads, and concurrency
4690
4691 =item Lexically scoped warning categories
4692
4693 =item Unicode and UTF-8 support
4694
4695 =item Support for interpolating named characters
4696
4697 =item "our" declarations
4698
4699 =item Support for strings represented as a vector of ordinals
4700
4701 =item Improved Perl version numbering system
4702
4703 =item New syntax for declaring subroutine attributes
4704
4705 =item File and directory handles can be autovivified
4706
4707 =item open() with more than two arguments
4708
4709 =item 64-bit support
4710
4711 =item Large file support
4712
4713 =item Long doubles
4714
4715 =item "more bits"
4716
4717 =item Enhanced support for sort() subroutines
4718
4719 =item C<sort $coderef @foo> allowed
4720
4721 =item File globbing implemented internally
4722
4723 =item Support for CHECK blocks
4724
4725 =item POSIX character class syntax [: :] supported
4726
4727 =item Better pseudo-random number generator
4728
4729 =item Improved C<qw//> operator
4730
4731 =item Better worst-case behavior of hashes
4732
4733 =item pack() format 'Z' supported
4734
4735 =item pack() format modifier '!' supported
4736
4737 =item pack() and unpack() support counted strings
4738
4739 =item Comments in pack() templates
4740
4741 =item Weak references
4742
4743 =item Binary numbers supported
4744
4745 =item Lvalue subroutines
4746
4747 =item Some arrows may be omitted in calls through references
4748
4749 =item Boolean assignment operators are legal lvalues
4750
4751 =item exists() is supported on subroutine names
4752
4753 =item exists() and delete() are supported on array elements
4754
4755 =item Pseudo-hashes work better
4756
4757 =item Automatic flushing of output buffers
4758
4759 =item Better diagnostics on meaningless filehandle operations
4760
4761 =item Where possible, buffered data discarded from duped input filehandle
4762
4763 =item eof() has the same old magic as <>
4764
4765 =item binmode() can be used to set :crlf and :raw modes
4766
4767 =item C<-T> filetest recognizes UTF-8 encoded files as "text"
4768
4769 =item system(), backticks and pipe open now reflect exec() failure
4770
4771 =item Improved diagnostics
4772
4773 =item Diagnostics follow STDERR
4774
4775 =item More consistent close-on-exec behavior
4776
4777 =item syswrite() ease-of-use
4778
4779 =item Better syntax checks on parenthesized unary operators
4780
4781 =item Bit operators support full native integer width
4782
4783 =item Improved security features
4784
4785 =item More functional bareword prototype (*)
4786
4787 =item C<require> and C<do> may be overridden
4788
4789 =item $^X variables may now have names longer than one character
4790
4791 =item New variable $^C reflects C<-c> switch
4792
4793 =item New variable $^V contains Perl version as a string
4794
4795 =item Optional Y2K warnings
4796
4797 =item Arrays now always interpolate into double-quoted strings
4798
4799 =back
4800
4801 =item Modules and Pragmata
4802
4803 =over
4804
4805 =item Modules
4806
4807 attributes, B, Benchmark, ByteLoader, constant, charnames, Data::Dumper,
4808 DB, DB_File, Devel::DProf, Devel::Peek, Dumpvalue, DynaLoader, English,
4809 Env, Fcntl, File::Compare, File::Find, File::Glob, File::Spec,
4810 File::Spec::Functions, Getopt::Long, IO, JPL, lib, Math::BigInt,
4811 Math::Complex, Math::Trig, Pod::Parser, Pod::InputObjects, Pod::Checker,
4812 podchecker, Pod::ParseUtils, Pod::Find, Pod::Select, podselect, Pod::Usage,
4813 pod2usage, Pod::Text and Pod::Man, SDBM_File, Sys::Syslog, Sys::Hostname,
4814 Term::ANSIColor, Time::Local, Win32, XSLoader, DBM Filters
4815
4816 =item Pragmata
4817
4818 =back
4819
4820 =item Utility Changes
4821
4822 =over
4823
4824 =item dprofpp
4825
4826 =item find2perl
4827
4828 =item h2xs
4829
4830 =item perlcc
4831
4832 =item perldoc
4833
4834 =item The Perl Debugger
4835
4836 =back
4837
4838 =item Improved Documentation
4839
4840 perlapi.pod, perlboot.pod, perlcompile.pod, perldbmfilter.pod,
4841 perldebug.pod, perldebguts.pod, perlfork.pod, perlfilter.pod, perlhack.pod,
4842 perlintern.pod, perllexwarn.pod, perlnumber.pod, perlopentut.pod,
4843 perlreftut.pod, perltootc.pod, perltodo.pod, perlunicode.pod
4844
4845 =item Performance enhancements
4846
4847 =over
4848
4849 =item Simple sort() using { $a <=> $b } and the like are optimized
4850
4851 =item Optimized assignments to lexical variables
4852
4853 =item Faster subroutine calls
4854
4855 =item delete(), each(), values() and hash iteration are faster
4856
4857 =back
4858
4859 =item Installation and Configuration Improvements
4860
4861 =over
4862
4863 =item -Dusethreads means something different
4864
4865 =item New Configure flags
4866
4867 =item Threadedness and 64-bitness now more daring
4868
4869 =item Long Doubles
4870
4871 =item -Dusemorebits
4872
4873 =item -Duselargefiles
4874
4875 =item installusrbinperl
4876
4877 =item SOCKS support
4878
4879 =item C<-A> flag
4880
4881 =item Enhanced Installation Directories
4882
4883 =back
4884
4885 =item Platform specific changes
4886
4887 =over
4888
4889 =item Supported platforms
4890
4891 =item DOS
4892
4893 =item OS390 (OpenEdition MVS)
4894
4895 =item VMS
4896
4897 =item Win32
4898
4899 =back
4900
4901 =item Significant bug fixes
4902
4903 =over
4904
4905 =item <HANDLE> on empty files
4906
4907 =item C<eval '...'> improvements
4908
4909 =item All compilation errors are true errors
4910
4911 =item Implicitly closed filehandles are safer
4912
4913 =item Behavior of list slices is more consistent
4914
4915 =item C<(\$)> prototype and C<$foo{a}>
4916
4917 =item C<goto &sub> and AUTOLOAD
4918
4919 =item C<-bareword> allowed under C<use integer>
4920
4921 =item Failures in DESTROY()
4922
4923 =item Locale bugs fixed
4924
4925 =item Memory leaks
4926
4927 =item Spurious subroutine stubs after failed subroutine calls
4928
4929 =item Taint failures under C<-U>
4930
4931 =item END blocks and the C<-c> switch
4932
4933 =item Potential to leak DATA filehandles
4934
4935 =back
4936
4937 =item New or Changed Diagnostics
4938
4939 "%s" variable %s masks earlier declaration in same %s, "my sub" not yet
4940 implemented, "our" variable %s redeclared, '!' allowed only after types %s,
4941 / cannot take a count, / must be followed by a, A or Z, / must be followed
4942 by a*, A* or Z*, / must follow a numeric type, /%s/: Unrecognized escape
4943 \\%c passed through, /%s/: Unrecognized escape \\%c in character class
4944 passed through, /%s/ should probably be written as "%s", %s() called too
4945 early to check prototype, %s argument is not a HASH or ARRAY element, %s
4946 argument is not a HASH or ARRAY element or slice, %s argument is not a
4947 subroutine name, %s package attribute may clash with future reserved word:
4948 %s, (in cleanup) %s, <> should be quotes, Attempt to join self, Bad evalled
4949 substitution pattern, Bad realloc() ignored, Bareword found in conditional,
4950 Binary number > 0b11111111111111111111111111111111 non-portable, Bit vector
4951 size > 32 non-portable, Buffer overflow in prime_env_iter: %s, Can't check
4952 filesystem of script "%s", Can't declare class for non-scalar %s in "%s",
4953 Can't declare %s in "%s", Can't ignore signal CHLD, forcing to default,
4954 Can't modify non-lvalue subroutine call, Can't read CRTL environ, Can't
4955 remove %s: %s, skipping file, Can't return %s from lvalue subroutine, Can't
4956 weaken a nonreference, Character class [:%s:] unknown, Character class
4957 syntax [%s] belongs inside character classes, Constant is not %s reference,
4958 constant(%s): %s, CORE::%s is not a keyword, defined(@array) is deprecated,
4959 defined(%hash) is deprecated, Did not produce a valid header, (Did you mean
4960 "local" instead of "our"?), Document contains no data, entering effective
4961 %s failed, false [] range "%s" in regexp, Filehandle %s opened only for
4962 output, flock() on closed filehandle %s, Global symbol "%s" requires
4963 explicit package name, Hexadecimal number > 0xffffffff non-portable,
4964 Ill-formed CRTL environ value "%s", Ill-formed message in prime_env_iter:
4965 |%s|, Illegal binary digit %s, Illegal binary digit %s ignored, Illegal
4966 number of bits in vec, Integer overflow in %s number, Invalid %s attribute:
4967 %s, Invalid %s attributes: %s, invalid [] range "%s" in regexp, Invalid
4968 separator character %s in attribute list, Invalid separator character %s in
4969 subroutine attribute list, leaving effective %s failed, Lvalue subs
4970 returning %s not implemented yet, Method %s not permitted, Missing
4971 %sbrace%s on \N{}, Missing command in piped open, Missing name in "my sub",
4972 No %s specified for -%c, No package name allowed for variable %s in "our",
4973 No space allowed after -%c, no UTC offset information; assuming local time
4974 is UTC, Octal number > 037777777777 non-portable, panic: del_backref,
4975 panic: kid popen errno read, panic: magic_killbackrefs, Parentheses missing
4976 around "%s" list, Possible unintended interpolation of %s in string,
4977 Possible Y2K bug: %s, pragma "attrs" is deprecated, use "sub NAME : ATTRS"
4978 instead, Premature end of script headers, Repeat count in pack overflows,
4979 Repeat count in unpack overflows, realloc() of freed memory ignored,
4980 Reference is already weak, setpgrp can't take arguments, Strange *+?{} on
4981 zero-length expression, switching effective %s is not implemented, This
4982 Perl can't reset CRTL environ elements (%s), This Perl can't set CRTL
4983 environ elements (%s=%s), Too late to run %s block, Unknown open() mode
4984 '%s', Unknown process %x sent message to prime_env_iter: %s, Unrecognized
4985 escape \\%c passed through, Unterminated attribute parameter in attribute
4986 list, Unterminated attribute list, Unterminated attribute parameter in
4987 subroutine attribute list, Unterminated subroutine attribute list, Value of
4988 CLI symbol "%s" too long, Version number must be a constant number
4989
4990 =item New tests
4991
4992 =item Incompatible Changes
4993
4994 =over
4995
4996 =item Perl Source Incompatibilities
4997
4998 CHECK is a new keyword, Treatment of list slices of undef has changed,
4999 Format of $English::PERL_VERSION is different, Literals of the form
5000 C<1.2.3> parse differently, Possibly changed pseudo-random number
5001 generator, Hashing function for hash keys has changed, C<undef> fails on
5002 read only values, Close-on-exec bit may be set on pipe and socket handles,
5003 Writing C<"$$1"> to mean C<"${$}1"> is unsupported, delete(), values() and
5004 C<\(%h)> operate on aliases to values, not copies, vec(EXPR,OFFSET,BITS)
5005 enforces powers-of-two BITS, Text of some diagnostic output has changed,
5006 C<%@> has been removed, Parenthesized not() behaves like a list operator,
5007 Semantics of bareword prototype C<(*)> have changed, Semantics of bit
5008 operators may have changed on 64-bit platforms, More builtins taint their
5009 results
5010
5011 =item C Source Incompatibilities
5012
5013 C<PERL_POLLUTE>, C<PERL_IMPLICIT_CONTEXT>, C<PERL_POLLUTE_MALLOC>
5014
5015 =item Compatible C Source API Changes
5016
5017 C<PATCHLEVEL> is now C<PERL_VERSION>
5018
5019 =item Binary Incompatibilities
5020
5021 =back
5022
5023 =item Known Problems
5024
5025 =over
5026
5027 =item Thread test failures
5028
5029 =item EBCDIC platforms not supported
5030
5031 =item In 64-bit HP-UX the lib/io_multihomed test may hang
5032
5033 =item NEXTSTEP 3.3 POSIX test failure
5034
5035 =item Tru64 (aka Digital UNIX, aka DEC OSF/1) lib/sdbm test failure with
5036 gcc
5037
5038 =item UNICOS/mk CC failures during Configure run
5039
5040 =item Arrow operator and arrays
5041
5042 =item Experimental features
5043
5044 Threads, Unicode, 64-bit support, Lvalue subroutines, Weak references, The
5045 pseudo-hash data type, The Compiler suite, Internal implementation of file
5046 globbing, The DB module, The regular expression constructs C<(?{ code })>
5047 and C<(??{ code })>
5048
5049 =back
5050
5051 =item Obsolete Diagnostics
5052
5053 Character class syntax [: :] is reserved for future extensions, Ill-formed
5054 logical name |%s| in prime_env_iter, In string, @%s now must be written as
5055 \@%s, Probable precedence problem on %s, regexp too big, Use of "$$<digit>"
5056 to mean "${$}<digit>" is deprecated
5057
5058 =item Reporting Bugs
5059
5060 =item SEE ALSO
5061
5062 =item HISTORY
5063
5064 =back
5065
5066 =head2 perl5005delta, perldelta - what's new for perl5.005
5067
5068 =over
5069
5070 =item DESCRIPTION
5071
5072 =item About the new versioning system
5073
5074 =item Incompatible Changes
5075
5076 =over
5077
5078 =item WARNING:  This version is not binary compatible with Perl 5.004.
5079
5080 =item Default installation structure has changed
5081
5082 =item Perl Source Compatibility
5083
5084 =item C Source Compatibility
5085
5086 Core sources now require ANSI C compiler, All Perl global variables must
5087 now be referenced with an explicit prefix, Enabling threads has source
5088 compatibility issues
5089
5090 =item Binary Compatibility
5091
5092 =item Security fixes may affect compatibility
5093
5094 =item Relaxed new mandatory warnings introduced in 5.004
5095
5096 =item Licensing
5097
5098 =back
5099
5100 =item Core Changes
5101
5102 =over
5103
5104 =item Threads
5105
5106 =item Compiler
5107
5108 =item Regular Expressions
5109
5110 Many new and improved optimizations, Many bug fixes, New regular expression
5111 constructs, New operator for precompiled regular expressions, Other
5112 improvements, Incompatible changes
5113
5114 =item   Improved malloc()
5115
5116 =item Quicksort is internally implemented
5117
5118 =item Reliable signals
5119
5120 =item Reliable stack pointers
5121
5122 =item More generous treatment of carriage returns
5123
5124 =item Memory leaks
5125
5126 =item Better support for multiple interpreters
5127
5128 =item Behavior of local() on array and hash elements is now well-defined
5129
5130 =item C<%!> is transparently tied to the L<Errno> module
5131
5132 =item Pseudo-hashes are supported
5133
5134 =item C<EXPR foreach EXPR> is supported
5135
5136 =item Keywords can be globally overridden
5137
5138 =item C<$^E> is meaningful on Win32
5139
5140 =item C<foreach (1..1000000)> optimized
5141
5142 =item C<Foo::> can be used as implicitly quoted package name
5143
5144 =item C<exists $Foo::{Bar::}> tests existence of a package
5145
5146 =item Better locale support
5147
5148 =item Experimental support for 64-bit platforms
5149
5150 =item prototype() returns useful results on builtins
5151
5152 =item Extended support for exception handling
5153
5154 =item Re-blessing in DESTROY() supported for chaining DESTROY() methods
5155
5156 =item All C<printf> format conversions are handled internally
5157
5158 =item New C<INIT> keyword
5159
5160 =item New C<lock> keyword
5161
5162 =item New C<qr//> operator
5163
5164 =item C<our> is now a reserved word
5165
5166 =item Tied arrays are now fully supported
5167
5168 =item Tied handles support is better
5169
5170 =item 4th argument to substr
5171
5172 =item Negative LENGTH argument to splice
5173
5174 =item Magic lvalues are now more magical
5175
5176 =item <> now reads in records
5177
5178 =back
5179
5180 =item Supported Platforms
5181
5182 =over
5183
5184 =item New Platforms
5185
5186 =item Changes in existing support
5187
5188 =back
5189
5190 =item Modules and Pragmata
5191
5192 =over
5193
5194 =item New Modules
5195
5196 B, Data::Dumper, Dumpvalue, Errno, File::Spec, ExtUtils::Installed,
5197 ExtUtils::Packlist, Fatal, IPC::SysV, Test, Tie::Array, Tie::Handle,
5198 Thread, attrs, fields, re
5199
5200 =item Changes in existing modules
5201
5202 Benchmark, Carp, CGI, Fcntl, Math::Complex, Math::Trig, POSIX, DB_File,
5203 MakeMaker, CPAN, Cwd, Benchmark
5204
5205 =back
5206
5207 =item Utility Changes
5208
5209 =item Documentation Changes
5210
5211 =item New Diagnostics
5212
5213 Ambiguous call resolved as CORE::%s(), qualify as such or use &, Bad index
5214 while coercing array into hash, Bareword "%s" refers to nonexistent
5215 package, Can't call method "%s" on an undefined value, Can't check
5216 filesystem of script "%s" for nosuid, Can't coerce array into hash, Can't
5217 goto subroutine from an eval-string, Can't localize pseudo-hash element,
5218 Can't use %%! because Errno.pm is not available, Cannot find an opnumber
5219 for "%s", Character class syntax [. .] is reserved for future extensions,
5220 Character class syntax [: :] is reserved for future extensions, Character
5221 class syntax [= =] is reserved for future extensions, %s: Eval-group in
5222 insecure regular expression, %s: Eval-group not allowed, use re 'eval', %s:
5223 Eval-group not allowed at run time, Explicit blessing to '' (assuming
5224 package main), Illegal hex digit ignored, No such array field, No such
5225 field "%s" in variable %s of type %s, Out of memory during ridiculously
5226 large request, Range iterator outside integer range, Recursive inheritance
5227 detected while looking for method '%s' in package '%s', Reference found
5228 where even-sized list expected, Undefined value assigned to typeglob, Use
5229 of reserved word "%s" is deprecated, perl: warning: Setting locale failed
5230
5231 =item Obsolete Diagnostics
5232
5233 Can't mktemp(), Can't write to temp file for B<-e>: %s, Cannot open
5234 temporary file, regexp too big
5235
5236 =item Configuration Changes
5237
5238 =item BUGS
5239
5240 =item SEE ALSO
5241
5242 =item HISTORY
5243
5244 =back
5245
5246 =head2 perl5004delta, perldelta - what's new for perl5.004
5247
5248 =over
5249
5250 =item DESCRIPTION
5251
5252 =item Supported Environments
5253
5254 =item Core Changes
5255
5256 =over
5257
5258 =item List assignment to %ENV works
5259
5260 =item "Can't locate Foo.pm in @INC" error now lists @INC
5261
5262 =item Compilation option: Binary compatibility with 5.003
5263
5264 =item $PERL5OPT environment variable
5265
5266 =item Limitations on B<-M>, B<-m>, and B<-T> options
5267
5268 =item More precise warnings
5269
5270 =item Deprecated: Inherited C<AUTOLOAD> for non-methods
5271
5272 =item Previously deprecated %OVERLOAD is no longer usable
5273
5274 =item Subroutine arguments created only when they're modified
5275
5276 =item Group vector changeable with C<$)>
5277
5278 =item Fixed parsing of $$<digit>, &$<digit>, etc.
5279
5280 =item Fixed localization of $<digit>, $&, etc.
5281
5282 =item No resetting of $. on implicit close
5283
5284 =item C<wantarray> may return undef
5285
5286 =item C<eval EXPR> determines value of EXPR in scalar context
5287
5288 =item Changes to tainting checks
5289
5290 No glob() or <*>, No spawning if tainted $CDPATH, $ENV, $BASH_ENV, No
5291 spawning if tainted $TERM doesn't look like a terminal name
5292
5293 =item New Opcode module and revised Safe module
5294
5295 =item Embedding improvements
5296
5297 =item Internal change: FileHandle class based on IO::* classes
5298
5299 =item Internal change: PerlIO abstraction interface
5300
5301 =item New and changed syntax
5302
5303 $coderef->(PARAMS)
5304
5305 =item New and changed builtin constants
5306
5307 __PACKAGE__
5308
5309 =item New and changed builtin variables
5310
5311 $^E, $^H, $^M
5312
5313 =item New and changed builtin functions
5314
5315 delete on slices, flock, printf and sprintf, keys as an lvalue, my() in
5316 Control Structures, pack() and unpack(), sysseek(), use VERSION, use Module
5317 VERSION LIST, prototype(FUNCTION), srand, $_ as Default, C<m//gc> does not
5318 reset search position on failure, C<m//x> ignores whitespace before ?*+{},
5319 nested C<sub{}> closures work now, formats work right on changing lexicals
5320
5321 =item New builtin methods
5322
5323 isa(CLASS), can(METHOD), VERSION( [NEED] )
5324
5325 =item TIEHANDLE now supported
5326
5327 TIEHANDLE classname, LIST, PRINT this, LIST, PRINTF this, LIST, READ this
5328 LIST, READLINE this, GETC this, DESTROY this
5329
5330 =item Malloc enhancements
5331
5332 -DPERL_EMERGENCY_SBRK, -DPACK_MALLOC, -DTWO_POT_OPTIMIZE
5333
5334 =item Miscellaneous efficiency enhancements
5335
5336 =back
5337
5338 =item Support for More Operating Systems
5339
5340 =over
5341
5342 =item Win32
5343
5344 =item Plan 9
5345
5346 =item QNX
5347
5348 =item AmigaOS
5349
5350 =back
5351
5352 =item Pragmata
5353
5354 use autouse MODULE => qw(sub1 sub2 sub3), use blib, use blib 'dir', use
5355 constant NAME => VALUE, use locale, use ops, use vmsish
5356
5357 =item Modules
5358
5359 =over
5360
5361 =item Required Updates
5362
5363 =item Installation directories
5364
5365 =item Module information summary
5366
5367 =item Fcntl
5368
5369 =item IO
5370
5371 =item Math::Complex
5372
5373 =item Math::Trig
5374
5375 =item DB_File
5376
5377 =item Net::Ping
5378
5379 =item Object-oriented overrides for builtin operators
5380
5381 =back
5382
5383 =item Utility Changes
5384
5385 =over
5386
5387 =item pod2html
5388
5389 Sends converted HTML to standard output
5390
5391 =item xsubpp
5392
5393 C<void> XSUBs now default to returning nothing
5394
5395 =back
5396
5397 =item C Language API Changes
5398
5399 C<gv_fetchmethod> and C<perl_call_sv>, C<perl_eval_pv>, Extended API for
5400 manipulating hashes
5401
5402 =item Documentation Changes
5403
5404 L<perldelta>, L<perlfaq>, L<perllocale>, L<perltoot>, L<perlapio>,
5405 L<perlmodlib>, L<perldebug>, L<perlsec>
5406
5407 =item New Diagnostics
5408
5409 "my" variable %s masks earlier declaration in same scope, %s argument is
5410 not a HASH element or slice, Allocation too large: %lx, Allocation too
5411 large, Applying %s to %s will act on scalar(%s), Attempt to free
5412 nonexistent shared string, Attempt to use reference as lvalue in substr,
5413 Bareword "%s" refers to nonexistent package, Can't redefine active sort
5414 subroutine %s, Can't use bareword ("%s") as %s ref while "strict refs" in
5415 use, Cannot resolve method `%s' overloading `%s' in package `%s', Constant
5416 subroutine %s redefined, Constant subroutine %s undefined, Copy method did
5417 not return a reference, Died, Exiting pseudo-block via %s, Identifier too
5418 long, Illegal character %s (carriage return), Illegal switch in PERL5OPT:
5419 %s, Integer overflow in hex number, Integer overflow in octal number,
5420 internal error: glob failed, Invalid conversion in %s: "%s", Invalid type
5421 in pack: '%s', Invalid type in unpack: '%s', Name "%s::%s" used only once:
5422 possible typo, Null picture in formline, Offset outside string, Out of
5423 memory!, Out of memory during request for %s, panic: frexp, Possible
5424 attempt to put comments in qw() list, Possible attempt to separate words
5425 with commas, Scalar value @%s{%s} better written as $%s{%s}, Stub found
5426 while resolving method `%s' overloading `%s' in package `%s', Too late for
5427 "B<-T>" option, untie attempted while %d inner references still exist,
5428 Unrecognized character %s, Unsupported function fork, Use of "$$<digit>" to
5429 mean "${$}<digit>" is deprecated, Value of %s can be "0"; test with
5430 defined(), Variable "%s" may be unavailable, Variable "%s" will not stay
5431 shared, Warning: something's wrong, Ill-formed logical name |%s| in
5432 prime_env_iter, Got an error from DosAllocMem, Malformed PERLLIB_PREFIX,
5433 PERL_SH_DIR too long, Process terminated by SIG%s
5434
5435 =item BUGS
5436
5437 =item SEE ALSO
5438
5439 =item HISTORY
5440
5441 =back
5442
5443 =head2 perlamiga - Perl under Amiga OS (possibly very outdated information)
5444
5445 =over
5446
5447 =item SYNOPSIS
5448
5449 =back
5450
5451 =over
5452
5453 =item DESCRIPTION
5454
5455 =over
5456
5457 =item Prerequisites
5458
5459 B<Unix emulation for AmigaOS: ixemul.library>, B<Version of Amiga OS>
5460
5461 =item Starting Perl programs under AmigaOS
5462
5463 =item Shortcomings of Perl under AmigaOS
5464
5465 fork(), some features of the UNIX filesystem regarding link count and file
5466 dates, inplace operation (the -i switch) without backup file, umask()
5467 works, but the correct permissions are only set when the file is      
5468 finally close()d
5469
5470 =back
5471
5472 =item INSTALLATION
5473
5474 =item Accessing documentation
5475
5476 =over
5477
5478 =item Manpages
5479
5480 =item B<HTML>
5481
5482 =item B<GNU> C<info> files
5483
5484 =item C<LaTeX> docs
5485
5486 =back
5487
5488 =item BUILD
5489
5490 =over
5491
5492 =item Prerequisites
5493
5494 =item Getting the perl source
5495
5496 =item Making
5497
5498 =item Testing
5499
5500 =item Installing the built perl
5501
5502 =back
5503
5504 =item AUTHOR
5505
5506 =item SEE ALSO
5507
5508 =back
5509
5510 =head2 perlcygwin, README.cygwin - Perl for Cygwin
5511
5512 =over
5513
5514 =item SYNOPSIS
5515
5516 =item PREREQUISITES
5517
5518 =over
5519
5520 =item Cygwin = GNU+Cygnus+Windows (Don't leave UNIX without it)
5521
5522 =item Cygwin Configuration
5523
5524 C<PATH>, I<nroff>, Permissions
5525
5526 =back
5527
5528 =item CONFIGURE
5529
5530 =over
5531
5532 =item Strip Binaries
5533
5534 =item Optional Libraries
5535
5536 C<-lcrypt>, C<-lgdbm> (C<use GDBM_File>), C<-ldb> (C<use DB_File>),
5537 C<-lcygipc> (C<use IPC::SysV>)
5538
5539 =item Configure-time Options
5540
5541 C<-Uusedl>, C<-Uusemymalloc>, C<-Dusemultiplicity>, C<-Duseperlio>,
5542 C<-Duse64bitint>, C<-Duselongdouble>, C<-Dusethreads>, C<-Duselargefiles>
5543
5544 =item Suspicious Warnings
5545
5546 I<dlsym()>, Win9x and C<d_eofnblk>, Checking how std your stdio is..,
5547 Compiler/Preprocessor defines
5548
5549 =back
5550
5551 =item MAKE
5552
5553 =over
5554
5555 =item Warnings
5556
5557 =item ld2
5558
5559 =back
5560
5561 =item TEST
5562
5563 =over
5564
5565 =item File Permissions
5566
5567 =item Hard Links
5568
5569 =item Filetime Granularity
5570
5571 =item Tainting Checks
5572
5573 =item /etc/group
5574
5575 =item Script Portability
5576
5577 Pathnames, Text/Binary, F<.exe>, chown(), Miscellaneous
5578
5579 =back
5580
5581 =item INSTALL
5582
5583 =item MANIFEST
5584
5585 Documentation, Build, Configure, Make, Install, Tests, Compiled Perl
5586 Source, Compiled Module Source, Perl Modules/Scripts
5587
5588 =item BUGS
5589
5590 =item AUTHORS
5591
5592 =item HISTORY
5593
5594 =back
5595
5596 =head2 perldos - Perl under DOS, W31, W95.
5597
5598 =over
5599
5600 =item SYNOPSIS
5601
5602 =item DESCRIPTION
5603
5604 =over
5605
5606 =item Prerequisites
5607
5608 DJGPP, Pthreads
5609
5610 =item Shortcomings of Perl under DOS
5611
5612 =item Building
5613
5614 =item Testing
5615
5616 =item Installation
5617
5618 =back
5619
5620 =item AUTHOR
5621
5622 =item SEE ALSO
5623
5624 =back
5625
5626 =head2 perlhpux, README.hpux - Perl version 5 on Hewlett-Packard Unix
5627 (HP-UX) systems
5628
5629 =over
5630
5631 =item DESCRIPTION
5632
5633 =over
5634
5635 =item Compiling Perl 5 on HP-UX
5636
5637 =item PA-RISC
5638
5639 =item PA-RISC 1.0
5640
5641 =item PA-RISC 1.1
5642
5643 =item PA-RISC 2.0
5644
5645 =item Portability Between PA-RISC Versions
5646
5647 =item Building Dynamic Extensions on HP-UX
5648
5649 =item The HP ANSI C Compiler
5650
5651 =item Using Large Files with Perl
5652
5653 =item Threaded Perl
5654
5655 =item 64-bit Perl
5656
5657 =item GDBM and Threads
5658
5659 =item NFS filesystems and utime(2)
5660
5661 =item perl -P and //
5662
5663 =back
5664
5665 =item AUTHOR
5666
5667 =item DATE
5668
5669 =back
5670
5671 =head2 perlmachten, README.machten - Perl version 5 on Power MachTen
5672 systems
5673
5674 =over
5675
5676 =item DESCRIPTION
5677
5678 =over
5679
5680 =item Compiling Perl 5 on MachTen
5681
5682 =item Failures during C<make test>
5683
5684 op/lexassign.t, pragma/warnings.t
5685
5686 =item Building external modules
5687
5688 =back
5689
5690 =item AUTHOR
5691
5692 =item DATE
5693
5694 =back
5695
5696 =head2 perlos2 - Perl under OS/2, DOS, Win0.3*, Win0.95 and WinNT.
5697
5698 =over
5699
5700 =item SYNOPSIS
5701
5702 =back
5703
5704 =over
5705
5706 =item Target
5707
5708 =item Other OSes
5709
5710 =item Prerequisites
5711
5712 EMX, RSX, HPFS, pdksh
5713
5714 =item Starting Perl programs under OS/2 (and DOS and...)
5715
5716 =item Starting OS/2 (and DOS) programs under Perl
5717
5718 =back
5719
5720 =over
5721
5722 =item Frequently asked questions
5723
5724 =over
5725
5726 =item I cannot run external programs
5727
5728 =item I cannot embed perl into my program, or use F<perl.dll> from my
5729 program. 
5730
5731 Is your program EMX-compiled with C<-Zmt -Zcrtdll>?, Did you use
5732 L<ExtUtils::Embed>?
5733
5734 =item C<``> and pipe-C<open> do not work under DOS.
5735
5736 =item Cannot start C<find.exe "pattern" file>
5737
5738 =back
5739
5740 =item INSTALLATION
5741
5742 =over
5743
5744 =item Automatic binary installation
5745
5746 C<PERL_BADLANG>, C<PERL_BADFREE>, F<Config.pm>
5747
5748 =item Manual binary installation
5749
5750 Perl VIO and PM executables (dynamically linked), Perl_ VIO executable
5751 (statically linked), Executables for Perl utilities, Main Perl library,
5752 Additional Perl modules, Tools to compile Perl modules, Manpages for Perl
5753 and utilities, Manpages for Perl modules, Source for Perl documentation,
5754 Perl manual in F<.INF> format, Pdksh
5755
5756 =item B<Warning>
5757
5758 =back
5759
5760 =item Accessing documentation
5761
5762 =over
5763
5764 =item OS/2 F<.INF> file
5765
5766 =item Plain text
5767
5768 =item Manpages
5769
5770 =item HTML
5771
5772 =item GNU C<info> files
5773
5774 =item F<.PDF> files
5775
5776 =item C<LaTeX> docs
5777
5778 =back
5779
5780 =item BUILD
5781
5782 =over
5783
5784 =item Prerequisites
5785
5786 =item Getting perl source
5787
5788 =item Application of the patches
5789
5790 =item Hand-editing
5791
5792 =item Making
5793
5794 =item Testing
5795
5796 A lot of C<bad free>, Process terminated by SIGTERM/SIGINT, F<op/fs.t>,
5797 F<lib/io_pipe.t>, F<lib/io_sock.t>, F<op/stat.t>, F<lib/io_udp.t>
5798
5799 =item Installing the built perl
5800
5801 =item C<a.out>-style build
5802
5803 =back
5804
5805 =item Build FAQ
5806
5807 =over
5808
5809 =item Some C</> became C<\> in pdksh.
5810
5811 =item C<'errno'> - unresolved external
5812
5813 =item Problems with tr or sed
5814
5815 =item Some problem (forget which ;-)
5816
5817 =item Library ... not found
5818
5819 =item Segfault in make
5820
5821 =item op/sprintf test failure
5822
5823 =back
5824
5825 =item Specific (mis)features of OS/2 port
5826
5827 =over
5828
5829 =item C<setpriority>, C<getpriority>
5830
5831 =item C<system()>
5832
5833 =item C<extproc> on the first line
5834
5835 =item Additional modules:
5836
5837 =item Prebuilt methods:
5838
5839 C<File::Copy::syscopy>, C<DynaLoader::mod2fname>,  C<Cwd::current_drive()>,
5840  C<Cwd::sys_chdir(name)>,  C<Cwd::change_drive(name)>, 
5841 C<Cwd::sys_is_absolute(name)>,  C<Cwd::sys_is_rooted(name)>, 
5842 C<Cwd::sys_is_relative(name)>,  C<Cwd::sys_cwd(name)>, 
5843 C<Cwd::sys_abspath(name, dir)>,  C<Cwd::extLibpath([type])>, 
5844 C<Cwd::extLibpath_set( path [, type ] )>
5845
5846 =item Misfeatures
5847
5848 =item Modifications
5849
5850 C<popen>, C<tmpnam>, C<tmpfile>, C<ctermid>, C<stat>, C<flock>
5851
5852 =back
5853
5854 =item Perl flavors
5855
5856 =over
5857
5858 =item F<perl.exe>
5859
5860 =item F<perl_.exe>
5861
5862 =item F<perl__.exe>
5863
5864 =item F<perl___.exe>
5865
5866 =item Why strange names?
5867
5868 =item Why dynamic linking?
5869
5870 =item Why chimera build?
5871
5872 explicit fork(), open FH, "|-", open FH, "-|"
5873
5874 =back
5875
5876 =item ENVIRONMENT
5877
5878 =over
5879
5880 =item C<PERLLIB_PREFIX>
5881
5882 =item C<PERL_BADLANG>
5883
5884 =item C<PERL_BADFREE>
5885
5886 =item C<PERL_SH_DIR>
5887
5888 =item C<USE_PERL_FLOCK>
5889
5890 =item C<TMP> or C<TEMP>
5891
5892 =back
5893
5894 =item Evolution
5895
5896 =over
5897
5898 =item Priorities
5899
5900 =item DLL name mangling
5901
5902 =item Threading
5903
5904 =item Calls to external programs
5905
5906 =item Memory allocation
5907
5908 =item Threads
5909
5910 C<COND_WAIT>, F<os2.c>
5911
5912 =back
5913
5914 =back
5915
5916 =over
5917
5918 =item AUTHOR
5919
5920 =item SEE ALSO
5921
5922 =back
5923
5924 =head2 perlos390, README.os390 - building and installing Perl for OS/390.
5925
5926 =over
5927
5928 =item SYNOPSIS
5929
5930 =item DESCRIPTION
5931
5932 =over
5933
5934 =item Unpacking
5935
5936 =item Setup and utilities
5937
5938 =item Configure
5939
5940 =item Build, test, install
5941
5942 =item Usage Hints
5943
5944 =item Extensions
5945
5946 =back
5947
5948 =item AUTHORS
5949
5950 =item SEE ALSO
5951
5952 =over
5953
5954 =item Mailing list
5955
5956 =back
5957
5958 =item HISTORY
5959
5960 =back
5961
5962 =head2 perlposix-bc, README.posix-bc - building and installing Perl for
5963 BS2000 POSIX.
5964
5965 =over
5966
5967 =item SYNOPSIS
5968
5969 =item DESCRIPTION
5970
5971 =over
5972
5973 =item gzip
5974
5975 =item bison
5976
5977 =item Unpacking
5978
5979 =item Compiling
5980
5981 =item Testing
5982
5983 =item Install
5984
5985 =item Using Perl
5986
5987 =back
5988
5989 =item AUTHORS
5990
5991 =item SEE ALSO
5992
5993 =over
5994
5995 =item Mailing list
5996
5997 =back
5998
5999 =item HISTORY
6000
6001 =back
6002
6003 =head2 perlvms - VMS-specific documentation for Perl
6004
6005 =over
6006
6007 =item DESCRIPTION
6008
6009 =item Installation
6010
6011 =item Organization of Perl Images
6012
6013 =over
6014
6015 =item Core Images
6016
6017 =item Perl Extensions
6018
6019 =item Installing static extensions
6020
6021 =item Installing dynamic extensions
6022
6023 =back
6024
6025 =item File specifications
6026
6027 =over
6028
6029 =item Syntax
6030
6031 =item Wildcard expansion
6032
6033 =item Pipes
6034
6035 =back
6036
6037 =item PERL5LIB and PERLLIB
6038
6039 =item Command line
6040
6041 =over
6042
6043 =item I/O redirection and backgrounding
6044
6045 =item Command line switches
6046
6047 -i, -S, -u
6048
6049 =back
6050
6051 =item Perl functions
6052
6053 File tests, backticks, binmode FILEHANDLE, crypt PLAINTEXT, USER, dump,
6054 exec LIST, fork, getpwent, getpwnam, getpwuid, gmtime, kill, qx//, select
6055 (system call), stat EXPR, system LIST, time, times, unlink LIST, utime
6056 LIST, waitpid PID,FLAGS
6057
6058 =item Perl variables
6059
6060 %ENV, CRTL_ENV, CLISYM_[LOCAL], Any other string, $!, $^E, $?, $^S, $|
6061
6062 =item Standard modules with VMS-specific differences
6063
6064 =over
6065
6066 =item SDBM_File
6067
6068 =back
6069
6070 =item Revision date
6071
6072 =item AUTHOR
6073
6074 =back
6075
6076 =head2 perlwin32 - Perl under Win32
6077
6078 =over
6079
6080 =item SYNOPSIS
6081
6082 =item DESCRIPTION
6083
6084 =over
6085
6086 =item Setting Up
6087
6088 Make, Command Shell, Borland C++, Microsoft Visual C++, Mingw32 with GCC
6089
6090 =item Building
6091
6092 =item Testing
6093
6094 =item Installation
6095
6096 =item Usage Hints
6097
6098 Environment Variables, File Globbing, Using perl from the command line,
6099 Building Extensions, Command-line Wildcard Expansion, Win32 Specific
6100 Extensions, Running Perl Scripts, Miscellaneous Things
6101
6102 =back
6103
6104 =item BUGS AND CAVEATS
6105
6106 =item AUTHORS
6107
6108 =item SEE ALSO
6109
6110 =item HISTORY
6111
6112 =back
6113
6114 =head1 PRAGMA DOCUMENTATION
6115
6116 =head2 attrs - set/get attributes of a subroutine (deprecated)
6117
6118 =over
6119
6120 =item SYNOPSIS
6121
6122 =item DESCRIPTION
6123
6124 method, locked
6125
6126 =back
6127
6128 =head2 re - Perl pragma to alter regular expression behaviour
6129
6130 =over
6131
6132 =item SYNOPSIS
6133
6134 =item DESCRIPTION
6135
6136 =back
6137
6138 =head2 attributes - get/set subroutine or variable attributes
6139
6140 =over
6141
6142 =item SYNOPSIS
6143
6144 =item DESCRIPTION
6145
6146 =over
6147
6148 =item Built-in Attributes
6149
6150 locked, method, lvalue
6151
6152 =item Available Subroutines
6153
6154 get, reftype
6155
6156 =item Package-specific Attribute Handling
6157
6158 FETCH_I<type>_ATTRIBUTES, MODIFY_I<type>_ATTRIBUTES
6159
6160 =item Syntax of Attribute Lists
6161
6162 =back
6163
6164 =item EXPORTS
6165
6166 =over
6167
6168 =item Default exports
6169
6170 =item Available exports
6171
6172 =item Export tags defined
6173
6174 =back
6175
6176 =item EXAMPLES
6177
6178 =item SEE ALSO
6179
6180 =back
6181
6182 =head2 attrs - set/get attributes of a subroutine (deprecated)
6183
6184 =over
6185
6186 =item SYNOPSIS
6187
6188 =item DESCRIPTION
6189
6190 method, locked
6191
6192 =back
6193
6194 =head2 autouse - postpone load of modules until a function is used
6195
6196 =over
6197
6198 =item SYNOPSIS
6199
6200 =item DESCRIPTION
6201
6202 =item WARNING
6203
6204 =item AUTHOR
6205
6206 =item SEE ALSO
6207
6208 =back
6209
6210 =head2 base - Establish IS-A relationship with base class at compile time
6211
6212 =over
6213
6214 =item SYNOPSIS
6215
6216 =item DESCRIPTION
6217
6218 =item HISTORY
6219
6220 =item SEE ALSO
6221
6222 =back
6223
6224 =head2 blib - Use MakeMaker's uninstalled version of a package
6225
6226 =over
6227
6228 =item SYNOPSIS
6229
6230 =item DESCRIPTION
6231
6232 =item BUGS
6233
6234 =item AUTHOR
6235
6236 =back
6237
6238 =head2 bytes - Perl pragma to force byte semantics rather than character
6239 semantics
6240
6241 =over
6242
6243 =item SYNOPSIS
6244
6245 =item DESCRIPTION
6246
6247 =item SEE ALSO
6248
6249 =back
6250
6251 =head2 charnames - define character names for C<\N{named}> string literal
6252 escape.
6253
6254 =over
6255
6256 =item SYNOPSIS
6257
6258 =item DESCRIPTION
6259
6260 =item CUSTOM TRANSLATORS
6261
6262 =item BUGS
6263
6264 =back
6265
6266 =head2 constant - Perl pragma to declare constants
6267
6268 =over
6269
6270 =item SYNOPSIS
6271
6272 =item DESCRIPTION
6273
6274 =item NOTES
6275
6276 =item TECHNICAL NOTE
6277
6278 =item BUGS
6279
6280 =item AUTHOR
6281
6282 =item COPYRIGHT
6283
6284 =back
6285
6286 =head2 diagnostics - Perl compiler pragma to force verbose warning
6287 diagnostics
6288
6289 =over
6290
6291 =item SYNOPSIS
6292
6293 =item DESCRIPTION
6294
6295 =over
6296
6297 =item The C<diagnostics> Pragma
6298
6299 =item The I<splain> Program
6300
6301 =back
6302
6303 =item EXAMPLES
6304
6305 =item INTERNALS
6306
6307 =item BUGS
6308
6309 =item AUTHOR
6310
6311 =back
6312
6313 =head2 fields - compile-time class fields
6314
6315 =over
6316
6317 =item SYNOPSIS
6318
6319 =item DESCRIPTION
6320
6321 new, phash
6322
6323 =item SEE ALSO
6324
6325 =back
6326
6327 =head2 filetest - Perl pragma to control the filetest permission operators
6328
6329 =over
6330
6331 =item SYNOPSIS
6332
6333 =item DESCRIPTION
6334
6335 =over
6336
6337 =item subpragma access
6338
6339 =back
6340
6341 =back
6342
6343 =head2 integer - Perl pragma to compute arithmetic in integer instead of
6344 double
6345
6346 =over
6347
6348 =item SYNOPSIS
6349
6350 =item DESCRIPTION
6351
6352 =back
6353
6354 =head2 less - perl pragma to request less of something from the compiler
6355
6356 =over
6357
6358 =item SYNOPSIS
6359
6360 =item DESCRIPTION
6361
6362 =back
6363
6364 =head2 lib - manipulate @INC at compile time
6365
6366 =over
6367
6368 =item SYNOPSIS
6369
6370 =item DESCRIPTION
6371
6372 =over
6373
6374 =item Adding directories to @INC
6375
6376 =item Deleting directories from @INC
6377
6378 =item Restoring original @INC
6379
6380 =back
6381
6382 =item SEE ALSO
6383
6384 =item AUTHOR
6385
6386 =back
6387
6388 =head2 locale - Perl pragma to use and avoid POSIX locales for built-in
6389 operations
6390
6391 =over
6392
6393 =item SYNOPSIS
6394
6395 =item DESCRIPTION
6396
6397 =back
6398
6399 =head2 open - perl pragma to set default disciplines for input and output
6400
6401 =over
6402
6403 =item SYNOPSIS
6404
6405 =item DESCRIPTION
6406
6407 =item UNIMPLEMENTED FUNCTIONALITY
6408
6409 =item SEE ALSO
6410
6411 =back
6412
6413 =head2 ops - Perl pragma to restrict unsafe operations when compiling
6414
6415 =over
6416
6417 =item SYNOPSIS  
6418
6419 =item DESCRIPTION
6420
6421 =item SEE ALSO
6422
6423 =back
6424
6425 =head2 overload - Package for overloading perl operations
6426
6427 =over
6428
6429 =item SYNOPSIS
6430
6431 =item DESCRIPTION
6432
6433 =over
6434
6435 =item Declaration of overloaded functions
6436
6437 =item Calling Conventions for Binary Operations
6438
6439 FALSE, TRUE, C<undef>
6440
6441 =item Calling Conventions for Unary Operations
6442
6443 =item Calling Conventions for Mutators
6444
6445 C<++> and C<-->, C<x=> and other assignment versions
6446
6447 =item Overloadable Operations
6448
6449 I<Arithmetic operations>, I<Comparison operations>, I<Bit operations>,
6450 I<Increment and decrement>, I<Transcendental functions>, I<Boolean, string
6451 and numeric conversion>, I<Iteration>, I<Dereferencing>, I<Special>
6452
6453 =item Inheritance and overloading
6454
6455 Strings as values of C<use overload> directive, Overloading of an operation
6456 is inherited by derived classes
6457
6458 =back
6459
6460 =item SPECIAL SYMBOLS FOR C<use overload>
6461
6462 =over
6463
6464 =item Last Resort
6465
6466 =item Fallback 
6467
6468 C<undef>, TRUE, defined, but FALSE
6469
6470 =item Copy Constructor
6471
6472 B<Example>
6473
6474 =back
6475
6476 =item MAGIC AUTOGENERATION
6477
6478 I<Assignment forms of arithmetic operations>, I<Conversion operations>,
6479 I<Increment and decrement>, C<abs($a)>, I<Unary minus>, I<Negation>,
6480 I<Concatenation>, I<Comparison operations>, I<Iterator>, I<Dereferencing>,
6481 I<Copy operator>
6482
6483 =item Losing overloading
6484
6485 =item Run-time Overloading
6486
6487 =item Public functions
6488
6489 overload::StrVal(arg), overload::Overloaded(arg), overload::Method(obj,op)
6490
6491 =item Overloading constants
6492
6493 integer, float, binary, q, qr
6494
6495 =item IMPLEMENTATION
6496
6497 =item Metaphor clash
6498
6499 =item Cookbook
6500
6501 =over
6502
6503 =item Two-face scalars
6504
6505 =item Two-face references
6506
6507 =item Symbolic calculator
6508
6509 =item I<Really> symbolic calculator
6510
6511 =back
6512
6513 =item AUTHOR
6514
6515 =item DIAGNOSTICS
6516
6517 =item BUGS
6518
6519 =back
6520
6521 =head2 re - Perl pragma to alter regular expression behaviour
6522
6523 =over
6524
6525 =item SYNOPSIS
6526
6527 =item DESCRIPTION
6528
6529 =back
6530
6531 =head2 sigtrap - Perl pragma to enable simple signal handling
6532
6533 =over
6534
6535 =item SYNOPSIS
6536
6537 =item DESCRIPTION
6538
6539 =item OPTIONS
6540
6541 =over
6542
6543 =item SIGNAL HANDLERS
6544
6545 B<stack-trace>, B<die>, B<handler> I<your-handler>
6546
6547 =item SIGNAL LISTS
6548
6549 B<normal-signals>, B<error-signals>, B<old-interface-signals>
6550
6551 =item OTHER
6552
6553 B<untrapped>, B<any>, I<signal>, I<number>
6554
6555 =back
6556
6557 =item EXAMPLES
6558
6559 =back
6560
6561 =head2 strict - Perl pragma to restrict unsafe constructs
6562
6563 =over
6564
6565 =item SYNOPSIS
6566
6567 =item DESCRIPTION
6568
6569 C<strict refs>, C<strict vars>, C<strict subs>
6570
6571 =back
6572
6573 =head2 subs - Perl pragma to predeclare sub names
6574
6575 =over
6576
6577 =item SYNOPSIS
6578
6579 =item DESCRIPTION
6580
6581 =back
6582
6583 =head2 utf8 - Perl pragma to enable/disable UTF-8 in source code
6584
6585 =over
6586
6587 =item SYNOPSIS
6588
6589 =item DESCRIPTION
6590
6591 =item SEE ALSO
6592
6593 =back
6594
6595 =head2 vars - Perl pragma to predeclare global variable names (obsolete)
6596
6597 =over
6598
6599 =item SYNOPSIS
6600
6601 =item DESCRIPTION
6602
6603 =back
6604
6605 =head2 warnings - Perl pragma to control optional warnings
6606
6607 =over
6608
6609 =item SYNOPSIS
6610
6611 =item DESCRIPTION
6612
6613 use warnings::register, warnings::enabled(), warnings::enabled($category),
6614 warnings::enabled($object), warnings::warn($message),
6615 warnings::warn($category, $message), warnings::warn($object, $message),
6616 warnings::warnif($message), warnings::warnif($category, $message),
6617 warnings::warnif($object, $message)
6618
6619 =back
6620
6621 =head2 warnings::register - warnings import function
6622
6623 =head1 MODULE DOCUMENTATION
6624
6625 =head2 AnyDBM_File - provide framework for multiple DBMs
6626
6627 =over
6628
6629 =item SYNOPSIS
6630
6631 =item DESCRIPTION
6632
6633 =over
6634
6635 =item DBM Comparisons
6636
6637 [0], [1], [2], [3]
6638
6639 =back
6640
6641 =item SEE ALSO
6642
6643 =back
6644
6645 =head2 AutoLoader - load subroutines only on demand
6646
6647 =over
6648
6649 =item SYNOPSIS
6650
6651 =item DESCRIPTION
6652
6653 =over
6654
6655 =item Subroutine Stubs
6656
6657 =item Using B<AutoLoader>'s AUTOLOAD Subroutine
6658
6659 =item Overriding B<AutoLoader>'s AUTOLOAD Subroutine
6660
6661 =item Package Lexicals
6662
6663 =item Not Using AutoLoader
6664
6665 =item B<AutoLoader> vs. B<SelfLoader>
6666
6667 =back
6668
6669 =item CAVEATS
6670
6671 =item SEE ALSO
6672
6673 =back
6674
6675 =head2 AutoSplit - split a package for autoloading
6676
6677 =over
6678
6679 =item SYNOPSIS
6680
6681 =item DESCRIPTION
6682
6683 $keep, $check, $modtime
6684
6685 =over
6686
6687 =item Multiple packages
6688
6689 =back
6690
6691 =item DIAGNOSTICS
6692
6693 =back
6694
6695 =head2 B - The Perl Compiler
6696
6697 =over
6698
6699 =item SYNOPSIS
6700
6701 =item DESCRIPTION
6702
6703 =item OVERVIEW OF CLASSES
6704
6705 =over
6706
6707 =item SV-RELATED CLASSES
6708
6709 =item B::SV METHODS
6710
6711 REFCNT, FLAGS
6712
6713 =item B::IV METHODS
6714
6715 IV, IVX, needs64bits, packiv
6716
6717 =item B::NV METHODS
6718
6719 NV, NVX
6720
6721 =item B::RV METHODS
6722
6723 RV
6724
6725 =item B::PV METHODS
6726
6727 PV
6728
6729 =item B::PVMG METHODS
6730
6731 MAGIC, SvSTASH
6732
6733 =item B::MAGIC METHODS
6734
6735 MOREMAGIC, PRIVATE, TYPE, FLAGS, OBJ, PTR
6736
6737 =item B::PVLV METHODS
6738
6739 TARGOFF, TARGLEN, TYPE, TARG
6740
6741 =item B::BM METHODS
6742
6743 USEFUL, PREVIOUS, RARE, TABLE
6744
6745 =item B::GV METHODS
6746
6747 is_empty, NAME, STASH, SV, IO, FORM, AV, HV, EGV, CV, CVGEN, LINE, FILE,
6748 FILEGV, GvREFCNT, FLAGS
6749
6750 =item B::IO METHODS
6751
6752 LINES, PAGE, PAGE_LEN, LINES_LEFT, TOP_NAME, TOP_GV, FMT_NAME, FMT_GV,
6753 BOTTOM_NAME, BOTTOM_GV, SUBPROCESS, IoTYPE, IoFLAGS
6754
6755 =item B::AV METHODS
6756
6757 FILL, MAX, OFF, ARRAY, AvFLAGS
6758
6759 =item B::CV METHODS
6760
6761 STASH, START, ROOT, GV, FILE, DEPTH, PADLIST, OUTSIDE, XSUB, XSUBANY,
6762 CvFLAGS
6763
6764 =item B::HV METHODS
6765
6766 FILL, MAX, KEYS, RITER, NAME, PMROOT, ARRAY
6767
6768 =item OP-RELATED CLASSES
6769
6770 =item B::OP METHODS
6771
6772 next, sibling, name, ppaddr, desc, targ, type, seq, flags, private
6773
6774 =item B::UNOP METHOD
6775
6776 first
6777
6778 =item B::BINOP METHOD
6779
6780 last
6781
6782 =item B::LOGOP METHOD
6783
6784 other
6785
6786 =item B::LISTOP METHOD
6787
6788 children
6789
6790 =item B::PMOP METHODS
6791
6792 pmreplroot, pmreplstart, pmnext, pmregexp, pmflags, pmpermflags, precomp
6793
6794 =item B::SVOP METHOD
6795
6796 sv, gv
6797
6798 =item B::PADOP METHOD
6799
6800 padix
6801
6802 =item B::PVOP METHOD
6803
6804 pv
6805
6806 =item B::LOOP METHODS
6807
6808 redoop, nextop, lastop
6809
6810 =item B::COP METHODS
6811
6812 label, stash, file, cop_seq, arybase, line
6813
6814 =back
6815
6816 =item FUNCTIONS EXPORTED BY C<B>
6817
6818 main_cv, init_av, main_root, main_start, comppadlist, sv_undef, sv_yes,
6819 sv_no, amagic_generation, walkoptree(OP, METHOD), walkoptree_debug(DEBUG),
6820 walksymtable(SYMREF, METHOD, RECURSE), svref_2object(SV), ppname(OPNUM),
6821 hash(STR), cast_I32(I), minus_c, cstring(STR), class(OBJ), threadsv_names
6822
6823 =item AUTHOR
6824
6825 =back
6826
6827 =head2 B::Asmdata - Autogenerated data about Perl ops, used to generate
6828 bytecode
6829
6830 =over
6831
6832 =item SYNOPSIS
6833
6834 =item DESCRIPTION
6835
6836 =item AUTHOR
6837
6838 =back
6839
6840 =head2 B::Assembler - Assemble Perl bytecode
6841
6842 =over
6843
6844 =item SYNOPSIS
6845
6846 =item DESCRIPTION
6847
6848 =item AUTHORS
6849
6850 =back
6851
6852 =head2 B::Bblock - Walk basic blocks
6853
6854 =over
6855
6856 =item SYNOPSIS
6857
6858 =item DESCRIPTION
6859
6860 =item AUTHOR
6861
6862 =back
6863
6864 =head2 B::Bytecode - Perl compiler's bytecode backend
6865
6866 =over
6867
6868 =item SYNOPSIS
6869
6870 =item DESCRIPTION
6871
6872 =item OPTIONS
6873
6874 B<-ofilename>, B<-afilename>, B<-->, B<-f>, B<-fcompress-nullops>,
6875 B<-fomit-sequence-numbers>, B<-fbypass-nullops>, B<-On>, B<-D>, B<-Do>,
6876 B<-Db>, B<-Da>, B<-DC>, B<-S>, B<-Ppackage>    Stores package in the
6877 output.    =back
6878
6879 =item EXAMPLES
6880
6881 =item BUGS
6882
6883 =item AUTHORS
6884
6885 =back
6886
6887 =head2 B::C - Perl compiler's C backend
6888
6889 =over
6890
6891 =item SYNOPSIS
6892
6893 =item DESCRIPTION
6894
6895 =item OPTIONS
6896
6897 B<-ofilename>, B<-v>, B<-->, B<-uPackname>, B<-D>, B<-Do>, B<-Dc>, B<-DA>,
6898 B<-DC>, B<-DM>, B<-f>, B<-fcog>, B<-fno-cog>, B<-On>, B<-llimit>
6899
6900 =item EXAMPLES
6901
6902 =item BUGS
6903
6904 =item AUTHOR
6905
6906 =back
6907
6908 =head2 B::CC - Perl compiler's optimized C translation backend
6909
6910 =over
6911
6912 =item SYNOPSIS
6913
6914 =item DESCRIPTION
6915
6916 =item OPTIONS
6917
6918 B<-ofilename>, B<-v>, B<-->, B<-uPackname>, B<-mModulename>, B<-D>, B<-Dr>,
6919 B<-DO>, B<-Ds>, B<-Dp>, B<-Dq>, B<-Dl>, B<-Dt>, B<-f>,
6920 B<-ffreetmps-each-bblock>, B<-ffreetmps-each-loop>, B<-fomit-taint>, B<-On>
6921
6922 =item EXAMPLES
6923
6924 =item BUGS
6925
6926 =item DIFFERENCES
6927
6928 =over
6929
6930 =item Loops
6931
6932 =item Context of ".."
6933
6934 =item Arithmetic
6935
6936 =item Deprecated features
6937
6938 =back
6939
6940 =item AUTHOR
6941
6942 =back
6943
6944 =head2 B::Debug - Walk Perl syntax tree, printing debug info about ops
6945
6946 =over
6947
6948 =item SYNOPSIS
6949
6950 =item DESCRIPTION
6951
6952 =item AUTHOR
6953
6954 =back
6955
6956 =head2 B::Deparse - Perl compiler backend to produce perl code
6957
6958 =over
6959
6960 =item SYNOPSIS
6961
6962 =item DESCRIPTION
6963
6964 =item OPTIONS
6965
6966 B<-l>, B<-p>, B<-q>, B<-u>I<PACKAGE>, B<-s>I<LETTERS>, B<C>, B<i>I<NUMBER>,
6967 B<T>, B<v>I<STRING>B<.>
6968
6969 =item USING B::Deparse AS A MODULE
6970
6971 =over
6972
6973 =item Synopsis
6974
6975 =item Description
6976
6977 =item new
6978
6979 =item coderef2text
6980
6981 =back
6982
6983 =item BUGS
6984
6985 =item AUTHOR
6986
6987 =back
6988
6989 =head2 B::Disassembler - Disassemble Perl bytecode
6990
6991 =over
6992
6993 =item SYNOPSIS
6994
6995 =item DESCRIPTION
6996
6997 =item AUTHOR
6998
6999 =back
7000
7001 =head2 B::Lint - Perl lint
7002
7003 =over
7004
7005 =item SYNOPSIS
7006
7007 =item DESCRIPTION
7008
7009 =item OPTIONS AND LINT CHECKS
7010
7011 B<context>, B<implicit-read> and B<implicit-write>, B<dollar-underscore>,
7012 B<private-names>, B<undefined-subs>, B<regexp-variables>, B<all>, B<none>
7013
7014 =item NON LINT-CHECK OPTIONS
7015
7016 B<-u Package>
7017
7018 =item BUGS
7019
7020 =item AUTHOR
7021
7022 =back
7023
7024 =head2 B::O, O - Generic interface to Perl Compiler backends
7025
7026 =over
7027
7028 =item SYNOPSIS
7029
7030 =item DESCRIPTION
7031
7032 =item CONVENTIONS
7033
7034 =item IMPLEMENTATION
7035
7036 =item AUTHOR
7037
7038 =back
7039
7040 =head2 B::Showlex - Show lexical variables used in functions or files
7041
7042 =over
7043
7044 =item SYNOPSIS
7045
7046 =item DESCRIPTION
7047
7048 =item AUTHOR
7049
7050 =back
7051
7052 =head2 B::Stackobj - Helper module for CC backend
7053
7054 =over
7055
7056 =item SYNOPSIS
7057
7058 =item DESCRIPTION
7059
7060 =item AUTHOR
7061
7062 =back
7063
7064 =head2 B::Stash - show what stashes are loaded
7065
7066 =head2 B::Terse - Walk Perl syntax tree, printing terse info about ops
7067
7068 =over
7069
7070 =item SYNOPSIS
7071
7072 =item DESCRIPTION
7073
7074 =item AUTHOR
7075
7076 =back
7077
7078 =head2 B::Xref - Generates cross reference reports for Perl programs
7079
7080 =over
7081
7082 =item SYNOPSIS
7083
7084 =item DESCRIPTION
7085
7086 =item OPTIONS
7087
7088 C<-oFILENAME>, C<-r>, C<-D[tO]>
7089
7090 =item BUGS
7091
7092 =item AUTHOR
7093
7094 =back
7095
7096 =head2 Bblock, B::Bblock - Walk basic blocks
7097
7098 =over
7099
7100 =item SYNOPSIS
7101
7102 =item DESCRIPTION
7103
7104 =item AUTHOR
7105
7106 =back
7107
7108 =head2 Benchmark - benchmark running times of Perl code
7109
7110 =over
7111
7112 =item SYNOPSIS
7113
7114 =item DESCRIPTION
7115
7116 =over
7117
7118 =item Methods
7119
7120 new, debug, iters
7121
7122 =item Standard Exports
7123
7124 timeit(COUNT, CODE), timethis ( COUNT, CODE, [ TITLE, [ STYLE ]] ),
7125 timethese ( COUNT, CODEHASHREF, [ STYLE ] ), timediff ( T1, T2 ), timestr (
7126 TIMEDIFF, [ STYLE, [ FORMAT ] ] )
7127
7128 =item Optional Exports
7129
7130 clearcache ( COUNT ), clearallcache ( ), cmpthese ( COUT, CODEHASHREF, [
7131 STYLE ] ), cmpthese ( RESULTSHASHREF ), countit(TIME, CODE), disablecache (
7132 ), enablecache ( ), timesum ( T1, T2 )
7133
7134 =back
7135
7136 =item NOTES
7137
7138 =item EXAMPLES
7139
7140 =item INHERITANCE
7141
7142 =item CAVEATS
7143
7144 =item SEE ALSO
7145
7146 =item AUTHORS
7147
7148 =item MODIFICATION HISTORY
7149
7150 =back
7151
7152 =head2 ByteLoader - load byte compiled perl code
7153
7154 =over
7155
7156 =item SYNOPSIS
7157
7158 =item DESCRIPTION
7159
7160 =item AUTHOR
7161
7162 =item SEE ALSO
7163
7164 =back
7165
7166 =head2 Bytecode, B::Bytecode - Perl compiler's bytecode backend
7167
7168 =over
7169
7170 =item SYNOPSIS
7171
7172 =item DESCRIPTION
7173
7174 =item OPTIONS
7175
7176 B<-ofilename>, B<-afilename>, B<-->, B<-f>, B<-fcompress-nullops>,
7177 B<-fomit-sequence-numbers>, B<-fbypass-nullops>, B<-On>, B<-D>, B<-Do>,
7178 B<-Db>, B<-Da>, B<-DC>, B<-S>, B<-Ppackage>    Stores package in the
7179 output.    =back
7180
7181 =item EXAMPLES
7182
7183 =item BUGS
7184
7185 =item AUTHORS
7186
7187 =back
7188
7189 =head2 CGI - Simple Common Gateway Interface Class
7190
7191 =over
7192
7193 =item SYNOPSIS
7194
7195 =item ABSTRACT
7196
7197 =item DESCRIPTION
7198
7199 =over
7200
7201 =item PROGRAMMING STYLE
7202
7203 =item CALLING CGI.PM ROUTINES
7204
7205 1. Use another name for the argument, if one is available.  For example,
7206 -value is an alias for -values, 2. Change the capitalization, e.g. -Values,
7207 3. Put quotes around the argument name, e.g. '-values'
7208
7209 =item CREATING A NEW QUERY OBJECT (OBJECT-ORIENTED STYLE):
7210
7211 =item CREATING A NEW QUERY OBJECT FROM AN INPUT FILE
7212
7213 =item FETCHING A LIST OF KEYWORDS FROM THE QUERY:
7214
7215 =item FETCHING THE NAMES OF ALL THE PARAMETERS PASSED TO YOUR SCRIPT:
7216
7217 =item FETCHING THE VALUE OR VALUES OF A SINGLE NAMED PARAMETER:
7218
7219 =item SETTING THE VALUE(S) OF A NAMED PARAMETER:
7220
7221 =item APPENDING ADDITIONAL VALUES TO A NAMED PARAMETER:
7222
7223 =item IMPORTING ALL PARAMETERS INTO A NAMESPACE:
7224
7225 =item DELETING A PARAMETER COMPLETELY:
7226
7227 =item DELETING ALL PARAMETERS:
7228
7229 =item DIRECT ACCESS TO THE PARAMETER LIST:
7230
7231 =item FETCHING THE PARAMETER LIST AS A HASH:
7232
7233 =item SAVING THE STATE OF THE SCRIPT TO A FILE:
7234
7235 =item RETRIEVING CGI ERRORS
7236
7237 =item USING THE FUNCTION-ORIENTED INTERFACE
7238
7239 B<:cgi>, B<:form>, B<:html2>, B<:html3>, B<:netscape>, B<:html>,
7240 B<:standard>, B<:all>
7241
7242 =item PRAGMAS
7243
7244 -any, -compile, -nosticky, -no_xhtml, -nph, -newstyle_urls, -oldstyle_urls,
7245 -autoload, -no_debug, -debug, -private_tempfiles
7246
7247 =item SPECIAL FORMS FOR IMPORTING HTML-TAG FUNCTIONS
7248
7249 1. start_table() (generates a <TABLE> tag), 2. end_table() (generates a
7250 </TABLE> tag), 3. start_ul() (generates a <UL> tag), 4. end_ul() (generates
7251 a </UL> tag)
7252
7253 =back
7254
7255 =item GENERATING DYNAMIC DOCUMENTS
7256
7257 =over
7258
7259 =item CREATING A STANDARD HTTP HEADER:
7260
7261 =item GENERATING A REDIRECTION HEADER
7262
7263 =item CREATING THE HTML DOCUMENT HEADER
7264
7265 B<Parameters:>, 4, 5, 6..
7266
7267 =item ENDING THE HTML DOCUMENT:
7268
7269 =item CREATING A SELF-REFERENCING URL THAT PRESERVES STATE INFORMATION:
7270
7271 =item OBTAINING THE SCRIPT'S URL
7272
7273 B<-absolute>, B<-relative>, B<-full>, B<-path> (B<-path_info>), B<-query>
7274 (B<-query_string>)
7275
7276 =item MIXING POST AND URL PARAMETERS
7277
7278 =back
7279
7280 =item CREATING STANDARD HTML ELEMENTS:
7281
7282 =over
7283
7284 =item PROVIDING ARGUMENTS TO HTML SHORTCUTS
7285
7286 =item THE DISTRIBUTIVE PROPERTY OF HTML SHORTCUTS
7287
7288 =item HTML SHORTCUTS AND LIST INTERPOLATION
7289
7290 =item NON-STANDARD HTML SHORTCUTS
7291
7292 =item AUTOESCAPING HTML
7293
7294 $escaped_string = escapeHTML("unescaped string");, $charset =
7295 charset([$charset]);, $flag = autoEscape([$flag]);
7296
7297 =item PRETTY-PRINTING HTML
7298
7299 =back
7300
7301 =item CREATING FILL-OUT FORMS:
7302
7303 =over
7304
7305 =item CREATING AN ISINDEX TAG
7306
7307 =item STARTING AND ENDING A FORM
7308
7309 B<application/x-www-form-urlencoded>, B<multipart/form-data>
7310
7311 =item CREATING A TEXT FIELD
7312
7313 B<Parameters>
7314
7315 =item CREATING A BIG TEXT FIELD
7316
7317 =item CREATING A PASSWORD FIELD
7318
7319 =item CREATING A FILE UPLOAD FIELD
7320
7321 B<Parameters>
7322
7323 =item CREATING A POPUP MENU
7324
7325 =item CREATING A SCROLLING LIST
7326
7327 B<Parameters:>
7328
7329 =item CREATING A GROUP OF RELATED CHECKBOXES
7330
7331 B<Parameters:>
7332
7333 =item CREATING A STANDALONE CHECKBOX
7334
7335 B<Parameters:>
7336
7337 =item CREATING A RADIO BUTTON GROUP
7338
7339 B<Parameters:>
7340
7341 =item CREATING A SUBMIT BUTTON 
7342
7343 B<Parameters:>
7344
7345 =item CREATING A RESET BUTTON
7346
7347 =item CREATING A DEFAULT BUTTON
7348
7349 =item CREATING A HIDDEN FIELD
7350
7351 B<Parameters:>
7352
7353 =item CREATING A CLICKABLE IMAGE BUTTON
7354
7355 B<Parameters:>, 3. The third option (-align, optional) is an alignment
7356 type, and may be TOP, BOTTOM or MIDDLE
7357
7358 =item CREATING A JAVASCRIPT ACTION BUTTON
7359
7360 =back
7361
7362 =item HTTP COOKIES
7363
7364 1. an expiration time, 2. a domain, 3. a path, 4. a "secure" flag,
7365 B<-name>, B<-value>, B<-path>, B<-domain>, B<-expires>, B<-secure>
7366
7367 =item WORKING WITH FRAMES
7368
7369 1. Create a <Frameset> document, 2. Specify the destination for the
7370 document in the HTTP header, 3. Specify the destination for the document in
7371 the <FORM> tag
7372
7373 =item LIMITED SUPPORT FOR CASCADING STYLE SHEETS
7374
7375 =item DEBUGGING
7376
7377 =over
7378
7379 =item DUMPING OUT ALL THE NAME/VALUE PAIRS
7380
7381 =back
7382
7383 =item FETCHING ENVIRONMENT VARIABLES
7384
7385 B<Accept()>, B<raw_cookie()>, B<user_agent()>, B<path_info()>,
7386 B<path_translated()>, B<remote_host()>, B<script_name()> Return the script
7387 name as a partial URL, for self-refering scripts, B<referer()>, B<auth_type
7388 ()>, B<server_name ()>, B<virtual_host ()>, B<server_software ()>,
7389 B<remote_user ()>, B<user_name ()>, B<request_method()>, B<content_type()>,
7390 B<http()>, B<https()>
7391
7392 =item USING NPH SCRIPTS
7393
7394 In the B<use> statement, By calling the B<nph()> method:, By using B<-nph>
7395 parameters in the B<header()> and B<redirect()>  statements:
7396
7397 =item Server Push
7398
7399 multipart_init(), multipart_start(), multipart_end()
7400
7401 =item Avoiding Denial of Service Attacks
7402
7403 B<$CGI::POST_MAX>, B<$CGI::DISABLE_UPLOADS>, B<1. On a script-by-script
7404 basis>, B<2. Globally for all scripts>
7405
7406 =item COMPATIBILITY WITH CGI-LIB.PL
7407
7408 =item AUTHOR INFORMATION
7409
7410 =item CREDITS
7411
7412 Matt Heffron (heffron@falstaff.css.beckman.com), James Taylor
7413 (james.taylor@srs.gov), Scott Anguish <sanguish@digifix.com>, Mike Jewell
7414 (mlj3u@virginia.edu), Timothy Shimmin (tes@kbs.citri.edu.au), Joergen Haegg
7415 (jh@axis.se), Laurent Delfosse (delfosse@delfosse.com), Richard Resnick
7416 (applepi1@aol.com), Craig Bishop (csb@barwonwater.vic.gov.au), Tony Curtis
7417 (tc@vcpc.univie.ac.at), Tim Bunce (Tim.Bunce@ig.co.uk), Tom Christiansen
7418 (tchrist@convex.com), Andreas Koenig (k@franz.ww.TU-Berlin.DE), Tim
7419 MacKenzie (Tim.MacKenzie@fulcrum.com.au), Kevin B. Hendricks
7420 (kbhend@dogwood.tyler.wm.edu), Stephen Dahmen (joyfire@inxpress.net), Ed
7421 Jordan (ed@fidalgo.net), David Alan Pisoni (david@cnation.com), Doug
7422 MacEachern (dougm@opengroup.org), Robin Houston (robin@oneworld.org),
7423 ...and many many more..
7424
7425 =item A COMPLETE EXAMPLE OF A SIMPLE FORM-BASED SCRIPT
7426
7427 =item BUGS
7428
7429 =item SEE ALSO
7430
7431 =back
7432
7433 =head2 CGI::Apache - Backward compatibility module for CGI.pm
7434
7435 =over
7436
7437 =item SYNOPSIS
7438
7439 =item ABSTRACT
7440
7441 =item DESCRIPTION
7442
7443 =item AUTHOR INFORMATION
7444
7445 =item BUGS
7446
7447 =item SEE ALSO
7448
7449 =back
7450
7451 =head2 CGI::Carp, B<CGI::Carp> - CGI routines for writing to the HTTPD (or
7452 other) error log
7453
7454 =over
7455
7456 =item SYNOPSIS
7457
7458 =item DESCRIPTION
7459
7460 =item REDIRECTING ERROR MESSAGES
7461
7462 =item MAKING PERL ERRORS APPEAR IN THE BROWSER WINDOW
7463
7464 =over
7465
7466 =item Changing the default message
7467
7468 =back
7469
7470 =item MAKING WARNINGS APPEAR AS HTML COMMENTS
7471
7472 =item CHANGE LOG
7473
7474 =item AUTHORS
7475
7476 =item SEE ALSO
7477
7478 =back
7479
7480 =head2 CGI::Cookie - Interface to Netscape Cookies
7481
7482 =over
7483
7484 =item SYNOPSIS
7485
7486 =item DESCRIPTION
7487
7488 =item USING CGI::Cookie
7489
7490 B<1. expiration date>, B<2. domain>, B<3. path>, B<4. secure flag>
7491
7492 =over
7493
7494 =item Creating New Cookies
7495
7496 =item Sending the Cookie to the Browser
7497
7498 =item Recovering Previous Cookies
7499
7500 =item Manipulating Cookies
7501
7502 B<name()>, B<value()>, B<domain()>, B<path()>, B<expires()>
7503
7504 =back
7505
7506 =item AUTHOR INFORMATION
7507
7508 =item BUGS
7509
7510 =item SEE ALSO
7511
7512 =back
7513
7514 =head2 CGI::Fast - CGI Interface for Fast CGI
7515
7516 =over
7517
7518 =item SYNOPSIS
7519
7520 =item DESCRIPTION
7521
7522 =item OTHER PIECES OF THE PUZZLE
7523
7524 =item WRITING FASTCGI PERL SCRIPTS
7525
7526 =item INSTALLING FASTCGI SCRIPTS
7527
7528 =item USING FASTCGI SCRIPTS AS CGI SCRIPTS
7529
7530 =item CAVEATS
7531
7532 =item AUTHOR INFORMATION
7533
7534 =item BUGS
7535
7536 =item SEE ALSO
7537
7538 =back
7539
7540 =head2 CGI::Pretty - module to produce nicely formatted HTML code
7541
7542 =over
7543
7544 =item SYNOPSIS
7545
7546 =item DESCRIPTION
7547
7548 =over
7549
7550 =item Tags that won't be formatted
7551
7552 =item Customizing the Indenting
7553
7554 =back
7555
7556 =item BUGS
7557
7558 =item AUTHOR
7559
7560 =item SEE ALSO
7561
7562 =back
7563
7564 =head2 CGI::Push - Simple Interface to Server Push
7565
7566 =over
7567
7568 =item SYNOPSIS
7569
7570 =item DESCRIPTION
7571
7572 =item USING CGI::Push
7573
7574 -next_page, -last_page, -type, -delay, -cookie, -target, -expires
7575
7576 =over
7577
7578 =item Heterogeneous Pages
7579
7580 =item Changing the Page Delay on the Fly
7581
7582 =back
7583
7584 =item INSTALLING CGI::Push SCRIPTS
7585
7586 =item AUTHOR INFORMATION
7587
7588 =item BUGS
7589
7590 =item SEE ALSO
7591
7592 =back
7593
7594 =head2 CGI::Switch - Backward compatibility module for defunct CGI::Switch
7595
7596 =over
7597
7598 =item SYNOPSIS
7599
7600 =item ABSTRACT
7601
7602 =item DESCRIPTION
7603
7604 =item AUTHOR INFORMATION
7605
7606 =item BUGS
7607
7608 =item SEE ALSO
7609
7610 =back
7611
7612 =head2 CPAN - query, download and build perl modules from CPAN sites
7613
7614 =over
7615
7616 =item SYNOPSIS
7617
7618 =item DESCRIPTION
7619
7620 =over
7621
7622 =item Interactive Mode
7623
7624 Searching for authors, bundles, distribution files and modules, make, test,
7625 install, clean  modules or distributions, get, readme, look module or
7626 distribution, Signals
7627
7628 =item CPAN::Shell
7629
7630 =item autobundle
7631
7632 =item recompile
7633
7634 =item The four C<CPAN::*> Classes: Author, Bundle, Module, Distribution
7635
7636 =item Programmer's interface
7637
7638 expand($type,@things), Programming Examples
7639
7640 =item Methods in the four Classes
7641
7642 =item Cache Manager
7643
7644 =item Bundles
7645
7646 =item Prerequisites
7647
7648 =item Finding packages and VERSION
7649
7650 =item Debugging
7651
7652 =item Floppy, Zip, Offline Mode
7653
7654 =back
7655
7656 =item CONFIGURATION
7657
7658 C<o conf E<lt>scalar optionE<gt>>, C<o conf E<lt>scalar optionE<gt>
7659 E<lt>valueE<gt>>, C<o conf E<lt>list optionE<gt>>, C<o conf E<lt>list
7660 optionE<gt> [shift|pop]>, C<o conf E<lt>list optionE<gt>
7661 [unshift|push|splice] E<lt>listE<gt>>
7662
7663 =over
7664
7665 =item Note on urllist parameter's format
7666
7667 =item urllist parameter has CD-ROM support
7668
7669 =back
7670
7671 =item SECURITY
7672
7673 =item EXPORT
7674
7675 =item POPULATE AN INSTALLATION WITH LOTS OF MODULES
7676
7677 =item WORKING WITH CPAN.pm BEHIND FIREWALLS
7678
7679 =over
7680
7681 =item Three basic types of firewalls
7682
7683 http firewall, ftp firewall, One way visibility, SOCKS, IP Masquerade
7684
7685 =item Configuring lynx or ncftp for going through the firewall
7686
7687 =back
7688
7689 =item FAQ
7690
7691 I installed a new version of module X but CPAN keeps saying, I       have
7692 the old version installed, So why is UNINST=1 not the default?, When I
7693 install bundles or multiple modules with one command       there is too
7694 much output to keep track of
7695
7696 =item BUGS
7697
7698 =item AUTHOR
7699
7700 =item SEE ALSO
7701
7702 =back
7703
7704 =head2 CPAN::FirstTime - Utility for CPAN::Config file Initialization
7705
7706 =over
7707
7708 =item SYNOPSIS
7709
7710 =item DESCRIPTION
7711
7712 =back
7713
7714 =head2 CPANox, CPAN::Nox - Wrapper around CPAN.pm without using any XS
7715 module
7716
7717 =over
7718
7719 =item SYNOPSIS
7720
7721 =item DESCRIPTION
7722
7723 =item  SEE ALSO
7724
7725 =back
7726
7727 =head2 Carp, carp    - warn of errors (from perspective of caller)
7728
7729 =over
7730
7731 =item SYNOPSIS
7732
7733 =item DESCRIPTION
7734
7735 =over
7736
7737 =item Forcing a Stack Trace
7738
7739 =back
7740
7741 =item BUGS
7742
7743 =back
7744
7745 =head2 Carp::Heavy - Carp guts
7746
7747 =over
7748
7749 =item SYNOPIS
7750
7751 =item DESCRIPTION
7752
7753 =back
7754
7755 =head2 Class::Struct - declare struct-like datatypes as Perl classes
7756
7757 =over
7758
7759 =item SYNOPSIS
7760
7761 =item DESCRIPTION
7762
7763 =over
7764
7765 =item The C<struct()> function
7766
7767 =item Element Types and Accessor Methods
7768
7769 Scalar (C<'$'> or C<'*$'>), Array (C<'@'> or C<'*@'>), Hash (C<'%'> or
7770 C<'*%'>), Class (C<'Class_Name'> or C<'*Class_Name'>)
7771
7772 =item Initializing with C<new>
7773
7774 =back
7775
7776 =item EXAMPLES
7777
7778 Example 1, Example 2, Example 3
7779
7780 =item Author and Modification History
7781
7782 =back
7783
7784 =head2 Config - access Perl configuration information
7785
7786 =over
7787
7788 =item SYNOPSIS
7789
7790 =item DESCRIPTION
7791
7792 myconfig(), config_sh(), config_vars(@names)
7793
7794 =item EXAMPLE
7795
7796 =item WARNING
7797
7798 =item GLOSSARY
7799
7800 =over
7801
7802 =item _
7803
7804 C<_a>, C<_exe>, C<_o>
7805
7806 =item a
7807
7808 C<afs>, C<alignbytes>, C<ansi2knr>, C<aphostname>, C<api_revision>,
7809 C<api_subversion>, C<api_version>, C<api_versionstring>, C<ar>, C<archlib>,
7810 C<archlibexp>, C<archname64>, C<archname>, C<archobjs>, C<awk>
7811
7812 =item b
7813
7814 C<baserev>, C<bash>, C<bin>, C<bincompat5005>, C<binexp>, C<bison>,
7815 C<byacc>, C<byteorder>
7816
7817 =item c
7818
7819 C<c>, C<castflags>, C<cat>, C<cc>, C<cccdlflags>, C<ccdlflags>, C<ccflags>,
7820 C<ccflags_uselargefiles>, C<ccsymbols>, C<cf_by>, C<cf_email>, C<cf_time>,
7821 C<charsize>, C<chgrp>, C<chmod>, C<chown>, C<clocktype>, C<comm>,
7822 C<compress>
7823
7824 =item C
7825
7826 C<CONFIGDOTSH>, C<contains>, C<cp>, C<cpio>, C<cpp>, C<cpp_stuff>,
7827 C<cppccsymbols>, C<cppflags>, C<cpplast>, C<cppminus>, C<cpprun>,
7828 C<cppstdin>, C<cppsymbols>, C<crosscompile>, C<cryptlib>, C<csh>
7829
7830 =item d
7831
7832 C<d_access>, C<d_accessx>, C<d_alarm>, C<d_archlib>, C<d_atolf>,
7833 C<d_atoll>, C<d_attribut>, C<d_bcmp>, C<d_bcopy>, C<d_bincompat5005>,
7834 C<d_bsd>, C<d_bsdgetpgrp>, C<d_bsdsetpgrp>, C<d_bzero>, C<d_casti32>,
7835 C<d_castneg>, C<d_charvspr>, C<d_chown>, C<d_chroot>, C<d_chsize>,
7836 C<d_closedir>, C<d_const>, C<d_crypt>, C<d_csh>, C<d_cuserid>,
7837 C<d_dbl_dig>, C<d_difftime>, C<d_dirnamlen>, C<d_dlerror>, C<d_dlopen>,
7838 C<d_dlsymun>, C<d_dosuid>, C<d_drand48proto>, C<d_dup2>, C<d_eaccess>,
7839 C<d_endgrent>, C<d_endhent>, C<d_endnent>, C<d_endpent>, C<d_endpwent>,
7840 C<d_endsent>, C<d_eofnblk>, C<d_eunice>, C<d_fchmod>, C<d_fchown>,
7841 C<d_fcntl>, C<d_fd_macros>, C<d_fd_set>, C<d_fds_bits>, C<d_fgetpos>,
7842 C<d_flexfnam>, C<d_flock>, C<d_fork>, C<d_fpathconf>, C<d_fpos64_t>,
7843 C<d_frexpl>, C<d_fs_data_s>, C<d_fseeko>, C<d_fsetpos>, C<d_fstatfs>,
7844 C<d_fstatvfs>, C<d_ftello>, C<d_ftime>, C<d_Gconvert>, C<d_getcwd>,
7845 C<d_getespwnam>, C<d_getfsstat>, C<d_getgrent>, C<d_getgrps>,
7846 C<d_gethbyaddr>, C<d_gethbyname>, C<d_gethent>, C<d_gethname>,
7847 C<d_gethostprotos>, C<d_getlogin>, C<d_getmnt>, C<d_getmntent>,
7848 C<d_getnbyaddr>, C<d_getnbyname>, C<d_getnent>, C<d_getnetprotos>,
7849 C<d_getpbyname>, C<d_getpbynumber>, C<d_getpent>, C<d_getpgid>,
7850 C<d_getpgrp2>, C<d_getpgrp>, C<d_getppid>, C<d_getprior>,
7851 C<d_getprotoprotos>, C<d_getprpwnam>, C<d_getpwent>, C<d_getsbyname>,
7852 C<d_getsbyport>, C<d_getsent>, C<d_getservprotos>, C<d_getspnam>,
7853 C<d_gettimeod>, C<d_gnulibc>, C<d_grpasswd>, C<d_hasmntopt>, C<d_htonl>,
7854 C<d_iconv>, C<d_index>, C<d_inetaton>, C<d_int64_t>, C<d_isascii>,
7855 C<d_isnan>, C<d_isnanl>, C<d_killpg>, C<d_lchown>, C<d_ldbl_dig>,
7856 C<d_link>, C<d_locconv>, C<d_lockf>, C<d_longdbl>, C<d_longlong>,
7857 C<d_lseekproto>, C<d_lstat>, C<d_madvise>, C<d_mblen>, C<d_mbstowcs>,
7858 C<d_mbtowc>, C<d_memchr>, C<d_memcmp>, C<d_memcpy>, C<d_memmove>,
7859 C<d_memset>, C<d_mkdir>, C<d_mkdtemp>, C<d_mkfifo>, C<d_mkstemp>,
7860 C<d_mkstemps>, C<d_mktime>, C<d_mmap>, C<d_modfl>, C<d_mprotect>, C<d_msg>,
7861 C<d_msg_ctrunc>, C<d_msg_dontroute>, C<d_msg_oob>, C<d_msg_peek>,
7862 C<d_msg_proxy>, C<d_msgctl>, C<d_msgget>, C<d_msgrcv>, C<d_msgsnd>,
7863 C<d_msync>, C<d_munmap>, C<d_mymalloc>, C<d_nice>, C<d_nv_preserves_uv>,
7864 C<d_nv_preserves_uv_bits>, C<d_off64_t>, C<d_old_pthread_create_joinable>,
7865 C<d_oldpthreads>, C<d_oldsock>, C<d_open3>, C<d_pathconf>, C<d_pause>,
7866 C<d_perl_otherlibdirs>, C<d_phostname>, C<d_pipe>, C<d_poll>,
7867 C<d_portable>, C<d_PRId64>, C<d_PRIeldbl>, C<d_PRIEldbl>, C<d_PRIfldbl>,
7868 C<d_PRIFldbl>, C<d_PRIgldbl>, C<d_PRIGldbl>, C<d_PRIi64>, C<d_PRIo64>,
7869 C<d_PRIu64>, C<d_PRIx64>, C<d_PRIX64>, C<d_pthread_yield>, C<d_pwage>,
7870 C<d_pwchange>, C<d_pwclass>, C<d_pwcomment>, C<d_pwexpire>, C<d_pwgecos>,
7871 C<d_pwpasswd>, C<d_pwquota>, C<d_qgcvt>, C<d_quad>, C<d_readdir>,
7872 C<d_readlink>, C<d_rename>, C<d_rewinddir>, C<d_rmdir>, C<d_safebcpy>,
7873 C<d_safemcpy>, C<d_sanemcmp>, C<d_sched_yield>, C<d_scm_rights>,
7874 C<d_seekdir>, C<d_select>, C<d_sem>, C<d_semctl>, C<d_semctl_semid_ds>,
7875 C<d_semctl_semun>, C<d_semget>, C<d_semop>, C<d_setegid>, C<d_seteuid>,
7876 C<d_setgrent>, C<d_setgrps>, C<d_sethent>, C<d_setlinebuf>, C<d_setlocale>,
7877 C<d_setnent>, C<d_setpent>, C<d_setpgid>, C<d_setpgrp2>, C<d_setpgrp>,
7878 C<d_setprior>, C<d_setproctitle>, C<d_setpwent>, C<d_setregid>,
7879 C<d_setresgid>, C<d_setresuid>, C<d_setreuid>, C<d_setrgid>, C<d_setruid>,
7880 C<d_setsent>, C<d_setsid>, C<d_setvbuf>, C<d_sfio>, C<d_shm>, C<d_shmat>,
7881 C<d_shmatprototype>, C<d_shmctl>, C<d_shmdt>, C<d_shmget>, C<d_sigaction>,
7882 C<d_sigsetjmp>, C<d_socket>, C<d_socklen_t>, C<d_sockpair>, C<d_sqrtl>,
7883 C<d_statblks>, C<d_statfs_f_flags>, C<d_statfs_s>, C<d_statvfs>,
7884 C<d_stdio_cnt_lval>, C<d_stdio_ptr_lval>, C<d_stdio_stream_array>,
7885 C<d_stdiobase>, C<d_stdstdio>, C<d_strchr>, C<d_strcoll>, C<d_strctcpy>,
7886 C<d_strerrm>, C<d_strerror>, C<d_strtod>, C<d_strtol>, C<d_strtold>,
7887 C<d_strtoll>, C<d_strtoul>, C<d_strtoull>, C<d_strtouq>, C<d_strxfrm>,
7888 C<d_suidsafe>, C<d_symlink>, C<d_syscall>, C<d_sysconf>, C<d_sysernlst>,
7889 C<d_syserrlst>, C<d_system>, C<d_tcgetpgrp>, C<d_tcsetpgrp>, C<d_telldir>,
7890 C<d_telldirproto>, C<d_time>, C<d_times>, C<d_truncate>, C<d_tzname>,
7891 C<d_umask>, C<d_uname>, C<d_union_semun>, C<d_ustat>, C<d_vendorarch>,
7892 C<d_vendorbin>, C<d_vendorlib>, C<d_vfork>, C<d_void_closedir>,
7893 C<d_voidsig>, C<d_voidtty>, C<d_volatile>, C<d_vprintf>, C<d_wait4>,
7894 C<d_waitpid>, C<d_wcstombs>, C<d_wctomb>, C<d_xenix>, C<date>,
7895 C<db_hashtype>, C<db_prefixtype>, C<defvoidused>, C<direntrytype>,
7896 C<dlext>, C<dlsrc>, C<doublesize>, C<drand01>, C<dynamic_ext>
7897
7898 =item e
7899
7900 C<eagain>, C<ebcdic>, C<echo>, C<egrep>, C<emacs>, C<eunicefix>,
7901 C<exe_ext>, C<expr>, C<extensions>
7902
7903 =item f
7904
7905 C<fflushall>, C<fflushNULL>, C<find>, C<firstmakefile>, C<flex>,
7906 C<fpossize>, C<fpostype>, C<freetype>, C<full_ar>, C<full_csh>, C<full_sed>
7907
7908 =item g
7909
7910 C<gccosandvers>, C<gccversion>, C<gidformat>, C<gidsign>, C<gidsize>,
7911 C<gidtype>, C<glibpth>, C<grep>, C<groupcat>, C<groupstype>, C<gzip>
7912
7913 =item h
7914
7915 C<h_fcntl>, C<h_sysfile>, C<hint>, C<hostcat>, C<huge>
7916
7917 =item i
7918
7919 C<i16size>, C<i16type>, C<i32size>, C<i32type>, C<i64size>, C<i64type>,
7920 C<i8size>, C<i8type>, C<i_arpainet>, C<i_bsdioctl>, C<i_db>, C<i_dbm>,
7921 C<i_dirent>, C<i_dld>, C<i_dlfcn>, C<i_fcntl>, C<i_float>, C<i_gdbm>,
7922 C<i_grp>, C<i_iconv>, C<i_ieeefp>, C<i_inttypes>, C<i_libutil>,
7923 C<i_limits>, C<i_locale>, C<i_machcthr>, C<i_malloc>, C<i_math>,
7924 C<i_memory>, C<i_mntent>, C<i_ndbm>, C<i_netdb>, C<i_neterrno>,
7925 C<i_netinettcp>, C<i_niin>, C<i_poll>, C<i_prot>, C<i_pthread>, C<i_pwd>,
7926 C<i_rpcsvcdbm>, C<i_sfio>, C<i_sgtty>, C<i_shadow>, C<i_socks>,
7927 C<i_stdarg>, C<i_stddef>, C<i_stdlib>, C<i_string>, C<i_sunmath>,
7928 C<i_sysaccess>, C<i_sysdir>, C<i_sysfile>, C<i_sysfilio>, C<i_sysin>,
7929 C<i_sysioctl>, C<i_syslog>, C<i_sysmman>, C<i_sysmode>, C<i_sysmount>,
7930 C<i_sysndir>, C<i_sysparam>, C<i_sysresrc>, C<i_syssecrt>, C<i_sysselct>,
7931 C<i_syssockio>, C<i_sysstat>, C<i_sysstatfs>, C<i_sysstatvfs>,
7932 C<i_systime>, C<i_systimek>, C<i_systimes>, C<i_systypes>, C<i_sysuio>,
7933 C<i_sysun>, C<i_sysutsname>, C<i_sysvfs>, C<i_syswait>, C<i_termio>,
7934 C<i_termios>, C<i_time>, C<i_unistd>, C<i_ustat>, C<i_utime>, C<i_values>,
7935 C<i_varargs>, C<i_varhdr>, C<i_vfork>, C<ignore_versioned_solibs>,
7936 C<inc_version_list>, C<inc_version_list_init>, C<incpath>, C<inews>,
7937 C<installarchlib>, C<installbin>, C<installman1dir>, C<installman3dir>,
7938 C<installprefix>, C<installprefixexp>, C<installprivlib>, C<installscript>,
7939 C<installsitearch>, C<installsitebin>, C<installsitelib>, C<installstyle>,
7940 C<installusrbinperl>, C<installvendorarch>, C<installvendorbin>,
7941 C<installvendorlib>, C<intsize>, C<ivdformat>, C<ivsize>, C<ivtype>
7942
7943 =item k
7944
7945 C<known_extensions>, C<ksh>
7946
7947 =item l
7948
7949 C<large>, C<ld>, C<lddlflags>, C<ldflags>, C<ldflags_uselargefiles>,
7950 C<ldlibpthname>, C<less>, C<lib_ext>, C<libc>, C<libperl>, C<libpth>,
7951 C<libs>, C<libsdirs>, C<libsfiles>, C<libsfound>, C<libspath>,
7952 C<libswanted>, C<libswanted_uselargefiles>, C<line>, C<lint>, C<lkflags>,
7953 C<ln>, C<lns>, C<locincpth>, C<loclibpth>, C<longdblsize>, C<longlongsize>,
7954 C<longsize>, C<lp>, C<lpr>, C<ls>, C<lseeksize>, C<lseektype>
7955
7956 =item m
7957
7958 C<mail>, C<mailx>, C<make>, C<make_set_make>, C<mallocobj>, C<mallocsrc>,
7959 C<malloctype>, C<man1dir>, C<man1direxp>, C<man1ext>, C<man3dir>,
7960 C<man3direxp>, C<man3ext>
7961
7962 =item M
7963
7964 C<Mcc>, C<medium>, C<mips_type>, C<mkdir>, C<mmaptype>, C<models>,
7965 C<modetype>, C<more>, C<multiarch>, C<mv>, C<myarchname>, C<mydomain>,
7966 C<myhostname>, C<myuname>
7967
7968 =item n
7969
7970 C<n>, C<netdb_hlen_type>, C<netdb_host_type>, C<netdb_name_type>,
7971 C<netdb_net_type>, C<nm>, C<nm_opt>, C<nm_so_opt>, C<nonxs_ext>, C<nroff>,
7972 C<nveformat>, C<nvEformat>, C<nvfformat>, C<nvFformat>, C<nvgformat>,
7973 C<nvGformat>, C<nvsize>, C<nvtype>
7974
7975 =item o
7976
7977 C<o_nonblock>, C<obj_ext>, C<old_pthread_create_joinable>, C<optimize>,
7978 C<orderlib>, C<osname>, C<osvers>, C<otherlibdirs>
7979
7980 =item p
7981
7982 C<package>, C<pager>, C<passcat>, C<patchlevel>, C<path_sep>, C<perl5>,
7983 C<perl>
7984
7985 =item P
7986
7987 C<PERL_REVISION>, C<PERL_SUBVERSION>, C<PERL_VERSION>, C<perladmin>,
7988 C<perlpath>, C<pg>, C<phostname>, C<pidtype>, C<plibpth>, C<pm_apiversion>,
7989 C<pmake>, C<pr>, C<prefix>, C<prefixexp>, C<privlib>, C<privlibexp>,
7990 C<prototype>, C<ptrsize>
7991
7992 =item q
7993
7994 C<quadkind>, C<quadtype>
7995
7996 =item r
7997
7998 C<randbits>, C<randfunc>, C<randseedtype>, C<ranlib>, C<rd_nodata>,
7999 C<revision>, C<rm>, C<rmail>, C<runnm>
8000
8001 =item s
8002
8003 C<sched_yield>, C<scriptdir>, C<scriptdirexp>, C<sed>, C<seedfunc>,
8004 C<selectminbits>, C<selecttype>, C<sendmail>, C<sh>, C<shar>, C<sharpbang>,
8005 C<shmattype>, C<shortsize>, C<shrpenv>, C<shsharp>, C<sig_count>,
8006 C<sig_name>, C<sig_name_init>, C<sig_num>, C<sig_num_init>, C<signal_t>,
8007 C<sitearch>, C<sitearchexp>, C<sitebin>, C<sitebinexp>, C<sitelib>,
8008 C<sitelib_stem>, C<sitelibexp>, C<siteprefix>, C<siteprefixexp>,
8009 C<sizesize>, C<sizetype>, C<sleep>, C<smail>, C<small>, C<so>,
8010 C<sockethdr>, C<socketlib>, C<socksizetype>, C<sort>, C<spackage>,
8011 C<spitshell>, C<split>, C<sPRId64>, C<sPRIeldbl>, C<sPRIEldbl>,
8012 C<sPRIfldbl>, C<sPRIFldbl>, C<sPRIgldbl>, C<sPRIGldbl>, C<sPRIi64>,
8013 C<sPRIo64>, C<sPRIu64>, C<sPRIx64>, C<sPRIX64>, C<src>, C<ssizetype>,
8014 C<startperl>, C<startsh>, C<static_ext>, C<stdchar>, C<stdio_base>,
8015 C<stdio_bufsiz>, C<stdio_cnt>, C<stdio_filbuf>, C<stdio_ptr>,
8016 C<stdio_stream_array>, C<strings>, C<submit>, C<subversion>, C<sysman>
8017
8018 =item t
8019
8020 C<tail>, C<tar>, C<tbl>, C<tee>, C<test>, C<timeincl>, C<timetype>,
8021 C<touch>, C<tr>, C<trnl>, C<troff>
8022
8023 =item u
8024
8025 C<u16size>, C<u16type>, C<u32size>, C<u32type>, C<u64size>, C<u64type>,
8026 C<u8size>, C<u8type>, C<uidformat>, C<uidsign>, C<uidsize>, C<uidtype>,
8027 C<uname>, C<uniq>, C<uquadtype>, C<use5005threads>, C<use64bitall>,
8028 C<use64bitint>, C<usedl>, C<useithreads>, C<uselargefiles>,
8029 C<uselongdouble>, C<usemorebits>, C<usemultiplicity>, C<usemymalloc>,
8030 C<usenm>, C<useopcode>, C<useperlio>, C<useposix>, C<usesfio>,
8031 C<useshrplib>, C<usesocks>, C<usethreads>, C<usevendorprefix>, C<usevfork>,
8032 C<usrinc>, C<uuname>, C<uvoformat>, C<uvsize>, C<uvtype>, C<uvuformat>,
8033 C<uvxformat>, C<uvXformat>
8034
8035 =item v
8036
8037 C<vendorarch>, C<vendorarchexp>, C<vendorbin>, C<vendorbinexp>,
8038 C<vendorlib>, C<vendorlib_stem>, C<vendorlibexp>, C<vendorprefix>,
8039 C<vendorprefixexp>, C<version>, C<vi>, C<voidflags>
8040
8041 =item x
8042
8043 C<xlibpth>, C<xs_apiversion>
8044
8045 =item z
8046
8047 C<zcat>, C<zip>
8048
8049 =back
8050
8051 =item NOTE
8052
8053 =back
8054
8055 =head2 Cwd, getcwd - get pathname of current working directory
8056
8057 =over
8058
8059 =item SYNOPSIS
8060
8061 =item DESCRIPTION
8062
8063 =back
8064
8065 =head2 DB - programmatic interface to the Perl debugging API (draft,
8066 subject to
8067 change)
8068
8069 =over
8070
8071 =item SYNOPSIS
8072
8073 =item DESCRIPTION
8074
8075 =over
8076
8077 =item Global Variables
8078
8079  $DB::sub,  %DB::sub,  $DB::single,  $DB::signal,  $DB::trace,  @DB::args, 
8080 @DB::dbline,  %DB::dbline,  $DB::package,  $DB::filename,  $DB::subname, 
8081 $DB::lineno
8082
8083 =item API Methods
8084
8085 CLIENT->register(), CLIENT->evalcode(STRING), CLIENT->skippkg('D::hide'),
8086 CLIENT->run(), CLIENT->step(), CLIENT->next(), CLIENT->done()
8087
8088 =item Client Callback Methods
8089
8090 CLIENT->init(), CLIENT->prestop([STRING]), CLIENT->stop(), CLIENT->idle(),
8091 CLIENT->poststop([STRING]), CLIENT->evalcode(STRING), CLIENT->cleanup(),
8092 CLIENT->output(LIST)
8093
8094 =back
8095
8096 =item BUGS
8097
8098 =item AUTHOR
8099
8100 =back
8101
8102 =head2 DB_File - Perl5 access to Berkeley DB version 1.x
8103
8104 =over
8105
8106 =item SYNOPSIS
8107
8108 =item DESCRIPTION
8109
8110 B<DB_HASH>, B<DB_BTREE>, B<DB_RECNO>
8111
8112 =over
8113
8114 =item Using DB_File with Berkeley DB version 2 or 3
8115
8116 =item Interface to Berkeley DB
8117
8118 =item Opening a Berkeley DB Database File
8119
8120 =item Default Parameters
8121
8122 =item In Memory Databases
8123
8124 =back
8125
8126 =item DB_HASH
8127
8128 =over
8129
8130 =item A Simple Example
8131
8132 =back
8133
8134 =item DB_BTREE
8135
8136 =over
8137
8138 =item Changing the BTREE sort order
8139
8140 =item Handling Duplicate Keys 
8141
8142 =item The get_dup() Method
8143
8144 =item The find_dup() Method
8145
8146 =item The del_dup() Method
8147
8148 =item Matching Partial Keys 
8149
8150 =back
8151
8152 =item DB_RECNO
8153
8154 =over
8155
8156 =item The 'bval' Option
8157
8158 =item A Simple Example
8159
8160 =item Extra RECNO Methods
8161
8162 B<$X-E<gt>push(list) ;>, B<$value = $X-E<gt>pop ;>, B<$X-E<gt>shift>,
8163 B<$X-E<gt>unshift(list) ;>, B<$X-E<gt>length>
8164
8165 =item Another Example
8166
8167 =back
8168
8169 =item THE API INTERFACE
8170
8171 B<$status = $X-E<gt>get($key, $value [, $flags]) ;>, B<$status =
8172 $X-E<gt>put($key, $value [, $flags]) ;>, B<$status = $X-E<gt>del($key [,
8173 $flags]) ;>, B<$status = $X-E<gt>fd ;>, B<$status = $X-E<gt>seq($key,
8174 $value, $flags) ;>, B<$status = $X-E<gt>sync([$flags]) ;>
8175
8176 =item DBM FILTERS
8177
8178 B<filter_store_key>, B<filter_store_value>, B<filter_fetch_key>,
8179 B<filter_fetch_value>
8180
8181 =over
8182
8183 =item The Filter
8184
8185 =item An Example -- the NULL termination problem.
8186
8187 =item Another Example -- Key is a C int.
8188
8189 =back
8190
8191 =item HINTS AND TIPS 
8192
8193 =over
8194
8195 =item Locking: The Trouble with fd
8196
8197 =item Safe ways to lock a database
8198
8199 B<Tie::DB_Lock>, B<Tie::DB_LockFile>, B<DB_File::Lock>
8200
8201 =item Sharing Databases With C Applications
8202
8203 =item The untie() Gotcha
8204
8205 =back
8206
8207 =item COMMON QUESTIONS
8208
8209 =over
8210
8211 =item Why is there Perl source in my database?
8212
8213 =item How do I store complex data structures with DB_File?
8214
8215 =item What does "Invalid Argument" mean?
8216
8217 =item What does "Bareword 'DB_File' not allowed" mean? 
8218
8219 =back
8220
8221 =item REFERENCES
8222
8223 =item HISTORY
8224
8225 =item BUGS
8226
8227 =item AVAILABILITY
8228
8229 =item COPYRIGHT
8230
8231 =item SEE ALSO
8232
8233 =item AUTHOR
8234
8235 =back
8236
8237 =head2 Data::Dumper - stringified perl data structures, suitable for both
8238 printing and C<eval>
8239
8240 =over
8241
8242 =item SYNOPSIS
8243
8244 =item DESCRIPTION
8245
8246 =over
8247
8248 =item Methods
8249
8250 I<PACKAGE>->new(I<ARRAYREF [>, I<ARRAYREF]>), I<$OBJ>->Dump  I<or> 
8251 I<PACKAGE>->Dump(I<ARRAYREF [>, I<ARRAYREF]>), I<$OBJ>->Seen(I<[HASHREF]>),
8252 I<$OBJ>->Values(I<[ARRAYREF]>), I<$OBJ>->Names(I<[ARRAYREF]>),
8253 I<$OBJ>->Reset
8254
8255 =item Functions
8256
8257 Dumper(I<LIST>)
8258
8259 =item Configuration Variables or Methods
8260
8261 $Data::Dumper::Indent  I<or>  I<$OBJ>->Indent(I<[NEWVAL]>),
8262 $Data::Dumper::Purity  I<or>  I<$OBJ>->Purity(I<[NEWVAL]>),
8263 $Data::Dumper::Pad  I<or>  I<$OBJ>->Pad(I<[NEWVAL]>),
8264 $Data::Dumper::Varname  I<or>  I<$OBJ>->Varname(I<[NEWVAL]>),
8265 $Data::Dumper::Useqq  I<or>  I<$OBJ>->Useqq(I<[NEWVAL]>),
8266 $Data::Dumper::Terse  I<or>  I<$OBJ>->Terse(I<[NEWVAL]>),
8267 $Data::Dumper::Freezer  I<or>  $I<OBJ>->Freezer(I<[NEWVAL]>),
8268 $Data::Dumper::Toaster  I<or>  $I<OBJ>->Toaster(I<[NEWVAL]>),
8269 $Data::Dumper::Deepcopy  I<or>  $I<OBJ>->Deepcopy(I<[NEWVAL]>),
8270 $Data::Dumper::Quotekeys  I<or>  $I<OBJ>->Quotekeys(I<[NEWVAL]>),
8271 $Data::Dumper::Bless  I<or>  $I<OBJ>->Bless(I<[NEWVAL]>),
8272 $Data::Dumper::Maxdepth  I<or>  $I<OBJ>->Maxdepth(I<[NEWVAL]>)
8273
8274 =item Exports
8275
8276 Dumper
8277
8278 =back
8279
8280 =item EXAMPLES
8281
8282 =item BUGS
8283
8284 =item AUTHOR
8285
8286 =item VERSION
8287
8288 =item SEE ALSO
8289
8290 =back
8291
8292 =head2 Devel::DProf - a Perl code profiler
8293
8294 =over
8295
8296 =item SYNOPSIS
8297
8298 =item DESCRIPTION
8299
8300 =item PROFILE FORMAT
8301
8302 =item AUTOLOAD
8303
8304 =item ENVIRONMENT
8305
8306 =item BUGS
8307
8308 =item SEE ALSO
8309
8310 =back
8311
8312 =head2 Devel::Peek - A data debugging tool for the XS programmer
8313
8314 =over
8315
8316 =item SYNOPSIS
8317
8318 =item DESCRIPTION
8319
8320 =item EXAMPLES
8321
8322 =over
8323
8324 =item A simple scalar string
8325
8326 =item A simple scalar number
8327
8328 =item A simple scalar with an extra reference
8329
8330 =item A reference to a simple scalar
8331
8332 =item A reference to an array
8333
8334 =item A reference to a hash
8335
8336 =item Dumping a large array or hash
8337
8338 =item A reference to an SV which holds a C pointer
8339
8340 =item A reference to a subroutine
8341
8342 =back
8343
8344 =item EXPORTS
8345
8346 =item BUGS
8347
8348 =item AUTHOR
8349
8350 =item SEE ALSO
8351
8352 =back
8353
8354 =head2 Devel::SelfStubber - generate stubs for a SelfLoading module
8355
8356 =over
8357
8358 =item SYNOPSIS
8359
8360 =item DESCRIPTION
8361
8362 =back
8363
8364 =head2 DirHandle - supply object methods for directory handles
8365
8366 =over
8367
8368 =item SYNOPSIS
8369
8370 =item DESCRIPTION
8371
8372 =back
8373
8374 =head2 Dumpvalue - provides screen dump of Perl data.
8375
8376 =over
8377
8378 =item SYNOPSIS
8379
8380 =item DESCRIPTION
8381
8382 =over
8383
8384 =item Creation
8385
8386 C<arrayDepth>, C<hashDepth>, C<compactDump>, C<veryCompact>, C<globPrint>,
8387 C<DumpDBFiles>, C<DumpPackages>, C<DumpReused>, C<tick>, C<HighBit>,
8388 C<printUndef>, C<UsageOnly>, unctrl, subdump, bareStringify, quoteHighBit,
8389 stopDbSignal
8390
8391 =item Methods
8392
8393 dumpValue, dumpValues, dumpvars, set_quote, set_unctrl, compactDump,
8394 veryCompact, set, get
8395
8396 =back
8397
8398 =back
8399
8400 =head2 DynaLoader - Dynamically load C libraries into Perl code
8401
8402 =over
8403
8404 =item SYNOPSIS
8405
8406 =item DESCRIPTION
8407
8408 @dl_library_path, @dl_resolve_using, @dl_require_symbols, @dl_librefs,
8409 @dl_modules, dl_error(), $dl_debug, dl_findfile(), dl_expandspec(),
8410 dl_load_file(), dl_unload_file(), dl_loadflags(), dl_find_symbol(),
8411 dl_find_symbol_anywhere(), dl_undef_symbols(), dl_install_xsub(),
8412 bootstrap()
8413
8414 =item AUTHOR
8415
8416 =back
8417
8418 =head2 DynaLoader::XSLoader, XSLoader - Dynamically load C libraries into
8419 Perl code
8420
8421 =over
8422
8423 =item SYNOPSIS
8424
8425 =item DESCRIPTION
8426
8427 =item AUTHOR
8428
8429 =back
8430
8431 =head2 English - use nice English (or awk) names for ugly punctuation
8432 variables
8433
8434 =over
8435
8436 =item SYNOPSIS
8437
8438 =item DESCRIPTION
8439
8440 =item PERFORMANCE
8441
8442 =back
8443
8444 =head2 Env - perl module that imports environment variables as scalars or
8445 arrays
8446
8447 =over
8448
8449 =item SYNOPSIS
8450
8451 =item DESCRIPTION
8452
8453 =item LIMITATIONS
8454
8455 =item AUTHOR
8456
8457 =back
8458
8459 =head2 Errno - System errno constants
8460
8461 =over
8462
8463 =item SYNOPSIS
8464
8465 =item DESCRIPTION
8466
8467 =item CAVEATS
8468
8469 =item AUTHOR
8470
8471 =item COPYRIGHT
8472
8473 =back
8474
8475 =head2 Exporter - Implements default import method for modules
8476
8477 =over
8478
8479 =item SYNOPSIS
8480
8481 =item DESCRIPTION
8482
8483 =over
8484
8485 =item How to Export
8486
8487 =item Selecting What To Export
8488
8489 =item Specialised Import Lists
8490
8491 =item Exporting without using Export's import method
8492
8493 =item Module Version Checking
8494
8495 =item Managing Unknown Symbols
8496
8497 =item Tag Handling Utility Functions
8498
8499 =back
8500
8501 =back
8502
8503 =head2 Exporter::Heavy - Exporter guts
8504
8505 =over
8506
8507 =item SYNOPIS
8508
8509 =item DESCRIPTION
8510
8511 =back
8512
8513 =head2 ExtUtils::Command - utilities to replace common UNIX commands in
8514 Makefiles etc.
8515
8516 =over
8517
8518 =item SYNOPSIS
8519
8520 =item DESCRIPTION
8521
8522 =back
8523
8524 cat
8525
8526 eqtime src dst
8527
8528 rm_f files...
8529
8530 rm_f files...
8531
8532 touch files ..
8533
8534 mv source... destination
8535
8536 cp source... destination
8537
8538 chmod mode files..
8539
8540 mkpath directory..
8541
8542 test_f file
8543
8544 =over
8545
8546 =item BUGS
8547
8548 =item SEE ALSO 
8549
8550 =item AUTHOR
8551
8552 =back
8553
8554 =head2 ExtUtils::Embed - Utilities for embedding Perl in C/C++ applications
8555
8556 =over
8557
8558 =item SYNOPSIS
8559
8560 =item DESCRIPTION
8561
8562 =item @EXPORT
8563
8564 =item FUNCTIONS
8565
8566 xsinit(), Examples, ldopts(), Examples, perl_inc(), ccflags(), ccdlflags(),
8567 ccopts(), xsi_header(), xsi_protos(@modules), xsi_body(@modules)
8568
8569 =item EXAMPLES
8570
8571 =item SEE ALSO
8572
8573 =item AUTHOR
8574
8575 =back
8576
8577 =head2 ExtUtils::Install - install files from here to there
8578
8579 =over
8580
8581 =item SYNOPSIS
8582
8583 =item DESCRIPTION
8584
8585 =back
8586
8587 =head2 ExtUtils::Installed - Inventory management of installed modules
8588
8589 =over
8590
8591 =item SYNOPSIS
8592
8593 =item DESCRIPTION
8594
8595 =item USAGE
8596
8597 =item FUNCTIONS
8598
8599 new(), modules(), files(), directories(), directory_tree(), validate(),
8600 packlist(), version()
8601
8602 =item EXAMPLE
8603
8604 =item AUTHOR
8605
8606 =back
8607
8608 =head2 ExtUtils::Liblist - determine libraries to use and how to use them
8609
8610 =over
8611
8612 =item SYNOPSIS
8613
8614 =item DESCRIPTION
8615
8616 For static extensions, For dynamic extensions, For dynamic extensions
8617
8618 =over
8619
8620 =item EXTRALIBS
8621
8622 =item LDLOADLIBS and LD_RUN_PATH
8623
8624 =item BSLOADLIBS
8625
8626 =back
8627
8628 =item PORTABILITY
8629
8630 =over
8631
8632 =item VMS implementation
8633
8634 =item Win32 implementation
8635
8636 =back
8637
8638 =item SEE ALSO
8639
8640 =back
8641
8642 =head2 ExtUtils::MM_Cygwin - methods to override UN*X behaviour in
8643 ExtUtils::MakeMaker
8644
8645 =over
8646
8647 =item SYNOPSIS
8648
8649 =item DESCRIPTION
8650
8651 canonpath, cflags, manifypods, perl_archive
8652
8653 =back
8654
8655 =head2 ExtUtils::MM_OS2 - methods to override UN*X behaviour in
8656 ExtUtils::MakeMaker
8657
8658 =over
8659
8660 =item SYNOPSIS
8661
8662 =item DESCRIPTION
8663
8664 =back
8665
8666 =head2 ExtUtils::MM_Unix - methods used by ExtUtils::MakeMaker
8667
8668 =over
8669
8670 =item SYNOPSIS
8671
8672 =item DESCRIPTION
8673
8674 =item METHODS
8675
8676 =over
8677
8678 =item Preloaded methods
8679
8680 canonpath
8681
8682 =back
8683
8684 =back
8685
8686 catdir
8687
8688 catfile
8689
8690 curdir
8691
8692 rootdir
8693
8694 updir
8695
8696 =over
8697
8698 =item SelfLoaded methods
8699
8700 c_o (o)
8701
8702 =back
8703
8704 cflags (o)
8705
8706 clean (o)
8707
8708 const_cccmd (o)
8709
8710 const_config (o)
8711
8712 const_loadlibs (o)
8713
8714 constants (o)
8715
8716 depend (o)
8717
8718 dir_target (o)
8719
8720 dist (o)
8721
8722 dist_basics (o)
8723
8724 dist_ci (o)
8725
8726 dist_core (o)
8727
8728 dist_dir (o)
8729
8730 dist_test (o)
8731
8732 dlsyms (o)
8733
8734 dynamic (o)
8735
8736 dynamic_bs (o)
8737
8738 dynamic_lib (o)
8739
8740 exescan
8741
8742 extliblist
8743
8744 file_name_is_absolute
8745
8746 find_perl
8747
8748 =over
8749
8750 =item Methods to actually produce chunks of text for the Makefile
8751
8752 fixin
8753
8754 =back
8755
8756 force (o)
8757
8758 guess_name
8759
8760 has_link_code
8761
8762 htmlifypods (o)
8763
8764 init_dirscan
8765
8766 init_main
8767
8768 init_others
8769
8770 install (o)
8771
8772 installbin (o)
8773
8774 libscan (o)
8775
8776 linkext (o)
8777
8778 lsdir
8779
8780 macro (o)
8781
8782 makeaperl (o)
8783
8784 makefile (o)
8785
8786 manifypods (o)
8787
8788 maybe_command
8789
8790 maybe_command_in_dirs
8791
8792 needs_linking (o)
8793
8794 nicetext
8795
8796 parse_version
8797
8798 parse_abstract
8799
8800 pasthru (o)
8801
8802 path
8803
8804 perl_script
8805
8806 perldepend (o)
8807
8808 ppd
8809
8810 perm_rw (o)
8811
8812 perm_rwx (o)
8813
8814 pm_to_blib
8815
8816 post_constants (o)
8817
8818 post_initialize (o)
8819
8820 postamble (o)
8821
8822 prefixify
8823
8824 processPL (o)
8825
8826 realclean (o)
8827
8828 replace_manpage_separator
8829
8830 static (o)
8831
8832 static_lib (o)
8833
8834 staticmake (o)
8835
8836 subdir_x (o)
8837
8838 subdirs (o)
8839
8840 test (o)
8841
8842 test_via_harness (o)
8843
8844 test_via_script (o)
8845
8846 tool_autosplit (o)
8847
8848 tools_other (o)
8849
8850 tool_xsubpp (o)
8851
8852 top_targets (o)
8853
8854 writedoc
8855
8856 xs_c (o)
8857
8858 xs_cpp (o)
8859
8860 xs_o (o)
8861
8862 perl_archive
8863
8864 export_list
8865
8866 =over
8867
8868 =item SEE ALSO
8869
8870 =back
8871
8872 =head2 ExtUtils::MM_VMS - methods to override UN*X behaviour in
8873 ExtUtils::MakeMaker
8874
8875 =over
8876
8877 =item SYNOPSIS
8878
8879 =item DESCRIPTION
8880
8881 =over
8882
8883 =item Methods always loaded
8884
8885 wraplist
8886
8887 =back
8888
8889 =back
8890
8891 rootdir (override)
8892
8893 =over
8894
8895 =item SelfLoaded methods
8896
8897 guess_name (override)
8898
8899 =back
8900
8901 find_perl (override)
8902
8903 path (override)
8904
8905 maybe_command (override)
8906
8907 maybe_command_in_dirs (override)
8908
8909 perl_script (override)
8910
8911 file_name_is_absolute (override)
8912
8913 replace_manpage_separator
8914
8915 init_others (override)
8916
8917 constants (override)
8918
8919 cflags (override)
8920
8921 const_cccmd (override)
8922
8923 pm_to_blib (override)
8924
8925 tool_autosplit (override)
8926
8927 tool_sxubpp (override)
8928
8929 xsubpp_version (override)
8930
8931 tools_other (override)
8932
8933 dist (override)
8934
8935 c_o (override)
8936
8937 xs_c (override)
8938
8939 xs_o (override)
8940
8941 top_targets (override)
8942
8943 dlsyms (override)
8944
8945 dynamic_lib (override)
8946
8947 dynamic_bs (override)
8948
8949 static_lib (override)
8950
8951 manifypods (override)
8952
8953 processPL (override)
8954
8955 installbin (override)
8956
8957 subdir_x (override)
8958
8959 clean (override)
8960
8961 realclean (override)
8962
8963 dist_basics (override)
8964
8965 dist_core (override)
8966
8967 dist_dir (override)
8968
8969 dist_test (override)
8970
8971 install (override)
8972
8973 perldepend (override)
8974
8975 makefile (override)
8976
8977 test (override)
8978
8979 test_via_harness (override)
8980
8981 test_via_script (override)
8982
8983 makeaperl (override)
8984
8985 nicetext (override)
8986
8987 =head2 ExtUtils::MM_Win32 - methods to override UN*X behaviour in
8988 ExtUtils::MakeMaker
8989
8990 =over
8991
8992 =item SYNOPSIS
8993
8994 =item DESCRIPTION
8995
8996 =back
8997
8998 catfile
8999
9000 constants (o)
9001
9002 static_lib (o)
9003
9004 dynamic_bs (o)
9005
9006 dynamic_lib (o)
9007
9008 canonpath
9009
9010 perl_script
9011
9012 pm_to_blib
9013
9014 test_via_harness (o)
9015
9016 tool_autosplit (override)
9017
9018 tools_other (o)
9019
9020 xs_o (o)
9021
9022 top_targets (o)
9023
9024 htmlifypods (o)
9025
9026 manifypods (o)
9027
9028 dist_ci (o)
9029
9030 dist_core (o)
9031
9032 pasthru (o)
9033
9034 =head2 ExtUtils::MakeMaker - create an extension Makefile
9035
9036 =over
9037
9038 =item SYNOPSIS
9039
9040 =item DESCRIPTION
9041
9042 =over
9043
9044 =item How To Write A Makefile.PL
9045
9046 =item Default Makefile Behaviour
9047
9048 =item make test
9049
9050 =item make testdb
9051
9052 =item make install
9053
9054 =item PREFIX and LIB attribute
9055
9056 =item AFS users
9057
9058 =item Static Linking of a new Perl Binary
9059
9060 =item Determination of Perl Library and Installation Locations
9061
9062 =item Which architecture dependent directory?
9063
9064 =item Using Attributes and Parameters
9065
9066 AUTHOR, ABSTRACT, ABSTRACT_FROM, BINARY_LOCATION, C, CAPI, CCFLAGS, CONFIG,
9067 CONFIGURE, DEFINE, DIR, DISTNAME, DL_FUNCS, DL_VARS, EXCLUDE_EXT,
9068 EXE_FILES, FIRST_MAKEFILE, FULLPERL, FUNCLIST, H, HTMLLIBPODS,
9069 HTMLSCRIPTPODS, IMPORTS, INC, INCLUDE_EXT, INSTALLARCHLIB, INSTALLBIN,
9070 INSTALLDIRS, INSTALLHTMLPRIVLIBDIR, INSTALLHTMLSCRIPTDIR,
9071 INSTALLHTMLSITELIBDIR, INSTALLMAN1DIR, INSTALLMAN3DIR, INSTALLPRIVLIB,
9072 INSTALLSCRIPT, INSTALLSITEARCH, INSTALLSITELIB, INST_ARCHLIB, INST_BIN,
9073 INST_EXE, INST_LIB, INST_HTMLLIBDIR, INST_HTMLSCRIPTDIR, INST_MAN1DIR,
9074 INST_MAN3DIR, INST_SCRIPT, PERL_MALLOC_OK, LDFROM, LIB, LIBPERL_A, LIBS,
9075 LINKTYPE, MAKEAPERL, MAKEFILE, MAN1PODS, MAN3PODS, MAP_TARGET, MYEXTLIB,
9076 NAME, NEEDS_LINKING, NOECHO, NORECURS, NO_VC, OBJECT, OPTIMIZE, PERL,
9077 PERLMAINCC, PERL_ARCHLIB, PERL_LIB, PERL_SRC, PERM_RW, PERM_RWX, PL_FILES,
9078 PM, PMLIBDIRS, POLLUTE, PPM_INSTALL_EXEC, PPM_INSTALL_SCRIPT, PREFIX,
9079 PREREQ_PM, SKIP, TYPEMAPS, VERSION, VERSION_FROM, XS, XSOPT, XSPROTOARG,
9080 XS_VERSION
9081
9082 =item Additional lowercase attributes
9083
9084 clean, depend, dist, dynamic_lib, linkext, macro, realclean, test,
9085 tool_autosplit
9086
9087 =item Overriding MakeMaker Methods
9088
9089 =item Hintsfile support
9090
9091 =item Distribution Support
9092
9093    make distcheck,    make skipcheck,    make distclean,    make manifest, 
9094   make distdir,    make tardist,    make dist,    make uutardist,    make
9095 shdist,    make zipdist,    make ci
9096
9097 =item Disabling an extension
9098
9099 =back
9100
9101 =item ENVIRONMENT
9102
9103 PERL_MM_OPT
9104
9105 =item SEE ALSO
9106
9107 =item AUTHORS
9108
9109 =back
9110
9111 =head2 ExtUtils::Manifest - utilities to write and check a MANIFEST file
9112
9113 =over
9114
9115 =item SYNOPSIS
9116
9117 =item DESCRIPTION
9118
9119 =item MANIFEST.SKIP
9120
9121 =item EXPORT_OK
9122
9123 =item GLOBAL VARIABLES
9124
9125 =item DIAGNOSTICS
9126
9127 C<Not in MANIFEST:> I<file>, C<No such file:> I<file>, C<MANIFEST:> I<$!>,
9128 C<Added to MANIFEST:> I<file>
9129
9130 =item SEE ALSO
9131
9132 =item AUTHOR
9133
9134 =back
9135
9136 =head2 ExtUtils::Miniperl, writemain - write the C code for perlmain.c
9137
9138 =over
9139
9140 =item SYNOPSIS
9141
9142 =item DESCRIPTION
9143
9144 =item SEE ALSO
9145
9146 =back
9147
9148 =head2 ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader
9149
9150 =over
9151
9152 =item SYNOPSIS
9153
9154 =item DESCRIPTION
9155
9156 =back
9157
9158 =head2 ExtUtils::Mksymlists - write linker options files for dynamic
9159 extension
9160
9161 =over
9162
9163 =item SYNOPSIS
9164
9165 =item DESCRIPTION
9166
9167 DLBASE, DL_FUNCS, DL_VARS, FILE, FUNCLIST, IMPORTS, NAME
9168
9169 =item AUTHOR
9170
9171 =item REVISION
9172
9173 =back
9174
9175 =head2 ExtUtils::Packlist - manage .packlist files
9176
9177 =over
9178
9179 =item SYNOPSIS
9180
9181 =item DESCRIPTION
9182
9183 =item USAGE
9184
9185 =item FUNCTIONS
9186
9187 new(), read(), write(), validate(), packlist_file()
9188
9189 =item EXAMPLE
9190
9191 =item AUTHOR
9192
9193 =back
9194
9195 =head2 ExtUtils::testlib - add blib/* directories to @INC
9196
9197 =over
9198
9199 =item SYNOPSIS
9200
9201 =item DESCRIPTION
9202
9203 =back
9204
9205 =head2 Fatal - replace functions with equivalents which succeed or die
9206
9207 =over
9208
9209 =item SYNOPSIS
9210
9211 =item DESCRIPTION
9212
9213 =item AUTHOR
9214
9215 =back
9216
9217 =head2 Fcntl - load the C Fcntl.h defines
9218
9219 =over
9220
9221 =item SYNOPSIS
9222
9223 =item DESCRIPTION
9224
9225 =item NOTE
9226
9227 =item EXPORTED SYMBOLS
9228
9229 =back
9230
9231 =head2 File::Basename, fileparse - split a pathname into pieces
9232
9233 =over
9234
9235 =item SYNOPSIS
9236
9237 =item DESCRIPTION
9238
9239 fileparse_set_fstype, fileparse
9240
9241 =item EXAMPLES
9242
9243 C<basename>, C<dirname>
9244
9245 =back
9246
9247 =head2 File::CheckTree, validate - run many filetest checks on a tree
9248
9249 =over
9250
9251 =item SYNOPSIS
9252
9253 =item DESCRIPTION
9254
9255 =back
9256
9257 =head2 File::Compare - Compare files or filehandles
9258
9259 =over
9260
9261 =item SYNOPSIS
9262
9263 =item DESCRIPTION
9264
9265 =item RETURN
9266
9267 =item AUTHOR
9268
9269 =back
9270
9271 =head2 File::Copy - Copy files or filehandles
9272
9273 =over
9274
9275 =item SYNOPSIS
9276
9277 =item DESCRIPTION
9278
9279 =over
9280
9281 =item Special behaviour if C<syscopy> is defined (OS/2, VMS and Win32)
9282
9283 rmscopy($from,$to[,$date_flag])
9284
9285 =back
9286
9287 =item RETURN
9288
9289 =item AUTHOR
9290
9291 =back
9292
9293 =head2 File::DosGlob - DOS like globbing and then some
9294
9295 =over
9296
9297 =item SYNOPSIS
9298
9299 =item DESCRIPTION
9300
9301 =item EXPORTS (by request only)
9302
9303 =item BUGS
9304
9305 =item AUTHOR
9306
9307 =item HISTORY
9308
9309 =item SEE ALSO
9310
9311 =back
9312
9313 =head2 File::Find, find - traverse a file tree
9314
9315 =over
9316
9317 =item SYNOPSIS
9318
9319 =item DESCRIPTION
9320
9321 C<wanted>, C<bydepth>, C<preprocess>, C<postprocess>, C<follow>,
9322 C<follow_fast>, C<follow_skip>, C<no_chdir>, C<untaint>,
9323 C<untaint_pattern>, C<untaint_skip>
9324
9325 =item CAVEAT
9326
9327 =back
9328
9329 =head2 File::Glob - Perl extension for BSD glob routine
9330
9331 =over
9332
9333 =item SYNOPSIS
9334
9335 =item DESCRIPTION
9336
9337 C<GLOB_ERR>, C<GLOB_MARK>, C<GLOB_NOCASE>, C<GLOB_NOCHECK>, C<GLOB_NOSORT>,
9338 C<GLOB_BRACE>, C<GLOB_NOMAGIC>, C<GLOB_QUOTE>, C<GLOB_TILDE>, C<GLOB_CSH>
9339
9340 =item DIAGNOSTICS
9341
9342 C<GLOB_NOSPACE>, C<GLOB_ABEND>
9343
9344 =item NOTES
9345
9346 =item AUTHOR
9347
9348 =back
9349
9350 =head2 File::Path - create or remove directory trees
9351
9352 =over
9353
9354 =item SYNOPSIS
9355
9356 =item DESCRIPTION
9357
9358 =item AUTHORS
9359
9360 =back
9361
9362 =head2 File::Spec - portably perform operations on file names
9363
9364 =over
9365
9366 =item SYNOPSIS
9367
9368 =item DESCRIPTION
9369
9370 =item SEE ALSO
9371
9372 =item AUTHORS
9373
9374 =back
9375
9376 =head2 File::Spec::Functions - portably perform operations on file names
9377
9378 =over
9379
9380 =item SYNOPSIS
9381
9382 =item DESCRIPTION
9383
9384 =over
9385
9386 =item Exports
9387
9388 =back
9389
9390 =item SEE ALSO
9391
9392 =back
9393
9394 =head2 File::Spec::Mac - File::Spec for MacOS
9395
9396 =over
9397
9398 =item SYNOPSIS
9399
9400 =item DESCRIPTION
9401
9402 =item METHODS
9403
9404 canonpath
9405
9406 =back
9407
9408 catdir
9409
9410 catfile
9411
9412 curdir
9413
9414 devnull
9415
9416 rootdir
9417
9418 tmpdir
9419
9420 updir
9421
9422 file_name_is_absolute
9423
9424 path
9425
9426 splitpath
9427
9428 splitdir
9429
9430 catpath
9431
9432 abs2rel
9433
9434 rel2abs
9435
9436 =over
9437
9438 =item SEE ALSO
9439
9440 =back
9441
9442 =head2 File::Spec::OS2 - methods for OS/2 file specs
9443
9444 =over
9445
9446 =item SYNOPSIS
9447
9448 =item DESCRIPTION
9449
9450 =back
9451
9452 =head2 File::Spec::Unix - methods used by File::Spec
9453
9454 =over
9455
9456 =item SYNOPSIS
9457
9458 =item DESCRIPTION
9459
9460 =item METHODS
9461
9462 canonpath
9463
9464 =back
9465
9466 catdir
9467
9468 catfile
9469
9470 curdir
9471
9472 devnull
9473
9474 rootdir
9475
9476 tmpdir
9477
9478 updir
9479
9480 no_upwards
9481
9482 case_tolerant
9483
9484 file_name_is_absolute
9485
9486 path
9487
9488 join
9489
9490 splitpath
9491
9492 splitdir
9493
9494 catpath
9495
9496 abs2rel
9497
9498 rel2abs
9499
9500 =over
9501
9502 =item SEE ALSO
9503
9504 =back
9505
9506 =head2 File::Spec::VMS - methods for VMS file specs
9507
9508 =over
9509
9510 =item SYNOPSIS
9511
9512 =item DESCRIPTION
9513
9514 eliminate_macros
9515
9516 =back
9517
9518 fixpath
9519
9520 =over
9521
9522 =item Methods always loaded
9523
9524 canonpath (override)
9525
9526 =back
9527
9528 catdir
9529
9530 catfile
9531
9532 curdir (override)
9533
9534 devnull (override)
9535
9536 rootdir (override)
9537
9538 tmpdir (override)
9539
9540 updir (override)
9541
9542 case_tolerant (override)
9543
9544 path (override)
9545
9546 file_name_is_absolute (override)
9547
9548 splitpath (override)
9549
9550 splitdir (override)
9551
9552 catpath (override)
9553
9554 abs2rel (override)
9555
9556 rel2abs (override)
9557
9558 =over
9559
9560 =item SEE ALSO
9561
9562 =back
9563
9564 =head2 File::Spec::Win32 - methods for Win32 file specs
9565
9566 =over
9567
9568 =item SYNOPSIS
9569
9570 =item DESCRIPTION
9571
9572 devnull
9573
9574 =back
9575
9576 tmpdir
9577
9578 catfile
9579
9580 canonpath
9581
9582 splitpath
9583
9584 splitdir
9585
9586 catpath
9587
9588 =over
9589
9590 =item SEE ALSO
9591
9592 =back
9593
9594 =head2 File::Temp - return name and handle of a temporary file safely
9595
9596 =over
9597
9598 =item PORTABILITY
9599
9600 =item SYNOPSIS
9601
9602 =item DESCRIPTION
9603
9604 =back
9605
9606 =over
9607
9608 =item FUNCTIONS
9609
9610 B<tempfile>
9611
9612 =back
9613
9614 B<tempdir>
9615
9616 =over
9617
9618 =item MKTEMP FUNCTIONS
9619
9620 B<mkstemp>
9621
9622 =back
9623
9624 B<mkstemps>
9625
9626 B<mkdtemp>
9627
9628 B<mktemp>
9629
9630 =over
9631
9632 =item POSIX FUNCTIONS
9633
9634 B<tmpnam>
9635
9636 =back
9637
9638 B<tmpfile>
9639
9640 =over
9641
9642 =item ADDITIONAL FUNCTIONS
9643
9644 B<tempnam>
9645
9646 =back
9647
9648 =over
9649
9650 =item UTILITY FUNCTIONS
9651
9652 B<unlink0>
9653
9654 =back
9655
9656 =over
9657
9658 =item PACKAGE VARIABLES
9659
9660 B<safe_level>, STANDARD, MEDIUM, HIGH
9661
9662 =back
9663
9664 TopSystemUID
9665
9666 =over
9667
9668 =item WARNING
9669
9670 =item HISTORY
9671
9672 =item SEE ALSO
9673
9674 =item AUTHOR
9675
9676 =back
9677
9678 =head2 File::stat - by-name interface to Perl's built-in stat() functions
9679
9680 =over
9681
9682 =item SYNOPSIS
9683
9684 =item DESCRIPTION
9685
9686 =item NOTE
9687
9688 =item AUTHOR
9689
9690 =back
9691
9692 =head2 FileCache - keep more files open than the system permits
9693
9694 =over
9695
9696 =item SYNOPSIS
9697
9698 =item DESCRIPTION
9699
9700 =item BUGS
9701
9702 =back
9703
9704 =head2 FileHandle - supply object methods for filehandles
9705
9706 =over
9707
9708 =item SYNOPSIS
9709
9710 =item DESCRIPTION
9711
9712 $fh->print, $fh->printf, $fh->getline, $fh->getlines
9713
9714 =item SEE ALSO
9715
9716 =back
9717
9718 =head2 FindBin - Locate directory of original perl script
9719
9720 =over
9721
9722 =item SYNOPSIS
9723
9724 =item DESCRIPTION
9725
9726 =item EXPORTABLE VARIABLES
9727
9728 =item KNOWN BUGS
9729
9730 =item AUTHORS
9731
9732 =item COPYRIGHT
9733
9734 =back
9735
9736 =head2 GDBM_File - Perl5 access to the gdbm library.
9737
9738 =over
9739
9740 =item SYNOPSIS
9741
9742 =item DESCRIPTION
9743
9744 =item AVAILABILITY
9745
9746 =item BUGS
9747
9748 =item SEE ALSO
9749
9750 =back
9751
9752 =head2 Getopt::Long - Extended processing of command line options
9753
9754 =over
9755
9756 =item SYNOPSIS
9757
9758 =item DESCRIPTION
9759
9760 =item Command Line Options, an Introduction
9761
9762 =item Getting Started with Getopt::Long
9763
9764 =over
9765
9766 =item Simple options
9767
9768 =item A little bit less simple options
9769
9770 =item Mixing command line option with other arguments
9771
9772 =item Options with values
9773
9774 =item Options with multiple values
9775
9776 =item Options with hash values
9777
9778 =item User-defined subroutines to handle options
9779
9780 =item Options with multiple names
9781
9782 =item Case and abbreviations
9783
9784 =item Summary of Option Specifications
9785
9786 !, +, s, i, f, : I<type> [ I<desttype> ]
9787
9788 =back
9789
9790 =item Advanced Possibilities
9791
9792 =over
9793
9794 =item Object oriented interface
9795
9796 =item Documentation and help texts
9797
9798 =item Storing options in a hash
9799
9800 =item Bundling
9801
9802 =item The lonesome dash
9803
9804 =item Argument call-back
9805
9806 =back
9807
9808 =item Configuring Getopt::Long
9809
9810 default, posix_default, auto_abbrev, getopt_compat, require_order, permute,
9811 bundling (default: disabled), bundling_override (default: disabled),
9812 ignore_case  (default: enabled), ignore_case_always (default: disabled),
9813 pass_through (default: disabled), prefix, prefix_pattern, debug (default:
9814 disabled)
9815
9816 =item Return values and Errors
9817
9818 =item Legacy
9819
9820 =over
9821
9822 =item Default destinations
9823
9824 =item Alternative option starters
9825
9826 =item Configuration variables
9827
9828 =back
9829
9830 =item Trouble Shooting
9831
9832 =over
9833
9834 =item Warning: Ignoring '!' modifier for short option
9835
9836 =item GetOptions does not return a false result when an option is not
9837 supplied
9838
9839 =back
9840
9841 =item AUTHOR
9842
9843 =item COPYRIGHT AND DISCLAIMER
9844
9845 =back
9846
9847 =head2 Getopt::Std, getopt - Process single-character switches with switch
9848 clustering
9849
9850 =over
9851
9852 =item SYNOPSIS
9853
9854 =item DESCRIPTION
9855
9856 =back
9857
9858 =head2 I18N::Collate - compare 8-bit scalar data according to the current
9859 locale
9860
9861 =over
9862
9863 =item SYNOPSIS
9864
9865 =item DESCRIPTION
9866
9867 =back
9868
9869 =head2 IO - load various IO modules
9870
9871 =over
9872
9873 =item SYNOPSIS
9874
9875 =item DESCRIPTION
9876
9877 =back
9878
9879 =head2 IO::Dir - supply object methods for directory handles
9880
9881 =over
9882
9883 =item SYNOPSIS
9884
9885 =item DESCRIPTION
9886
9887 new ( [ DIRNAME ] ), open ( DIRNAME ), read (), seek ( POS ), tell (),
9888 rewind (), close (), tie %hash, IO::Dir, DIRNAME [, OPTIONS ]
9889
9890 =item SEE ALSO
9891
9892 =item AUTHOR
9893
9894 =item COPYRIGHT
9895
9896 =back
9897
9898 =head2 IO::File - supply object methods for filehandles
9899
9900 =over
9901
9902 =item SYNOPSIS
9903
9904 =item DESCRIPTION
9905
9906 =item CONSTRUCTOR
9907
9908 new ( FILENAME [,MODE [,PERMS]] ), new_tmpfile
9909
9910 =item METHODS
9911
9912 open( FILENAME [,MODE [,PERMS]] )
9913
9914 =item SEE ALSO
9915
9916 =item HISTORY
9917
9918 =back
9919
9920 =head2 IO::Handle - supply object methods for I/O handles
9921
9922 =over
9923
9924 =item SYNOPSIS
9925
9926 =item DESCRIPTION
9927
9928 =item CONSTRUCTOR
9929
9930 new (), new_from_fd ( FD, MODE )
9931
9932 =item METHODS
9933
9934 $io->fdopen ( FD, MODE ), $io->opened, $io->getline, $io->getlines,
9935 $io->ungetc ( ORD ), $io->write ( BUF, LEN [, OFFSET ] ), $io->error,
9936 $io->clearerr, $io->sync, $io->flush, $io->printflush ( ARGS ),
9937 $io->blocking ( [ BOOL ] ), $io->untaint
9938
9939 =item NOTE
9940
9941 =item SEE ALSO
9942
9943 =item BUGS
9944
9945 =item HISTORY
9946
9947 =back
9948
9949 =head2 IO::Pipe - supply object methods for pipes
9950
9951 =over
9952
9953 =item SYNOPSIS
9954
9955 =item DESCRIPTION
9956
9957 =item CONSTRUCTOR
9958
9959 new ( [READER, WRITER] )
9960
9961 =item METHODS
9962
9963 reader ([ARGS]), writer ([ARGS]), handles ()
9964
9965 =item SEE ALSO
9966
9967 =item AUTHOR
9968
9969 =item COPYRIGHT
9970
9971 =back
9972
9973 =head2 IO::Poll - Object interface to system poll call
9974
9975 =over
9976
9977 =item SYNOPSIS
9978
9979 =item DESCRIPTION
9980
9981 =item METHODS
9982
9983 mask ( IO [, EVENT_MASK ] ), poll ( [ TIMEOUT ] ), events ( IO ), remove (
9984 IO ), handles( [ EVENT_MASK ] )
9985
9986 =item SEE ALSO
9987
9988 =item AUTHOR
9989
9990 =item COPYRIGHT
9991
9992 =back
9993
9994 =head2 IO::Seekable - supply seek based methods for I/O objects
9995
9996 =over
9997
9998 =item SYNOPSIS
9999
10000 =item DESCRIPTION
10001
10002 =item SEE ALSO
10003
10004 =item HISTORY
10005
10006 =back
10007
10008 =head2 IO::Select - OO interface to the select system call
10009
10010 =over
10011
10012 =item SYNOPSIS
10013
10014 =item DESCRIPTION
10015
10016 =item CONSTRUCTOR
10017
10018 new ( [ HANDLES ] )
10019
10020 =item METHODS
10021
10022 add ( HANDLES ), remove ( HANDLES ), exists ( HANDLE ), handles, can_read (
10023 [ TIMEOUT ] ), can_write ( [ TIMEOUT ] ), has_exception ( [ TIMEOUT ] ),
10024 count (), bits(), select ( READ, WRITE, ERROR [, TIMEOUT ] )
10025
10026 =item EXAMPLE
10027
10028 =item AUTHOR
10029
10030 =item COPYRIGHT
10031
10032 =back
10033
10034 =head2 IO::Socket - Object interface to socket communications
10035
10036 =over
10037
10038 =item SYNOPSIS
10039
10040 =item DESCRIPTION
10041
10042 =item CONSTRUCTOR
10043
10044 new ( [ARGS] )
10045
10046 =item METHODS
10047
10048 accept([PKG]), socketpair(DOMAIN, TYPE, PROTOCOL), timeout([VAL]),
10049 sockopt(OPT [, VAL]), sockdomain, socktype, protocol, connected
10050
10051 =item SEE ALSO
10052
10053 =item AUTHOR
10054
10055 =item COPYRIGHT
10056
10057 =back
10058
10059 =head2 IO::Socket::INET - Object interface for AF_INET domain sockets
10060
10061 =over
10062
10063 =item SYNOPSIS
10064
10065 =item DESCRIPTION
10066
10067 =item CONSTRUCTOR
10068
10069 new ( [ARGS] )
10070
10071 =over
10072
10073 =item METHODS
10074
10075 sockaddr (), sockport (), sockhost (), peeraddr (), peerport (), peerhost
10076 ()
10077
10078 =back
10079
10080 =item SEE ALSO
10081
10082 =item AUTHOR
10083
10084 =item COPYRIGHT
10085
10086 =back
10087
10088 =head2 IO::Socket::UNIX - Object interface for AF_UNIX domain sockets
10089
10090 =over
10091
10092 =item SYNOPSIS
10093
10094 =item DESCRIPTION
10095
10096 =item CONSTRUCTOR
10097
10098 new ( [ARGS] )
10099
10100 =item METHODS
10101
10102 hostpath(), peerpath()
10103
10104 =item SEE ALSO
10105
10106 =item AUTHOR
10107
10108 =item COPYRIGHT
10109
10110 =back
10111
10112 =head2 IO::lib::IO::Dir, IO::Dir - supply object methods for directory
10113 handles
10114
10115 =over
10116
10117 =item SYNOPSIS
10118
10119 =item DESCRIPTION
10120
10121 new ( [ DIRNAME ] ), open ( DIRNAME ), read (), seek ( POS ), tell (),
10122 rewind (), close (), tie %hash, IO::Dir, DIRNAME [, OPTIONS ]
10123
10124 =item SEE ALSO
10125
10126 =item AUTHOR
10127
10128 =item COPYRIGHT
10129
10130 =back
10131
10132 =head2 IO::lib::IO::File, IO::File - supply object methods for filehandles
10133
10134 =over
10135
10136 =item SYNOPSIS
10137
10138 =item DESCRIPTION
10139
10140 =item CONSTRUCTOR
10141
10142 new ( FILENAME [,MODE [,PERMS]] ), new_tmpfile
10143
10144 =item METHODS
10145
10146 open( FILENAME [,MODE [,PERMS]] )
10147
10148 =item SEE ALSO
10149
10150 =item HISTORY
10151
10152 =back
10153
10154 =head2 IO::lib::IO::Handle, IO::Handle - supply object methods for I/O
10155 handles
10156
10157 =over
10158
10159 =item SYNOPSIS
10160
10161 =item DESCRIPTION
10162
10163 =item CONSTRUCTOR
10164
10165 new (), new_from_fd ( FD, MODE )
10166
10167 =item METHODS
10168
10169 $io->fdopen ( FD, MODE ), $io->opened, $io->getline, $io->getlines,
10170 $io->ungetc ( ORD ), $io->write ( BUF, LEN [, OFFSET ] ), $io->error,
10171 $io->clearerr, $io->sync, $io->flush, $io->printflush ( ARGS ),
10172 $io->blocking ( [ BOOL ] ), $io->untaint
10173
10174 =item NOTE
10175
10176 =item SEE ALSO
10177
10178 =item BUGS
10179
10180 =item HISTORY
10181
10182 =back
10183
10184 =head2 IO::lib::IO::Pipe, IO::Pipe - supply object methods for pipes
10185
10186 =over
10187
10188 =item SYNOPSIS
10189
10190 =item DESCRIPTION
10191
10192 =item CONSTRUCTOR
10193
10194 new ( [READER, WRITER] )
10195
10196 =item METHODS
10197
10198 reader ([ARGS]), writer ([ARGS]), handles ()
10199
10200 =item SEE ALSO
10201
10202 =item AUTHOR
10203
10204 =item COPYRIGHT
10205
10206 =back
10207
10208 =head2 IO::lib::IO::Poll, IO::Poll - Object interface to system poll call
10209
10210 =over
10211
10212 =item SYNOPSIS
10213
10214 =item DESCRIPTION
10215
10216 =item METHODS
10217
10218 mask ( IO [, EVENT_MASK ] ), poll ( [ TIMEOUT ] ), events ( IO ), remove (
10219 IO ), handles( [ EVENT_MASK ] )
10220
10221 =item SEE ALSO
10222
10223 =item AUTHOR
10224
10225 =item COPYRIGHT
10226
10227 =back
10228
10229 =head2 IO::lib::IO::Seekable, IO::Seekable - supply seek based methods for
10230 I/O objects
10231
10232 =over
10233
10234 =item SYNOPSIS
10235
10236 =item DESCRIPTION
10237
10238 =item SEE ALSO
10239
10240 =item HISTORY
10241
10242 =back
10243
10244 =head2 IO::lib::IO::Select, IO::Select - OO interface to the select system
10245 call
10246
10247 =over
10248
10249 =item SYNOPSIS
10250
10251 =item DESCRIPTION
10252
10253 =item CONSTRUCTOR
10254
10255 new ( [ HANDLES ] )
10256
10257 =item METHODS
10258
10259 add ( HANDLES ), remove ( HANDLES ), exists ( HANDLE ), handles, can_read (
10260 [ TIMEOUT ] ), can_write ( [ TIMEOUT ] ), has_exception ( [ TIMEOUT ] ),
10261 count (), bits(), select ( READ, WRITE, ERROR [, TIMEOUT ] )
10262
10263 =item EXAMPLE
10264
10265 =item AUTHOR
10266
10267 =item COPYRIGHT
10268
10269 =back
10270
10271 =head2 IO::lib::IO::Socket, IO::Socket - Object interface to socket
10272 communications
10273
10274 =over
10275
10276 =item SYNOPSIS
10277
10278 =item DESCRIPTION
10279
10280 =item CONSTRUCTOR
10281
10282 new ( [ARGS] )
10283
10284 =item METHODS
10285
10286 accept([PKG]), socketpair(DOMAIN, TYPE, PROTOCOL), timeout([VAL]),
10287 sockopt(OPT [, VAL]), sockdomain, socktype, protocol, connected
10288
10289 =item SEE ALSO
10290
10291 =item AUTHOR
10292
10293 =item COPYRIGHT
10294
10295 =back
10296
10297 =head2 IO::lib::IO::Socket::INET, IO::Socket::INET - Object interface for
10298 AF_INET domain sockets
10299
10300 =over
10301
10302 =item SYNOPSIS
10303
10304 =item DESCRIPTION
10305
10306 =item CONSTRUCTOR
10307
10308 new ( [ARGS] )
10309
10310 =over
10311
10312 =item METHODS
10313
10314 sockaddr (), sockport (), sockhost (), peeraddr (), peerport (), peerhost
10315 ()
10316
10317 =back
10318
10319 =item SEE ALSO
10320
10321 =item AUTHOR
10322
10323 =item COPYRIGHT
10324
10325 =back
10326
10327 =head2 IO::lib::IO::Socket::UNIX, IO::Socket::UNIX - Object interface for
10328 AF_UNIX domain sockets
10329
10330 =over
10331
10332 =item SYNOPSIS
10333
10334 =item DESCRIPTION
10335
10336 =item CONSTRUCTOR
10337
10338 new ( [ARGS] )
10339
10340 =item METHODS
10341
10342 hostpath(), peerpath()
10343
10344 =item SEE ALSO
10345
10346 =item AUTHOR
10347
10348 =item COPYRIGHT
10349
10350 =back
10351
10352 =head2 IPC::Msg - SysV Msg IPC object class
10353
10354 =over
10355
10356 =item SYNOPSIS
10357
10358 =item DESCRIPTION
10359
10360 =item METHODS
10361
10362 new ( KEY , FLAGS ), id, rcv ( BUF, LEN [, TYPE [, FLAGS ]] ), remove, set
10363 ( STAT ), set ( NAME => VALUE [, NAME => VALUE ...] ), snd ( TYPE, MSG [,
10364 FLAGS ] ), stat
10365
10366 =item SEE ALSO
10367
10368 =item AUTHOR
10369
10370 =item COPYRIGHT
10371
10372 =back
10373
10374 =head2 IPC::Open2, open2 - open a process for both reading and writing
10375
10376 =over
10377
10378 =item SYNOPSIS
10379
10380 =item DESCRIPTION
10381
10382 =item WARNING 
10383
10384 =item SEE ALSO
10385
10386 =back
10387
10388 =head2 IPC::Open3, open3 - open a process for reading, writing, and error
10389 handling
10390
10391 =over
10392
10393 =item SYNOPSIS
10394
10395 =item DESCRIPTION
10396
10397 =item WARNING
10398
10399 =back
10400
10401 =head2 IPC::Semaphore - SysV Semaphore IPC object class
10402
10403 =over
10404
10405 =item SYNOPSIS
10406
10407 =item DESCRIPTION
10408
10409 =item METHODS
10410
10411 new ( KEY , NSEMS , FLAGS ), getall, getncnt ( SEM ), getpid ( SEM ),
10412 getval ( SEM ), getzcnt ( SEM ), id, op ( OPLIST ), remove, set ( STAT ),
10413 set ( NAME => VALUE [, NAME => VALUE ...] ), setall ( VALUES ), setval ( N
10414 , VALUE ), stat
10415
10416 =item SEE ALSO
10417
10418 =item AUTHOR
10419
10420 =item COPYRIGHT
10421
10422 =back
10423
10424 =head2 IPC::SysV - SysV IPC constants
10425
10426 =over
10427
10428 =item SYNOPSIS
10429
10430 =item DESCRIPTION
10431
10432 ftok( PATH, ID )
10433
10434 =item SEE ALSO
10435
10436 =item AUTHORS
10437
10438 =item COPYRIGHT
10439
10440 =back
10441
10442 =head2 IPC::SysV::Msg, IPC::Msg - SysV Msg IPC object class
10443
10444 =over
10445
10446 =item SYNOPSIS
10447
10448 =item DESCRIPTION
10449
10450 =item METHODS
10451
10452 new ( KEY , FLAGS ), id, rcv ( BUF, LEN [, TYPE [, FLAGS ]] ), remove, set
10453 ( STAT ), set ( NAME => VALUE [, NAME => VALUE ...] ), snd ( TYPE, MSG [,
10454 FLAGS ] ), stat
10455
10456 =item SEE ALSO
10457
10458 =item AUTHOR
10459
10460 =item COPYRIGHT
10461
10462 =back
10463
10464 =head2 IPC::SysV::Semaphore, IPC::Semaphore - SysV Semaphore IPC object
10465 class
10466
10467 =over
10468
10469 =item SYNOPSIS
10470
10471 =item DESCRIPTION
10472
10473 =item METHODS
10474
10475 new ( KEY , NSEMS , FLAGS ), getall, getncnt ( SEM ), getpid ( SEM ),
10476 getval ( SEM ), getzcnt ( SEM ), id, op ( OPLIST ), remove, set ( STAT ),
10477 set ( NAME => VALUE [, NAME => VALUE ...] ), setall ( VALUES ), setval ( N
10478 , VALUE ), stat
10479
10480 =item SEE ALSO
10481
10482 =item AUTHOR
10483
10484 =item COPYRIGHT
10485
10486 =back
10487
10488 =head2 Math::BigFloat - Arbitrary length float math package
10489
10490 =over
10491
10492 =item SYNOPSIS
10493
10494 =item DESCRIPTION
10495
10496 number format, Error returns 'NaN', Division is computed to, Rounding is
10497 performed
10498
10499 =item BUGS
10500
10501 =item AUTHOR
10502
10503 =back
10504
10505 =head2 Math::BigInt - Arbitrary size integer math package
10506
10507 =over
10508
10509 =item SYNOPSIS
10510
10511 =item DESCRIPTION
10512
10513 Canonical notation, Input, Output
10514
10515 =item EXAMPLES
10516
10517 =item Autocreating constants
10518
10519 =item BUGS
10520
10521 =item AUTHOR
10522
10523 =back
10524
10525 =head2 Math::Complex - complex numbers and associated mathematical
10526 functions
10527
10528 =over
10529
10530 =item SYNOPSIS
10531
10532 =item DESCRIPTION
10533
10534 =item OPERATIONS
10535
10536 =item CREATION
10537
10538 =item STRINGIFICATION
10539
10540 =over
10541
10542 =item CHANGED IN PERL 5.6
10543
10544 =back
10545
10546 =item USAGE
10547
10548 =item ERRORS DUE TO DIVISION BY ZERO OR LOGARITHM OF ZERO
10549
10550 =item ERRORS DUE TO INDIGESTIBLE ARGUMENTS
10551
10552 =item BUGS
10553
10554 =item AUTHORS
10555
10556 =back
10557
10558 =head2 Math::Trig - trigonometric functions
10559
10560 =over
10561
10562 =item SYNOPSIS
10563
10564 =item DESCRIPTION
10565
10566 =item TRIGONOMETRIC FUNCTIONS
10567
10568 B<tan>
10569
10570 =over
10571
10572 =item ERRORS DUE TO DIVISION BY ZERO
10573
10574 =item SIMPLE (REAL) ARGUMENTS, COMPLEX RESULTS
10575
10576 =back
10577
10578 =item PLANE ANGLE CONVERSIONS
10579
10580 =item RADIAL COORDINATE CONVERSIONS
10581
10582 =over
10583
10584 =item COORDINATE SYSTEMS
10585
10586 =item 3-D ANGLE CONVERSIONS
10587
10588 cartesian_to_cylindrical, cartesian_to_spherical, cylindrical_to_cartesian,
10589 cylindrical_to_spherical, spherical_to_cartesian, spherical_to_cylindrical
10590
10591 =back
10592
10593 =item GREAT CIRCLE DISTANCES
10594
10595 =item EXAMPLES
10596
10597 =item BUGS
10598
10599 =item AUTHORS
10600
10601 =back
10602
10603 =head2 NDBM_File - Tied access to ndbm files
10604
10605 =over
10606
10607 =item SYNOPSIS
10608
10609 C<O_RDONLY>, C<O_WRONLY>, C<O_RDWR>
10610
10611 =item DIAGNOSTICS
10612
10613 =over
10614
10615 =item C<ndbm store returned -1, errno 22, key "..." at ...>
10616
10617 =back
10618
10619 =item BUGS AND WARNINGS
10620
10621 =back
10622
10623 =head2 Net::Ping - check a remote host for reachability
10624
10625 =over
10626
10627 =item SYNOPSIS
10628
10629 =item DESCRIPTION
10630
10631 =over
10632
10633 =item Functions
10634
10635 Net::Ping->new([$proto [, $def_timeout [, $bytes]]]);, $p->ping($host [,
10636 $timeout]);, $p->close();, pingecho($host [, $timeout]);
10637
10638 =back
10639
10640 =item WARNING
10641
10642 =item NOTES
10643
10644 =back
10645
10646 =head2 Net::hostent - by-name interface to Perl's built-in gethost*()
10647 functions
10648
10649 =over
10650
10651 =item SYNOPSIS
10652
10653 =item DESCRIPTION
10654
10655 =item EXAMPLES
10656
10657 =item NOTE
10658
10659 =item AUTHOR
10660
10661 =back
10662
10663 =head2 Net::netent - by-name interface to Perl's built-in getnet*()
10664 functions
10665
10666 =over
10667
10668 =item SYNOPSIS
10669
10670 =item DESCRIPTION
10671
10672 =item EXAMPLES
10673
10674 =item NOTE
10675
10676 =item AUTHOR
10677
10678 =back
10679
10680 =head2 Net::protoent - by-name interface to Perl's built-in getproto*()
10681 functions
10682
10683 =over
10684
10685 =item SYNOPSIS
10686
10687 =item DESCRIPTION
10688
10689 =item NOTE
10690
10691 =item AUTHOR
10692
10693 =back
10694
10695 =head2 Net::servent - by-name interface to Perl's built-in getserv*()
10696 functions
10697
10698 =over
10699
10700 =item SYNOPSIS
10701
10702 =item DESCRIPTION
10703
10704 =item EXAMPLES
10705
10706 =item NOTE
10707
10708 =item AUTHOR
10709
10710 =back
10711
10712 =head2 O - Generic interface to Perl Compiler backends
10713
10714 =over
10715
10716 =item SYNOPSIS
10717
10718 =item DESCRIPTION
10719
10720 =item CONVENTIONS
10721
10722 =item IMPLEMENTATION
10723
10724 =item AUTHOR
10725
10726 =back
10727
10728 =head2 ODBM_File - Tied access to odbm files
10729
10730 =over
10731
10732 =item SYNOPSIS
10733
10734 C<O_RDONLY>, C<O_WRONLY>, C<O_RDWR>
10735
10736 =item DIAGNOSTICS
10737
10738 =over
10739
10740 =item C<odbm store returned -1, errno 22, key "..." at ...>
10741
10742 =back
10743
10744 =item BUGS AND WARNINGS
10745
10746 =back
10747
10748 =head2 Opcode - Disable named opcodes when compiling perl code
10749
10750 =over
10751
10752 =item SYNOPSIS
10753
10754 =item DESCRIPTION
10755
10756 =item NOTE
10757
10758 =item WARNING
10759
10760 =item Operator Names and Operator Lists
10761
10762 an operator name (opname), an operator tag name (optag), a negated opname
10763 or optag, an operator set (opset)
10764
10765 =item Opcode Functions
10766
10767 opcodes, opset (OP, ...), opset_to_ops (OPSET), opset_to_hex (OPSET),
10768 full_opset, empty_opset, invert_opset (OPSET), verify_opset (OPSET, ...),
10769 define_optag (OPTAG, OPSET), opmask_add (OPSET), opmask, opdesc (OP, ...),
10770 opdump (PAT)
10771
10772 =item Manipulating Opsets
10773
10774 =item TO DO (maybe)
10775
10776 =back
10777
10778 =over
10779
10780 =item Predefined Opcode Tags
10781
10782 :base_core, :base_mem, :base_loop, :base_io, :base_orig, :base_math,
10783 :base_thread, :default, :filesys_read, :sys_db, :browse, :filesys_open,
10784 :filesys_write, :subprocess, :ownprocess, :others, :still_to_be_decided,
10785 :dangerous
10786
10787 =item SEE ALSO
10788
10789 =item AUTHORS
10790
10791 =back
10792
10793 =head2 Opcode::Safe, Safe - Compile and execute code in restricted
10794 compartments
10795
10796 =over
10797
10798 =item SYNOPSIS
10799
10800 =item DESCRIPTION
10801
10802 a new namespace, an operator mask
10803
10804 =item WARNING
10805
10806 =over
10807
10808 =item RECENT CHANGES
10809
10810 =item Methods in class Safe
10811
10812 permit (OP, ...), permit_only (OP, ...), deny (OP, ...), deny_only (OP,
10813 ...), trap (OP, ...), untrap (OP, ...), share (NAME, ...), share_from
10814 (PACKAGE, ARRAYREF), varglob (VARNAME), reval (STRING), rdo (FILENAME),
10815 root (NAMESPACE), mask (MASK)
10816
10817 =item Some Safety Issues
10818
10819 Memory, CPU, Snooping, Signals, State Changes
10820
10821 =item AUTHOR
10822
10823 =back
10824
10825 =back
10826
10827 =head2 Opcode::ops, ops - Perl pragma to restrict unsafe operations when
10828 compiling
10829
10830 =over
10831
10832 =item SYNOPSIS  
10833
10834 =item DESCRIPTION
10835
10836 =item SEE ALSO
10837
10838 =back
10839
10840 =head2 POSIX - Perl interface to IEEE Std 1003.1
10841
10842 =over
10843
10844 =item SYNOPSIS
10845
10846 =item DESCRIPTION
10847
10848 =item NOTE
10849
10850 =item CAVEATS 
10851
10852 =item FUNCTIONS
10853
10854 _exit, abort, abs, access, acos, alarm, asctime, asin, assert, atan, atan2,
10855 atexit, atof, atoi, atol, bsearch, calloc, ceil, chdir, chmod, chown,
10856 clearerr, clock, close, closedir, cos, cosh, creat, ctermid, ctime,
10857 cuserid, difftime, div, dup, dup2, errno, execl, execle, execlp, execv,
10858 execve, execvp, exit, exp, fabs, fclose, fcntl, fdopen, feof, ferror,
10859 fflush, fgetc, fgetpos, fgets, fileno, floor, fmod, fopen, fork, fpathconf,
10860 fprintf, fputc, fputs, fread, free, freopen, frexp, fscanf, fseek, fsetpos,
10861 fstat, ftell, fwrite, getc, getchar, getcwd, getegid, getenv, geteuid,
10862 getgid, getgrgid, getgrnam, getgroups, getlogin, getpgrp, getpid, getppid,
10863 getpwnam, getpwuid, gets, getuid, gmtime, isalnum, isalpha, isatty,
10864 iscntrl, isdigit, isgraph, islower, isprint, ispunct, isspace, isupper,
10865 isxdigit, kill, labs, ldexp, ldiv, link, localeconv, localtime, log, log10,
10866 longjmp, lseek, malloc, mblen, mbstowcs, mbtowc, memchr, memcmp, memcpy,
10867 memmove, memset, mkdir, mkfifo, mktime, modf, nice, offsetof, open,
10868 opendir, pathconf, pause, perror, pipe, pow, printf, putc, putchar, puts,
10869 qsort, raise, rand, read, readdir, realloc, remove, rename, rewind,
10870 rewinddir, rmdir, scanf, setgid, setjmp, setlocale, setpgid, setsid,
10871 setuid, sigaction, siglongjmp, sigpending, sigprocmask, sigsetjmp,
10872 sigsuspend, sin, sinh, sleep, sprintf, sqrt, srand, sscanf, stat, strcat,
10873 strchr, strcmp, strcoll, strcpy, strcspn, strerror, strftime, strlen,
10874 strncat, strncmp, strncpy, strpbrk, strrchr, strspn, strstr, strtod,
10875 strtok, strtol, strtoul, strxfrm, sysconf, system, tan, tanh, tcdrain,
10876 tcflow, tcflush, tcgetpgrp, tcsendbreak, tcsetpgrp, time, times, tmpfile,
10877 tmpnam, tolower, toupper, ttyname, tzname, tzset, umask, uname, ungetc,
10878 unlink, utime, vfprintf, vprintf, vsprintf, wait, waitpid, wcstombs,
10879 wctomb, write
10880
10881 =item CLASSES
10882
10883 =over
10884
10885 =item POSIX::SigAction
10886
10887 new
10888
10889 =item POSIX::SigSet
10890
10891 new, addset, delset, emptyset, fillset, ismember
10892
10893 =item POSIX::Termios
10894
10895 new, getattr, getcc, getcflag, getiflag, getispeed, getlflag, getoflag,
10896 getospeed, setattr, setcc, setcflag, setiflag, setispeed, setlflag,
10897 setoflag, setospeed, Baud rate values, Terminal interface values, c_cc
10898 field values, c_cflag field values, c_iflag field values, c_lflag field
10899 values, c_oflag field values
10900
10901 =back
10902
10903 =item PATHNAME CONSTANTS
10904
10905 Constants
10906
10907 =item POSIX CONSTANTS
10908
10909 Constants
10910
10911 =item SYSTEM CONFIGURATION
10912
10913 Constants
10914
10915 =item ERRNO
10916
10917 Constants
10918
10919 =item FCNTL
10920
10921 Constants
10922
10923 =item FLOAT
10924
10925 Constants
10926
10927 =item LIMITS
10928
10929 Constants
10930
10931 =item LOCALE
10932
10933 Constants
10934
10935 =item MATH
10936
10937 Constants
10938
10939 =item SIGNAL
10940
10941 Constants
10942
10943 =item STAT
10944
10945 Constants, Macros
10946
10947 =item STDLIB
10948
10949 Constants
10950
10951 =item STDIO
10952
10953 Constants
10954
10955 =item TIME
10956
10957 Constants
10958
10959 =item UNISTD
10960
10961 Constants
10962
10963 =item WAIT
10964
10965 Constants, Macros
10966
10967 =back
10968
10969 =head2 Pod::Checker, podchecker() - check pod documents for syntax errors
10970
10971 =over
10972
10973 =item SYNOPSIS
10974
10975 =item OPTIONS/ARGUMENTS
10976
10977 =over
10978
10979 =item podchecker()
10980
10981 B<-warnings> =E<gt> I<val>
10982
10983 =back
10984
10985 =item DESCRIPTION
10986
10987 =item DIAGNOSTICS
10988
10989 =over
10990
10991 =item Errors
10992
10993 empty =headn, =over on line I<N> without closing =back, =item without
10994 previous =over, =back without previous =over, No argument for =begin, =end
10995 without =begin, Nested =begin's, =for without formatter specification,
10996 unresolved internal link I<NAME>, Unknown command "I<CMD>", Unknown
10997 interior-sequence "I<SEQ>", nested commands
10998 I<CMD>E<lt>...I<CMD>E<lt>...E<gt>...E<gt>, garbled entity I<STRING>, Entity
10999 number out of range, malformed link LE<lt>E<gt>, nonempty ZE<lt>E<gt>,
11000 empty XE<lt>E<gt>, Spurious text after =pod / =cut, Spurious character(s)
11001 after =back
11002
11003 =item Warnings
11004
11005 multiple occurrence of link target I<name>, line containing nothing but
11006 whitespace in paragraph, file does not start with =head, No numeric
11007 argument for =over, previous =item has no contents, preceding non-item
11008 paragraph(s), =item type mismatch (I<one> vs. I<two>), I<N> unescaped
11009 C<E<lt>E<gt>> in paragraph, Unknown entity, No items in =over, No argument
11010 for =item, empty section in previous paragraph, Verbatim paragraph in NAME
11011 section
11012
11013 =item Hyperlinks
11014
11015 collapsing newlines to blanks, ignoring leading/trailing whitespace in
11016 link, (section) in '$page' deprecated, alternative text/node '%s' contains
11017 non-escaped | or /
11018
11019 =back
11020
11021 =item RETURN VALUE
11022
11023 =item EXAMPLES
11024
11025 =item INTERFACE
11026
11027 =back
11028
11029 C<Pod::Checker-E<gt>new( %options )>
11030
11031 C<$checker-E<gt>poderror( @args )>, C<$checker-E<gt>poderror( {%opts},
11032 @args )>
11033
11034 C<$checker-E<gt>num_errors()>
11035
11036 C<$checker-E<gt>name()>
11037
11038 C<$checker-E<gt>node()>
11039
11040 C<$checker-E<gt>idx()>
11041
11042 C<$checker-E<gt>hyperlink()>
11043
11044 =over
11045
11046 =item AUTHOR
11047
11048 =back
11049
11050 =head2 Pod::Find - find POD documents in directory trees
11051
11052 =over
11053
11054 =item SYNOPSIS
11055
11056 =item DESCRIPTION
11057
11058 =back
11059
11060 =over
11061
11062 =item C<pod_find( { %opts } , @directories )>
11063
11064 C<-verbose =E<gt> 1>, C<-perl =E<gt> 1>, C<-script =E<gt> 1>, C<-inc =E<gt>
11065 1>
11066
11067 =back
11068
11069 =over
11070
11071 =item C<simplify_name( $str )>
11072
11073 =back
11074
11075 =over
11076
11077 =item C<pod_where( { %opts }, $pod )>
11078
11079 C<-inc =E<gt> 1>, C<-dirs =E<gt> [ $dir1, $dir2, ... ]>, C<-verbose =E<gt>
11080 1>
11081
11082 =back
11083
11084 =over
11085
11086 =item C<contains_pod( $file , $verbose )>
11087
11088 =back
11089
11090 =over
11091
11092 =item AUTHOR
11093
11094 =item SEE ALSO
11095
11096 =back
11097
11098 =head2 Pod::Html - module to convert pod files to HTML
11099
11100 =over
11101
11102 =item SYNOPSIS
11103
11104 =item DESCRIPTION
11105
11106 =item ARGUMENTS
11107
11108 backlink, css, flush, header, help, htmldir, htmlroot, index, infile,
11109 libpods, netscape, outfile, podpath, podroot, quiet, recurse, title,
11110 verbose
11111
11112 =item EXAMPLE
11113
11114 =item ENVIRONMENT
11115
11116 =item AUTHOR
11117
11118 =item SEE ALSO
11119
11120 =item COPYRIGHT
11121
11122 =back
11123
11124 =head2 Pod::InputObjects - objects representing POD input paragraphs,
11125 commands, etc.
11126
11127 =over
11128
11129 =item SYNOPSIS
11130
11131 =item REQUIRES
11132
11133 =item EXPORTS
11134
11135 =item DESCRIPTION
11136
11137 package B<Pod::InputSource>, package B<Pod::Paragraph>, package
11138 B<Pod::InteriorSequence>, package B<Pod::ParseTree>
11139
11140 =back
11141
11142 =over
11143
11144 =item B<Pod::InputSource>
11145
11146 =back
11147
11148 =over
11149
11150 =item B<new()>
11151
11152 =back
11153
11154 =over
11155
11156 =item B<name()>
11157
11158 =back
11159
11160 =over
11161
11162 =item B<handle()>
11163
11164 =back
11165
11166 =over
11167
11168 =item B<was_cutting()>
11169
11170 =back
11171
11172 =over
11173
11174 =item B<Pod::Paragraph>
11175
11176 =back
11177
11178 =over
11179
11180 =item Pod::Paragraph-E<gt>B<new()>
11181
11182 =back
11183
11184 =over
11185
11186 =item $pod_para-E<gt>B<cmd_name()>
11187
11188 =back
11189
11190 =over
11191
11192 =item $pod_para-E<gt>B<text()>
11193
11194 =back
11195
11196 =over
11197
11198 =item $pod_para-E<gt>B<raw_text()>
11199
11200 =back
11201
11202 =over
11203
11204 =item $pod_para-E<gt>B<cmd_prefix()>
11205
11206 =back
11207
11208 =over
11209
11210 =item $pod_para-E<gt>B<cmd_separator()>
11211
11212 =back
11213
11214 =over
11215
11216 =item $pod_para-E<gt>B<parse_tree()>
11217
11218 =back
11219
11220 =over
11221
11222 =item $pod_para-E<gt>B<file_line()>
11223
11224 =back
11225
11226 =over
11227
11228 =item B<Pod::InteriorSequence>
11229
11230 =back
11231
11232 =over
11233
11234 =item Pod::InteriorSequence-E<gt>B<new()>
11235
11236 =back
11237
11238 =over
11239
11240 =item $pod_seq-E<gt>B<cmd_name()>
11241
11242 =back
11243
11244 =over
11245
11246 =item $pod_seq-E<gt>B<prepend()>
11247
11248 =back
11249
11250 =over
11251
11252 =item $pod_seq-E<gt>B<append()>
11253
11254 =back
11255
11256 =over
11257
11258 =item $pod_seq-E<gt>B<nested()>
11259
11260 =back
11261
11262 =over
11263
11264 =item $pod_seq-E<gt>B<raw_text()>
11265
11266 =back
11267
11268 =over
11269
11270 =item $pod_seq-E<gt>B<left_delimiter()>
11271
11272 =back
11273
11274 =over
11275
11276 =item $pod_seq-E<gt>B<right_delimiter()>
11277
11278 =back
11279
11280 =over
11281
11282 =item $pod_seq-E<gt>B<parse_tree()>
11283
11284 =back
11285
11286 =over
11287
11288 =item $pod_seq-E<gt>B<file_line()>
11289
11290 =back
11291
11292 =over
11293
11294 =item Pod::InteriorSequence::B<DESTROY()>
11295
11296 =back
11297
11298 =over
11299
11300 =item B<Pod::ParseTree>
11301
11302 =back
11303
11304 =over
11305
11306 =item Pod::ParseTree-E<gt>B<new()>
11307
11308 =back
11309
11310 =over
11311
11312 =item $ptree-E<gt>B<top()>
11313
11314 =back
11315
11316 =over
11317
11318 =item $ptree-E<gt>B<children()>
11319
11320 =back
11321
11322 =over
11323
11324 =item $ptree-E<gt>B<prepend()>
11325
11326 =back
11327
11328 =over
11329
11330 =item $ptree-E<gt>B<append()>
11331
11332 =back
11333
11334 =over
11335
11336 =item $ptree-E<gt>B<raw_text()>
11337
11338 =back
11339
11340 =over
11341
11342 =item Pod::ParseTree::B<DESTROY()>
11343
11344 =back
11345
11346 =over
11347
11348 =item SEE ALSO
11349
11350 =item AUTHOR
11351
11352 =back
11353
11354 =head2 Pod::LaTeX - Convert Pod data to formatted Latex
11355
11356 =over
11357
11358 =item SYNOPSIS
11359
11360 =item DESCRIPTION
11361
11362 =back
11363
11364 =over
11365
11366 =item OBJECT METHODS
11367
11368 C<initialize>
11369
11370 =back
11371
11372 =over
11373
11374 =item Data Accessors
11375
11376 B<AddPreamble>
11377
11378 =back
11379
11380 B<AddPostamble>
11381
11382 B<Head1Level>
11383
11384 B<Label>
11385
11386 B<LevelNoNum>
11387
11388 B<MakeIndex>
11389
11390 B<ReplaceNAMEwithSection>
11391
11392 B<StartWithNewPage>
11393
11394 B<TableOfContents>
11395
11396 B<UniqueLabels>
11397
11398 B<UserPreamble>
11399
11400 B<UserPostamble>
11401
11402 B<Lists>
11403
11404 =over
11405
11406 =item Subclassed methods
11407
11408 =back
11409
11410 B<begin_pod>
11411
11412 B<end_pod>
11413
11414 B<command>
11415
11416 B<verbatim>
11417
11418 B<textblock>
11419
11420 B<interior_sequence>
11421
11422 =over
11423
11424 =item List Methods
11425
11426 B<begin_list>
11427
11428 =back
11429
11430 B<end_list>
11431
11432 B<add_item>
11433
11434 =over
11435
11436 =item Methods for headings
11437
11438 B<head>
11439
11440 =back
11441
11442 =over
11443
11444 =item Internal methods
11445
11446 B<_output>
11447
11448 =back
11449
11450 B<_replace_special_chars>
11451
11452 B<_create_label>
11453
11454 B<_create_index>
11455
11456 B<_clean_latex_commands>
11457
11458 =over
11459
11460 =item NOTES
11461
11462 =item SEE ALSO
11463
11464 =item AUTHORS
11465
11466 =item COPYRIGHT
11467
11468 =item REVISION
11469
11470 =back
11471
11472 =head2 Pod::Man - Convert POD data to formatted *roff input
11473
11474 =over
11475
11476 =item SYNOPSIS
11477
11478 =item DESCRIPTION
11479
11480 center, date, fixed, fixedbold, fixeditalic, fixedbolditalic, release,
11481 section
11482
11483 =item DIAGNOSTICS
11484
11485 roff font should be 1 or 2 chars, not `%s', Invalid link %s, Unknown escape
11486 EE<lt>%sE<gt>, Unknown sequence %s, Unmatched =back
11487
11488 =item BUGS
11489
11490 =item SEE ALSO
11491
11492 =item AUTHOR
11493
11494 =back
11495
11496 =head2 Pod::ParseUtils - helpers for POD parsing and conversion
11497
11498 =over
11499
11500 =item SYNOPSIS
11501
11502 =item DESCRIPTION
11503
11504 =back
11505
11506 =over
11507
11508 =item Pod::List
11509
11510 Pod::List-E<gt>new()
11511
11512 =back
11513
11514 $list-E<gt>file()
11515
11516 $list-E<gt>start()
11517
11518 $list-E<gt>indent()
11519
11520 $list-E<gt>type()
11521
11522 $list-E<gt>rx()
11523
11524 $list-E<gt>item()
11525
11526 $list-E<gt>parent()
11527
11528 $list-E<gt>tag()
11529
11530 =over
11531
11532 =item Pod::Hyperlink
11533
11534 Pod::Hyperlink-E<gt>new()
11535
11536 =back
11537
11538 $link-E<gt>parse($string)
11539
11540 $link-E<gt>markup($string)
11541
11542 $link-E<gt>text()
11543
11544 $link-E<gt>warning()
11545
11546 $link-E<gt>file(), $link-E<gt>line()
11547
11548 $link-E<gt>page()
11549
11550 $link-E<gt>node()
11551
11552 $link-E<gt>alttext()
11553
11554 $link-E<gt>type()
11555
11556 $link-E<gt>link()
11557
11558 =over
11559
11560 =item Pod::Cache
11561
11562 Pod::Cache-E<gt>new()
11563
11564 =back
11565
11566 $cache-E<gt>item()
11567
11568 $cache-E<gt>find_page($name)
11569
11570 =over
11571
11572 =item Pod::Cache::Item
11573
11574 Pod::Cache::Item-E<gt>new()
11575
11576 =back
11577
11578 $cacheitem-E<gt>page()
11579
11580 $cacheitem-E<gt>description()
11581
11582 $cacheitem-E<gt>path()
11583
11584 $cacheitem-E<gt>file()
11585
11586 $cacheitem-E<gt>nodes()
11587
11588 $cacheitem-E<gt>find_node($name)
11589
11590 $cacheitem-E<gt>idx()
11591
11592 =over
11593
11594 =item AUTHOR
11595
11596 =item SEE ALSO
11597
11598 =back
11599
11600 =head2 Pod::Parser - base class for creating POD filters and translators
11601
11602 =over
11603
11604 =item SYNOPSIS
11605
11606 =item REQUIRES
11607
11608 =item EXPORTS
11609
11610 =item DESCRIPTION
11611
11612 =item QUICK OVERVIEW
11613
11614 =item PARSING OPTIONS
11615
11616 B<-want_nonPODs> (default: unset), B<-process_cut_cmd> (default: unset),
11617 B<-warnings> (default: unset)
11618
11619 =back
11620
11621 =over
11622
11623 =item RECOMMENDED SUBROUTINE/METHOD OVERRIDES
11624
11625 =back
11626
11627 =over
11628
11629 =item B<command()>
11630
11631 C<$cmd>, C<$text>, C<$line_num>, C<$pod_para>
11632
11633 =back
11634
11635 =over
11636
11637 =item B<verbatim()>
11638
11639 C<$text>, C<$line_num>, C<$pod_para>
11640
11641 =back
11642
11643 =over
11644
11645 =item B<textblock()>
11646
11647 C<$text>, C<$line_num>, C<$pod_para>
11648
11649 =back
11650
11651 =over
11652
11653 =item B<interior_sequence()>
11654
11655 =back
11656
11657 =over
11658
11659 =item OPTIONAL SUBROUTINE/METHOD OVERRIDES
11660
11661 =back
11662
11663 =over
11664
11665 =item B<new()>
11666
11667 =back
11668
11669 =over
11670
11671 =item B<initialize()>
11672
11673 =back
11674
11675 =over
11676
11677 =item B<begin_pod()>
11678
11679 =back
11680
11681 =over
11682
11683 =item B<begin_input()>
11684
11685 =back
11686
11687 =over
11688
11689 =item B<end_input()>
11690
11691 =back
11692
11693 =over
11694
11695 =item B<end_pod()>
11696
11697 =back
11698
11699 =over
11700
11701 =item B<preprocess_line()>
11702
11703 =back
11704
11705 =over
11706
11707 =item B<preprocess_paragraph()>
11708
11709 =back
11710
11711 =over
11712
11713 =item METHODS FOR PARSING AND PROCESSING
11714
11715 =back
11716
11717 =over
11718
11719 =item B<parse_text()>
11720
11721 B<-expand_seq> =E<gt> I<code-ref>|I<method-name>, B<-expand_text> =E<gt>
11722 I<code-ref>|I<method-name>, B<-expand_ptree> =E<gt>
11723 I<code-ref>|I<method-name>
11724
11725 =back
11726
11727 =over
11728
11729 =item B<interpolate()>
11730
11731 =back
11732
11733 =over
11734
11735 =item B<parse_paragraph()>
11736
11737 =back
11738
11739 =over
11740
11741 =item B<parse_from_filehandle()>
11742
11743 =back
11744
11745 =over
11746
11747 =item B<parse_from_file()>
11748
11749 =back
11750
11751 =over
11752
11753 =item ACCESSOR METHODS
11754
11755 =back
11756
11757 =over
11758
11759 =item B<errorsub()>
11760
11761 =back
11762
11763 =over
11764
11765 =item B<cutting()>
11766
11767 =back
11768
11769 =over
11770
11771 =item B<parseopts()>
11772
11773 =back
11774
11775 =over
11776
11777 =item B<output_file()>
11778
11779 =back
11780
11781 =over
11782
11783 =item B<output_handle()>
11784
11785 =back
11786
11787 =over
11788
11789 =item B<input_file()>
11790
11791 =back
11792
11793 =over
11794
11795 =item B<input_handle()>
11796
11797 =back
11798
11799 =over
11800
11801 =item B<input_streams()>
11802
11803 =back
11804
11805 =over
11806
11807 =item B<top_stream()>
11808
11809 =back
11810
11811 =over
11812
11813 =item PRIVATE METHODS AND DATA
11814
11815 =back
11816
11817 =over
11818
11819 =item B<_push_input_stream()>
11820
11821 =back
11822
11823 =over
11824
11825 =item B<_pop_input_stream()>
11826
11827 =back
11828
11829 =over
11830
11831 =item TREE-BASED PARSING
11832
11833 =item SEE ALSO
11834
11835 =item AUTHOR
11836
11837 =back
11838
11839 =head2 Pod::Plainer - Perl extension for converting Pod to old style Pod.
11840
11841 =over
11842
11843 =item SYNOPSIS
11844
11845 =item DESCRIPTION
11846
11847 =over
11848
11849 =item EXPORT
11850
11851 =back
11852
11853 =item AUTHOR
11854
11855 =item SEE ALSO
11856
11857 =back
11858
11859 =head2 Pod::Select, podselect() - extract selected sections of POD from
11860 input
11861
11862 =over
11863
11864 =item SYNOPSIS
11865
11866 =item REQUIRES
11867
11868 =item EXPORTS
11869
11870 =item DESCRIPTION
11871
11872 =item SECTION SPECIFICATIONS
11873
11874 =item RANGE SPECIFICATIONS
11875
11876 =back
11877
11878 =over
11879
11880 =item OBJECT METHODS
11881
11882 =back
11883
11884 =over
11885
11886 =item B<curr_headings()>
11887
11888 =back
11889
11890 =over
11891
11892 =item B<select()>
11893
11894 =back
11895
11896 =over
11897
11898 =item B<add_selection()>
11899
11900 =back
11901
11902 =over
11903
11904 =item B<clear_selections()>
11905
11906 =back
11907
11908 =over
11909
11910 =item B<match_section()>
11911
11912 =back
11913
11914 =over
11915
11916 =item B<is_selected()>
11917
11918 =back
11919
11920 =over
11921
11922 =item EXPORTED FUNCTIONS
11923
11924 =back
11925
11926 =over
11927
11928 =item B<podselect()>
11929
11930 B<-output>, B<-sections>, B<-ranges>
11931
11932 =back
11933
11934 =over
11935
11936 =item PRIVATE METHODS AND DATA
11937
11938 =back
11939
11940 =over
11941
11942 =item B<_compile_section_spec()>
11943
11944 =back
11945
11946 =over
11947
11948 =item $self->{_SECTION_HEADINGS}
11949
11950 =back
11951
11952 =over
11953
11954 =item $self->{_SELECTED_SECTIONS}
11955
11956 =back
11957
11958 =over
11959
11960 =item SEE ALSO
11961
11962 =item AUTHOR
11963
11964 =back
11965
11966 =head2 Pod::Text - Convert POD data to formatted ASCII text
11967
11968 =over
11969
11970 =item SYNOPSIS
11971
11972 =item DESCRIPTION
11973
11974 alt, indent, loose, sentence, width
11975
11976 =item DIAGNOSTICS
11977
11978 Bizarre space in item, Can't open %s for reading: %s, Unknown escape: %s,
11979 Unknown sequence: %s, Unmatched =back
11980
11981 =item RESTRICTIONS
11982
11983 =item NOTES
11984
11985 =item SEE ALSO
11986
11987 =item AUTHOR
11988
11989 =back
11990
11991 =head2 Pod::Text::Color - Convert POD data to formatted color ASCII text
11992
11993 =over
11994
11995 =item SYNOPSIS
11996
11997 =item DESCRIPTION
11998
11999 =item BUGS
12000
12001 =item SEE ALSO
12002
12003 =item AUTHOR
12004
12005 =back
12006
12007 =head2 Pod::Text::Termcap, Pod::Text::Color - Convert POD data to ASCII
12008 text with format escapes
12009
12010 =over
12011
12012 =item SYNOPSIS
12013
12014 =item DESCRIPTION
12015
12016 =item SEE ALSO
12017
12018 =item AUTHOR
12019
12020 =back
12021
12022 =head2 Pod::Usage, pod2usage() - print a usage message from embedded pod
12023 documentation
12024
12025 =over
12026
12027 =item SYNOPSIS
12028
12029 =item ARGUMENTS
12030
12031 C<-message>, C<-msg>, C<-exitval>, C<-verbose>, C<-output>, C<-input>,
12032 C<-pathlist>
12033
12034 =item DESCRIPTION
12035
12036 =item EXAMPLES
12037
12038 =over
12039
12040 =item Recommended Use
12041
12042 =back
12043
12044 =item CAVEATS
12045
12046 =item AUTHOR
12047
12048 =item ACKNOWLEDGEMENTS
12049
12050 =back
12051
12052 =head2 SDBM_File - Tied access to sdbm files
12053
12054 =over
12055
12056 =item SYNOPSIS
12057
12058 =item DESCRIPTION
12059
12060 C<O_RDONLY>, C<O_WRONLY>, C<O_RDWR>
12061
12062 =item DIAGNOSTICS
12063
12064 =over
12065
12066 =item C<sdbm store returned -1, errno 22, key "..." at ...>
12067
12068 =back
12069
12070 =item BUGS AND WARNINGS
12071
12072 =back
12073
12074 =head2 Safe - Compile and execute code in restricted compartments
12075
12076 =over
12077
12078 =item SYNOPSIS
12079
12080 =item DESCRIPTION
12081
12082 a new namespace, an operator mask
12083
12084 =item WARNING
12085
12086 =over
12087
12088 =item RECENT CHANGES
12089
12090 =item Methods in class Safe
12091
12092 permit (OP, ...), permit_only (OP, ...), deny (OP, ...), deny_only (OP,
12093 ...), trap (OP, ...), untrap (OP, ...), share (NAME, ...), share_from
12094 (PACKAGE, ARRAYREF), varglob (VARNAME), reval (STRING), rdo (FILENAME),
12095 root (NAMESPACE), mask (MASK)
12096
12097 =item Some Safety Issues
12098
12099 Memory, CPU, Snooping, Signals, State Changes
12100
12101 =item AUTHOR
12102
12103 =back
12104
12105 =back
12106
12107 =head2 Search::Dict, look - search for key in dictionary file
12108
12109 =over
12110
12111 =item SYNOPSIS
12112
12113 =item DESCRIPTION
12114
12115 =back
12116
12117 =head2 SelectSaver - save and restore selected file handle
12118
12119 =over
12120
12121 =item SYNOPSIS
12122
12123 =item DESCRIPTION
12124
12125 =back
12126
12127 =head2 SelfLoader - load functions only on demand
12128
12129 =over
12130
12131 =item SYNOPSIS
12132
12133 =item DESCRIPTION
12134
12135 =over
12136
12137 =item The __DATA__ token
12138
12139 =item SelfLoader autoloading
12140
12141 =item Autoloading and package lexicals
12142
12143 =item SelfLoader and AutoLoader
12144
12145 =item __DATA__, __END__, and the FOOBAR::DATA filehandle.
12146
12147 =item Classes and inherited methods.
12148
12149 =back
12150
12151 =item Multiple packages and fully qualified subroutine names
12152
12153 =back
12154
12155 =head2 Shell - run shell commands transparently within perl
12156
12157 =over
12158
12159 =item SYNOPSIS
12160
12161 =item DESCRIPTION
12162
12163 =over
12164
12165 =item OBJECT ORIENTED SYNTAX
12166
12167 =back
12168
12169 =item AUTHOR
12170
12171 =back
12172
12173 =head2 Socket, sockaddr_in, sockaddr_un, inet_aton, inet_ntoa - load the C
12174 socket.h defines and structure manipulators 
12175
12176 =over
12177
12178 =item SYNOPSIS
12179
12180 =item DESCRIPTION
12181
12182 inet_aton HOSTNAME, inet_ntoa IP_ADDRESS, INADDR_ANY, INADDR_BROADCAST,
12183 INADDR_LOOPBACK, INADDR_NONE, sockaddr_in PORT, ADDRESS, sockaddr_in
12184 SOCKADDR_IN, pack_sockaddr_in PORT, IP_ADDRESS, unpack_sockaddr_in
12185 SOCKADDR_IN, sockaddr_un PATHNAME, sockaddr_un SOCKADDR_UN,
12186 pack_sockaddr_un PATH, unpack_sockaddr_un SOCKADDR_UN
12187
12188 =back
12189
12190 =head2 Storable - persistency for perl data structures
12191
12192 =over
12193
12194 =item SYNOPSIS
12195
12196 =item DESCRIPTION
12197
12198 =item MEMORY STORE
12199
12200 =item SPEED
12201
12202 =item CANONICAL REPRESENTATION
12203
12204 =item ERROR REPORTING
12205
12206 =item WIZARDS ONLY
12207
12208 =over
12209
12210 =item Hooks
12211
12212 C<STORABLE_freeze> I<obj>, I<cloning>, C<STORABLE_thaw> I<obj>, I<cloning>,
12213 I<serialized>, ..
12214
12215 =item Predicates
12216
12217 C<Storable::last_op_in_netorder>, C<Storable::is_storing>,
12218 C<Storable::is_retrieving>
12219
12220 =item Recursion
12221
12222 =item Deep Cloning
12223
12224 =back
12225
12226 =item EXAMPLES
12227
12228 =item WARNING
12229
12230 =item BUGS
12231
12232 =item CREDITS
12233
12234 =item TRANSLATIONS
12235
12236 =item AUTHOR
12237
12238 =item SEE ALSO
12239
12240 =back
12241
12242 =head2 Symbol - manipulate Perl symbols and their names
12243
12244 =over
12245
12246 =item SYNOPSIS
12247
12248 =item DESCRIPTION
12249
12250 =back
12251
12252 =head2 Sys::Hostname - Try every conceivable way to get hostname
12253
12254 =over
12255
12256 =item SYNOPSIS
12257
12258 =item DESCRIPTION
12259
12260 =item AUTHOR
12261
12262 =back
12263
12264 =head2 Syslog, Sys::Syslog, openlog, closelog, setlogmask, syslog - Perl
12265 interface to the UNIX syslog(3) calls
12266
12267 =over
12268
12269 =item SYNOPSIS
12270
12271 =item DESCRIPTION
12272
12273 openlog $ident, $logopt, $facility, syslog $priority, $format, @args,
12274 setlogmask $mask_priority, setlogsock $sock_type (added in 5.004_02),
12275 closelog
12276
12277 =item EXAMPLES
12278
12279 =item SEE ALSO
12280
12281 =item AUTHOR
12282
12283 =back
12284
12285 =head2 Syslog::Syslog, Sys::Syslog, openlog, closelog, setlogmask, syslog -
12286 Perl interface to the UNIX syslog(3) calls
12287
12288 =over
12289
12290 =item SYNOPSIS
12291
12292 =item DESCRIPTION
12293
12294 openlog $ident, $logopt, $facility, syslog $priority, $format, @args,
12295 setlogmask $mask_priority, setlogsock $sock_type (added in 5.004_02),
12296 closelog
12297
12298 =item EXAMPLES
12299
12300 =item SEE ALSO
12301
12302 =item AUTHOR
12303
12304 =back
12305
12306 =head2 Term::ANSIColor - Color screen output using ANSI escape sequences
12307
12308 =over
12309
12310 =item SYNOPSIS
12311
12312 =item DESCRIPTION
12313
12314 =item DIAGNOSTICS
12315
12316 Invalid attribute name %s, Name "%s" used only once: possible typo, No
12317 comma allowed after filehandle, Bareword "%s" not allowed while "strict
12318 subs" in use
12319
12320 =item RESTRICTIONS
12321
12322 =item NOTES
12323
12324 =item AUTHORS
12325
12326 =back
12327
12328 =head2 Term::Cap - Perl termcap interface
12329
12330 =over
12331
12332 =item SYNOPSIS
12333
12334 =item DESCRIPTION
12335
12336 =item EXAMPLES
12337
12338 =back
12339
12340 =head2 Term::Complete - Perl word completion module
12341
12342 =over
12343
12344 =item SYNOPSIS
12345
12346 =item DESCRIPTION
12347
12348 E<lt>tabE<gt>, ^D, ^U, E<lt>delE<gt>, E<lt>bsE<gt>
12349
12350 =item DIAGNOSTICS
12351
12352 =item BUGS
12353
12354 =item AUTHOR
12355
12356 =back
12357
12358 =head2 Term::ReadLine - Perl interface to various C<readline> packages. If
12359 no real package is found, substitutes stubs instead of basic functions.
12360
12361 =over
12362
12363 =item SYNOPSIS
12364
12365 =item DESCRIPTION
12366
12367 =item Minimal set of supported functions
12368
12369 C<ReadLine>, C<new>, C<readline>, C<addhistory>, C<IN>, $C<OUT>,
12370 C<MinLine>, C<findConsole>, Attribs, C<Features>
12371
12372 =item Additional supported functions
12373
12374 C<tkRunning>, C<ornaments>, C<newTTY>
12375
12376 =item EXPORTS
12377
12378 =item ENVIRONMENT
12379
12380 =back
12381
12382 =head2   Test - provides a simple framework for writing test scripts
12383
12384 =over
12385
12386 =item SYNOPSIS
12387
12388 =item DESCRIPTION
12389
12390 =item TEST TYPES
12391
12392 NORMAL TESTS, SKIPPED TESTS, TODO TESTS
12393
12394 =item RETURN VALUE
12395
12396 =item ONFAIL
12397
12398 =item SEE ALSO
12399
12400 =item AUTHOR
12401
12402 =back
12403
12404 =head2 Test::Harness - run perl standard test scripts with statistics
12405
12406 =over
12407
12408 =item SYNOPSIS
12409
12410 =item DESCRIPTION
12411
12412 =over
12413
12414 =item The test script output
12415
12416 =back
12417
12418 =item EXPORT
12419
12420 =item DIAGNOSTICS
12421
12422 C<All tests successful.\nFiles=%d,  Tests=%d, %s>, C<FAILED tests
12423 %s\n\tFailed %d/%d tests, %.2f%% okay.>, C<Test returned status %d (wstat
12424 %d)>, C<Failed 1 test, %.2f%% okay. %s>, C<Failed %d/%d tests, %.2f%% okay.
12425 %s>
12426
12427 =item ENVIRONMENT
12428
12429 =item SEE ALSO
12430
12431 =item AUTHORS
12432
12433 =item BUGS
12434
12435 =back
12436
12437 =head2 Text::Abbrev, abbrev - create an abbreviation table from a list
12438
12439 =over
12440
12441 =item SYNOPSIS
12442
12443 =item DESCRIPTION
12444
12445 =item EXAMPLE
12446
12447 =back
12448
12449 =head2 Text::ParseWords - parse text into an array of tokens or array of
12450 arrays
12451
12452 =over
12453
12454 =item SYNOPSIS
12455
12456 =item DESCRIPTION
12457
12458 =item EXAMPLES
12459
12460 0 a simple word, 1 multiple spaces are skipped because of our $delim, 2 use
12461 of quotes to include a space in a word, 3 use of a backslash to include a
12462 space in a word, 4 use of a backslash to remove the special meaning of a
12463 double-quote, 5 another simple word (note the lack of effect of the
12464 backslashed double-quote)
12465
12466 =item AUTHORS
12467
12468 =back
12469
12470 =head2 Text::Soundex - Implementation of the Soundex Algorithm as Described
12471 by Knuth
12472
12473 =over
12474
12475 =item SYNOPSIS
12476
12477 =item DESCRIPTION
12478
12479 =item EXAMPLES
12480
12481 =item LIMITATIONS
12482
12483 =item AUTHOR
12484
12485 =back
12486
12487 =head2 Text::Tabs -- expand and unexpand tabs per the unix expand(1) and
12488 unexpand(1)
12489
12490 =over
12491
12492 =item SYNOPSIS
12493
12494 =item DESCRIPTION
12495
12496 =item BUGS
12497
12498 =item AUTHOR
12499
12500 =back
12501
12502 =head2 Text::Wrap - line wrapping to form simple paragraphs
12503
12504 =over
12505
12506 =item SYNOPSIS 
12507
12508 =item DESCRIPTION
12509
12510 =item EXAMPLE
12511
12512 =item AUTHOR
12513
12514 =back
12515
12516 =head2 Thread - manipulate threads in Perl (EXPERIMENTAL, subject to
12517 change)
12518
12519 =over
12520
12521 =item SYNOPSIS
12522
12523 =item DESCRIPTION
12524
12525 =item FUNCTIONS
12526
12527 new \&start_sub, new \&start_sub, LIST, lock VARIABLE, async BLOCK;,
12528 Thread->self, Thread->list, cond_wait VARIABLE, cond_signal VARIABLE,
12529 cond_broadcast VARIABLE, yield
12530
12531 =item METHODS
12532
12533 join, eval, detach, equal, tid
12534
12535 =item LIMITATIONS
12536
12537 =item SEE ALSO
12538
12539 =back
12540
12541 =head2 Thread::Queue - thread-safe queues
12542
12543 =over
12544
12545 =item SYNOPSIS
12546
12547 =item DESCRIPTION
12548
12549 =item FUNCTIONS AND METHODS
12550
12551 new, enqueue LIST, dequeue, dequeue_nb, pending
12552
12553 =item SEE ALSO
12554
12555 =back
12556
12557 =head2 Thread::Semaphore - thread-safe semaphores
12558
12559 =over
12560
12561 =item SYNOPSIS
12562
12563 =item DESCRIPTION
12564
12565 =item FUNCTIONS AND METHODS
12566
12567 new, new NUMBER, down, down NUMBER, up, up NUMBER
12568
12569 =back
12570
12571 =head2 Thread::Signal - Start a thread which runs signal handlers reliably
12572
12573 =over
12574
12575 =item SYNOPSIS
12576
12577 =item DESCRIPTION
12578
12579 =item BUGS
12580
12581 =back
12582
12583 =head2 Thread::Specific - thread-specific keys
12584
12585 =over
12586
12587 =item SYNOPSIS
12588
12589 =item DESCRIPTION
12590
12591 =back
12592
12593 =head2 Tie::Array - base class for tied arrays
12594
12595 =over
12596
12597 =item SYNOPSIS  
12598
12599 =item DESCRIPTION       
12600
12601 TIEARRAY classname, LIST, STORE this, index, value, FETCH this, index,
12602 FETCHSIZE this, STORESIZE this, count, EXTEND this, count, EXISTS this,
12603 key, DELETE this, key, CLEAR this, DESTROY this, PUSH this, LIST, POP this,
12604 SHIFT this, UNSHIFT this, LIST, SPLICE this, offset, length, LIST
12605
12606 =item CAVEATS
12607
12608 =item AUTHOR 
12609
12610 =back
12611
12612 =head2 Tie::Handle, Tie::StdHandle  - base class definitions for tied
12613 handles
12614
12615 =over
12616
12617 =item SYNOPSIS
12618
12619 =item DESCRIPTION
12620
12621 TIEHANDLE classname, LIST, WRITE this, scalar, length, offset, PRINT this,
12622 LIST, PRINTF this, format, LIST, READ this, scalar, length, offset,
12623 READLINE this, GETC this, CLOSE this, OPEN this, filename, BINMODE this,
12624 EOF this, TELL this, SEEK this, offset, whence, DESTROY this
12625
12626 =item MORE INFORMATION
12627
12628 =back
12629
12630 =head2 Tie::Hash, Tie::StdHash - base class definitions for tied hashes
12631
12632 =over
12633
12634 =item SYNOPSIS
12635
12636 =item DESCRIPTION
12637
12638 TIEHASH classname, LIST, STORE this, key, value, FETCH this, key, FIRSTKEY
12639 this, NEXTKEY this, lastkey, EXISTS this, key, DELETE this, key, CLEAR this
12640
12641 =item CAVEATS
12642
12643 =item MORE INFORMATION
12644
12645 =back
12646
12647 =head2 Tie::RefHash - use references as hash keys
12648
12649 =over
12650
12651 =item SYNOPSIS
12652
12653 =item DESCRIPTION
12654
12655 =item EXAMPLE
12656
12657 =item AUTHOR
12658
12659 =item VERSION
12660
12661 =item SEE ALSO
12662
12663 =back
12664
12665 =head2 Tie::Scalar, Tie::StdScalar - base class definitions for tied
12666 scalars
12667
12668 =over
12669
12670 =item SYNOPSIS
12671
12672 =item DESCRIPTION
12673
12674 TIESCALAR classname, LIST, FETCH this, STORE this, value, DESTROY this
12675
12676 =item MORE INFORMATION
12677
12678 =back
12679
12680 =head2 Tie::SubstrHash - Fixed-table-size, fixed-key-length hashing
12681
12682 =over
12683
12684 =item SYNOPSIS
12685
12686 =item DESCRIPTION
12687
12688 =item CAVEATS
12689
12690 =back
12691
12692 =head2 Time::Local - efficiently compute time from local and GMT time
12693
12694 =over
12695
12696 =item SYNOPSIS
12697
12698 =item DESCRIPTION
12699
12700 =item IMPLEMENTATION
12701
12702 =item BUGS
12703
12704 =back
12705
12706 =head2 Time::gmtime - by-name interface to Perl's built-in gmtime()
12707 function
12708
12709 =over
12710
12711 =item SYNOPSIS
12712
12713 =item DESCRIPTION
12714
12715 =item NOTE
12716
12717 =item AUTHOR
12718
12719 =back
12720
12721 =head2 Time::localtime - by-name interface to Perl's built-in localtime()
12722 function
12723
12724 =over
12725
12726 =item SYNOPSIS
12727
12728 =item DESCRIPTION
12729
12730 =item NOTE
12731
12732 =item AUTHOR
12733
12734 =back
12735
12736 =head2 Time::tm - internal object used by Time::gmtime and Time::localtime
12737
12738 =over
12739
12740 =item SYNOPSIS
12741
12742 =item DESCRIPTION
12743
12744 =item AUTHOR
12745
12746 =back
12747
12748 =head2 UNIVERSAL - base class for ALL classes (blessed references)
12749
12750 =over
12751
12752 =item SYNOPSIS
12753
12754 =item DESCRIPTION
12755
12756 isa ( TYPE ), can ( METHOD ), VERSION ( [ REQUIRE ] ), UNIVERSAL::isa (
12757 VAL, TYPE ), UNIVERSAL::can ( VAL, METHOD )
12758
12759 =back
12760
12761 =head2 User::grent - by-name interface to Perl's built-in getgr*()
12762 functions
12763
12764 =over
12765
12766 =item SYNOPSIS
12767
12768 =item DESCRIPTION
12769
12770 =item NOTE
12771
12772 =item AUTHOR
12773
12774 =back
12775
12776 =head2 User::pwent - by-name interface to Perl's built-in getpw*()
12777 functions
12778
12779 =over
12780
12781 =item SYNOPSIS
12782
12783 =item DESCRIPTION
12784
12785 =over
12786
12787 =item System Specifics
12788
12789 =back
12790
12791 =item NOTE
12792
12793 =item AUTHOR
12794
12795 =item HISTORY
12796
12797 March 18th, 2000
12798
12799 =back
12800
12801 =head2 Win32 - Interfaces to some Win32 API Functions
12802
12803 =over
12804
12805 =item DESCRIPTION
12806
12807 =over
12808
12809 =item Alphabetical Listing of Win32 Functions
12810
12811 Win32::AbortSystemShutdown(MACHINE), Win32::BuildNumber(),
12812 Win32::CopyFile(FROM, TO, OVERWRITE), Win32::DomainName(),
12813 Win32::ExpandEnvironmentStrings(STRING), Win32::FormatMessage(ERRORCODE),
12814 Win32::FsType(), Win32::FreeLibrary(HANDLE), Win32::GetArchName(),
12815 Win32::GetChipName(), Win32::GetCwd(), Win32::GetFullPathName(FILENAME),
12816 Win32::GetLastError(), Win32::GetLongPathName(PATHNAME),
12817 Win32::GetNextAvailDrive(), Win32::GetOSVersion(),
12818 Win32::GetShortPathName(PATHNAME), Win32::GetProcAddress(INSTANCE,
12819 PROCNAME), Win32::GetTickCount(), Win32::InitiateSystemShutdown(MACHINE,
12820 MESSAGE, TIMEOUT, FORCECLOSE, REBOOT), Win32::IsWinNT(), Win32::IsWin95(),
12821 Win32::LoadLibrary(LIBNAME), Win32::LoginName(),
12822 Win32::LookupAccountName(SYSTEM, ACCOUNT, DOMAIN, SID, SIDTYPE),
12823 Win32::LookupAccountSID(SYSTEM, SID, ACCOUNT, DOMAIN, SIDTYPE),
12824 Win32::MsgBox(MESSAGE [, FLAGS [, TITLE]]), Win32::NodeName(),
12825 Win32::RegisterServer(LIBRARYNAME), Win32::SetCwd(NEWDIRECTORY),
12826 Win32::SetLastError(ERROR), Win32::Sleep(TIME), Win32::Spawn(COMMAND, ARGS,
12827 PID), Win32::UnregisterServer(LIBRARYNAME)
12828
12829 =back
12830
12831 =back
12832
12833 =head2 XSLoader - Dynamically load C libraries into Perl code
12834
12835 =over
12836
12837 =item SYNOPSIS
12838
12839 =item DESCRIPTION
12840
12841 =item AUTHOR
12842
12843 =back
12844
12845 =head1 AUXILIARY DOCUMENTATION
12846
12847 Here should be listed all the extra programs' documentation, but they
12848 don't all have manual pages yet:
12849
12850 =over
12851
12852 =item a2p
12853
12854 =item s2p
12855
12856 =item find2perl
12857
12858 =item h2ph
12859
12860 =item c2ph
12861
12862 =item h2xs
12863
12864 =item xsubpp
12865
12866 =item pod2man
12867
12868 =item wrapsuid
12869
12870 =back
12871
12872 =head1 AUTHOR
12873
12874 Larry Wall <F<larry@wall.org>>, with the help of oodles
12875 of other folks.
12876