This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Whitespace tweaks.
[perl5.git] / pod / perltoc.pod
CommitLineData
cb1a09d0
AD
1
2=head1 NAME
3
4perltoc - perl documentation table of contents
5
6=head1 DESCRIPTION
7
8This page provides a brief table of contents for the rest of the Perl
28757baa 9documentation set. It is meant to be scanned quickly or grepped
402d0d99 10through to locate the proper section you're looking for.
cb1a09d0
AD
11
12=head1 BASIC DOCUMENTATION
13
cb1a09d0
AD
14=head2 perl - Practical Extraction and Report Language
15
d420ca49 16=over 4
a45bd81d 17
cb1a09d0
AD
18=item SYNOPSIS
19
69fba242
JH
20=over 4
21
22=item Overview
23
24=item Tutorials
25
cb52f95f
JH
26=item Reference Manual
27
69fba242
JH
28=item Internals and C Language Interface
29
30=item Miscellaneous
31
32=item Platform-Specific
33
34=back
35
cb1a09d0
AD
36=item DESCRIPTION
37
14218588 38=item AVAILABILITY
cb1a09d0
AD
39
40=item ENVIRONMENT
41
cb1a09d0
AD
42=item AUTHOR
43
cb1a09d0
AD
44=item FILES
45
cb1a09d0
AD
46=item SEE ALSO
47
cb1a09d0
AD
48=item DIAGNOSTICS
49
cb1a09d0
AD
50=item BUGS
51
cb1a09d0
AD
52=item NOTES
53
a45bd81d
GS
54=back
55
10151d09
JH
56=head2 perlintro -- a brief introduction and overview of Perl
57
58=over 4
59
60=item DESCRIPTION
61
62=over 4
63
64=item What is Perl?
65
66=item Running Perl programs
67
68=item Basic syntax overview
69
70=item Perl variable types
71
72Scalars, Arrays, Hashes
73
74=item Variable scoping
75
76=item Conditional and looping constructs
77
78if, while, for, foreach
79
80=item Builtin operators and functions
81
82Arithmetic, Numeric comparison, String comparison, Boolean logic,
83Miscellaneous
84
85=item Files and I/O
86
87=item Regular expressions
88
89Simple matching, Simple substitution, More complex regular expressions,
90Parentheses for capturing, Other regexp features
91
92=item Writing subroutines
93
94=item OO Perl
95
96=item Using Perl modules
97
98=back
99
100=item AUTHOR
101
102=back
103
fa17183e
JH
104=head2 perlfaq - frequently asked questions about Perl ($Date: 2002/03/11
10521:32:23 $)
68dc0745 106
d420ca49 107=over 4
a45bd81d 108
68dc0745 109=item DESCRIPTION
110
983dbef6 111=over 4
68dc0745 112
983dbef6 113=item perlfaq: Structural overview of the FAQ.
68dc0745 114
983dbef6 115=item L<perlfaq1>: General Questions About Perl
68dc0745 116
983dbef6 117=item L<perlfaq2>: Obtaining and Learning about Perl
68dc0745 118
983dbef6 119=item L<perlfaq3>: Programming Tools
68dc0745 120
983dbef6 121=item L<perlfaq4>: Data Manipulation
68dc0745 122
983dbef6 123=item L<perlfaq5>: Files and Formats
68dc0745 124
fe9287c4 125=item L<perlfaq6>: Regular Expressions
68dc0745 126
983dbef6 127=item L<perlfaq7>: General Perl Language Issues
68dc0745 128
983dbef6 129=item L<perlfaq8>: System Interaction
68dc0745 130
983dbef6 131=item L<perlfaq9>: Networking
68dc0745 132
a45bd81d
GS
133=back
134
983dbef6 135=item About the perlfaq documents
68dc0745 136
d420ca49 137=over 4
a45bd81d 138
983dbef6 139=item Where to get the perlfaq
68dc0745 140
983dbef6 141=item How to contribute to the perlfaq
68dc0745 142
983dbef6
JH
143=item What will happen if you mail your Perl programming problems to the
144authors
68dc0745 145
983dbef6 146=back
68dc0745 147
983dbef6 148=item Credits
68dc0745 149
983dbef6 150=item Author and Copyright Information
68dc0745 151
983dbef6
JH
152=over 4
153
154=item Bundled Distributions
155
156=item Disclaimer
68dc0745 157
4755096e 158=back
68dc0745 159
983dbef6
JH
160=item Changes
161
1621/November/2000, 23/May/99, 13/April/99, 7/January/99, 22/June/98,
16324/April/97, 23/April/97, 25/March/97, 18/March/97, 17/March/97 Version,
164Initial Release: 11/March/97
165
4755096e 166=back
68dc0745 167
4755096e 168=head2 perlbook - Perl book information
68dc0745 169
d420ca49 170=over 4
68dc0745 171
4755096e 172=item DESCRIPTION
68dc0745 173
a45bd81d
GS
174=back
175
4755096e 176=head2 perlsyn - Perl syntax
a45bd81d 177
d420ca49 178=over 4
68dc0745 179
180=item DESCRIPTION
181
d420ca49 182=over 4
68dc0745 183
4755096e 184=item Declarations
68dc0745 185
4755096e 186=item Simple statements
68dc0745 187
4755096e 188=item Compound statements
3fe9a6f1 189
4755096e 190=item Loop Control
68dc0745 191
4755096e 192=item For Loops
68dc0745 193
4755096e 194=item Foreach Loops
68dc0745 195
4755096e 196=item Basic BLOCKs and Switch Statements
68dc0745 197
4755096e 198=item Goto
68dc0745 199
4755096e 200=item PODs: Embedded Documentation
68dc0745 201
4755096e 202=item Plain Old Comments (Not!)
68dc0745 203
4755096e 204=back
68dc0745 205
4755096e 206=back
193fb0af 207
4755096e 208=head2 perldata - Perl data types
68dc0745 209
d420ca49 210=over 4
68dc0745 211
4755096e 212=item DESCRIPTION
68dc0745 213
d420ca49 214=over 4
68dc0745 215
4755096e 216=item Variable names
68dc0745 217
4755096e 218=item Context
68dc0745 219
4755096e
GS
220=item Scalar values
221
222=item Scalar value constructors
223
224=item List value constructors
225
226=item Slices
227
228=item Typeglobs and Filehandles
68dc0745 229
230=back
231
4755096e 232=item SEE ALSO
68dc0745 233
a45bd81d
GS
234=back
235
4755096e 236=head2 perlop - Perl operators and precedence
68dc0745 237
d420ca49 238=over 4
a45bd81d 239
4755096e
GS
240=item SYNOPSIS
241
68dc0745 242=item DESCRIPTION
243
d420ca49 244=over 4
68dc0745 245
4755096e 246=item Terms and List Operators (Leftward)
68dc0745 247
4755096e 248=item The Arrow Operator
68dc0745 249
4755096e 250=item Auto-increment and Auto-decrement
68dc0745 251
4755096e 252=item Exponentiation
68dc0745 253
4755096e 254=item Symbolic Unary Operators
68dc0745 255
4755096e 256=item Binding Operators
68dc0745 257
4755096e 258=item Multiplicative Operators
68dc0745 259
4755096e 260=item Additive Operators
68dc0745 261
4755096e 262=item Shift Operators
14218588 263
4755096e 264=item Named Unary Operators
68dc0745 265
4755096e 266=item Relational Operators
68dc0745 267
4755096e 268=item Equality Operators
68dc0745 269
4755096e 270=item Bitwise And
68dc0745 271
4755096e 272=item Bitwise Or and Exclusive Or
68dc0745 273
4755096e 274=item C-style Logical And
68dc0745 275
4755096e 276=item C-style Logical Or
68dc0745 277
4755096e 278=item Range Operators
68dc0745 279
4755096e 280=item Conditional Operator
68dc0745 281
4755096e 282=item Assignment Operators
68dc0745 283
4755096e 284=item Comma Operator
68dc0745 285
4755096e 286=item List Operators (Rightward)
68dc0745 287
4755096e 288=item Logical Not
68dc0745 289
4755096e 290=item Logical And
14218588 291
4755096e 292=item Logical or and Exclusive Or
68dc0745 293
4755096e 294=item C Operators Missing From Perl
68dc0745 295
4755096e 296unary &, unary *, (TYPE)
68dc0745 297
4755096e 298=item Quote and Quote-like Operators
68dc0745 299
4755096e 300=item Regexp Quote-Like Operators
68dc0745 301
4755096e 302?PATTERN?, m/PATTERN/cgimosx, /PATTERN/cgimosx, q/STRING/, C<'STRING'>,
2d967e39
JH
303qq/STRING/, "STRING", qr/STRING/imosx, qx/STRING/, `STRING`, qw/STRING/,
304s/PATTERN/REPLACEMENT/egimosx, tr/SEARCHLIST/REPLACEMENTLIST/cds,
35bf961c 305y/SEARCHLIST/REPLACEMENTLIST/cds, <<EOF
68dc0745 306
4755096e 307=item Gory details of parsing quoted constructs
68dc0745 308
4755096e
GS
309Finding the end, Removal of backslashes before delimiters, Interpolation,
310C<<<'EOF'>, C<m''>, C<s'''>, C<tr///>, C<y///>, C<''>, C<q//>, C<"">,
311C<``>, C<qq//>, C<qx//>, C<< <file*glob> >>, C<?RE?>, C</RE/>, C<m/RE/>,
312C<s/RE/foo/>,, Interpolation of regular expressions, Optimization of
313regular expressions
68dc0745 314
4755096e 315=item I/O Operators
68dc0745 316
4755096e 317=item Constant Folding
68dc0745 318
4755096e
GS
319=item Bitwise String Operators
320
321=item Integer Arithmetic
322
323=item Floating-point Arithmetic
324
325=item Bigger Numbers
68dc0745 326
a45bd81d
GS
327=back
328
4755096e
GS
329=back
330
c2e66d9e
GS
331=head2 perlsub - Perl subroutines
332
d420ca49 333=over 4
c2e66d9e
GS
334
335=item SYNOPSIS
336
337=item DESCRIPTION
338
d420ca49 339=over 4
c2e66d9e
GS
340
341=item Private Variables via my()
342
343=item Persistent Private Variables
344
345=item Temporary Values via local()
346
347=item Lvalue subroutines
348
349=item Passing Symbol Table Entries (typeglobs)
350
351=item When to Still Use local()
352
c2e66d9e
GS
353=item Pass by Reference
354
355=item Prototypes
356
357=item Constant Functions
358
359=item Overriding Built-in Functions
360
361=item Autoloading
362
363=item Subroutine Attributes
364
365=back
366
367=item SEE ALSO
368
369=back
370
371=head2 perlfunc - Perl builtin functions
372
d420ca49 373=over 4
c2e66d9e
GS
374
375=item DESCRIPTION
376
d420ca49 377=over 4
c2e66d9e
GS
378
379=item Perl Functions by Category
380
381Functions for SCALARs or strings, Regular expressions and pattern matching,
382Numeric functions, Functions for real @ARRAYs, Functions for list data,
383Functions for real %HASHes, Input and output functions, Functions for fixed
384length data or records, Functions for filehandles, files, or directories,
385Keywords related to the control flow of your perl program, Keywords related
386to scoping, Miscellaneous functions, Functions for processes and process
387groups, Keywords related to perl modules, Keywords related to classes and
388object-orientedness, Low-level socket functions, System V interprocess
389communication functions, Fetching user and group info, Fetching network
390info, Time-related functions, Functions new in perl5, Functions obsoleted
391in perl5
392
393=item Portability
394
395=item Alphabetical Listing of Perl Functions
396
397I<-X> FILEHANDLE, I<-X> EXPR, I<-X>, abs VALUE, abs, accept
398NEWSOCKET,GENERICSOCKET, alarm SECONDS, alarm, atan2 Y,X, bind SOCKET,NAME,
399binmode FILEHANDLE, DISCIPLINE, binmode FILEHANDLE, bless REF,CLASSNAME,
400bless REF, caller EXPR, caller, chdir EXPR, chmod LIST, chomp VARIABLE,
07fcf8ff
JH
401chomp( LIST ), chomp, chop VARIABLE, chop( LIST ), chop, chown LIST, chr
402NUMBER, chr, chroot FILENAME, chroot, close FILEHANDLE, close, closedir
403DIRHANDLE, connect SOCKET,NAME, continue BLOCK, cos EXPR, cos, crypt
404PLAINTEXT,SALT, dbmclose HASH, dbmopen HASH,DBNAME,MASK, defined EXPR,
405defined, delete EXPR, die LIST, do BLOCK, do SUBROUTINE(LIST), do EXPR,
406dump LABEL, dump, each HASH, eof FILEHANDLE, eof (), eof, eval EXPR, eval
407BLOCK, exec LIST, exec PROGRAM LIST, exists EXPR, exit EXPR, exp EXPR, exp,
408fcntl FILEHANDLE,FUNCTION,SCALAR, fileno FILEHANDLE, flock
409FILEHANDLE,OPERATION, fork, format, formline PICTURE,LIST, getc FILEHANDLE,
410getc, getlogin, getpeername SOCKET, getpgrp PID, getppid, getpriority
411WHICH,WHO, getpwnam NAME, getgrnam NAME, gethostbyname NAME, getnetbyname
412NAME, getprotobyname NAME, getpwuid UID, getgrgid GID, getservbyname
413NAME,PROTO, gethostbyaddr ADDR,ADDRTYPE, getnetbyaddr ADDR,ADDRTYPE,
414getprotobynumber NUMBER, getservbyport PORT,PROTO, getpwent, getgrent,
415gethostent, getnetent, getprotoent, getservent, setpwent, setgrent,
416sethostent STAYOPEN, setnetent STAYOPEN, setprotoent STAYOPEN, setservent
417STAYOPEN, endpwent, endgrent, endhostent, endnetent, endprotoent,
418endservent, getsockname SOCKET, getsockopt SOCKET,LEVEL,OPTNAME, glob EXPR,
419glob, gmtime EXPR, goto LABEL, goto EXPR, goto &NAME, grep BLOCK LIST, grep
420EXPR,LIST, hex EXPR, hex, import, index STR,SUBSTR,POSITION, index
421STR,SUBSTR, int EXPR, int, ioctl FILEHANDLE,FUNCTION,SCALAR, join
422EXPR,LIST, keys HASH, kill SIGNAL, LIST, last LABEL, last, lc EXPR, lc,
423lcfirst EXPR, lcfirst, length EXPR, length, link OLDFILE,NEWFILE, listen
428dc699
JH
424SOCKET,QUEUESIZE, local EXPR, localtime EXPR, lock THING, log EXPR, log,
425lstat EXPR, lstat, m//, map BLOCK LIST, map EXPR,LIST, mkdir FILENAME,MASK,
426mkdir FILENAME, msgctl ID,CMD,ARG, msgget KEY,FLAGS, msgrcv
07fcf8ff
JH
427ID,VAR,SIZE,TYPE,FLAGS, msgsnd ID,MSG,FLAGS, my EXPR, my EXPR : ATTRIBUTES,
428next LABEL, next, no Module LIST, oct EXPR, oct, open FILEHANDLE,EXPR, open
493a87da
JH
429FILEHANDLE,MODE,EXPR, open FILEHANDLE,MODE,EXPR,LIST, open
430FILEHANDLE,MODE,REFERENCE, open FILEHANDLE, opendir DIRHANDLE,EXPR, ord
431EXPR, ord, our EXPR, our EXPR : ATTRIBUTES, pack TEMPLATE,LIST, package
432NAMESPACE, package, pipe READHANDLE,WRITEHANDLE, pop ARRAY, pop, pos
433SCALAR, pos, print FILEHANDLE LIST, print LIST, print, printf FILEHANDLE
434FORMAT, LIST, printf FORMAT, LIST, prototype FUNCTION, push ARRAY,LIST,
435q/STRING/, qq/STRING/, qr/STRING/, qx/STRING/, qw/STRING/, quotemeta EXPR,
436quotemeta, rand EXPR, rand, read FILEHANDLE,SCALAR,LENGTH,OFFSET, read
437FILEHANDLE,SCALAR,LENGTH, readdir DIRHANDLE, readline EXPR, readlink EXPR,
438readlink, readpipe EXPR, recv SOCKET,SCALAR,LENGTH,FLAGS, redo LABEL, redo,
439ref EXPR, ref, rename OLDNAME,NEWNAME, require VERSION, require EXPR,
440require, reset EXPR, reset, return EXPR, return, reverse LIST, rewinddir
441DIRHANDLE, rindex STR,SUBSTR,POSITION, rindex STR,SUBSTR, rmdir FILENAME,
442rmdir, s///, scalar EXPR, seek FILEHANDLE,POSITION,WHENCE, seekdir
443DIRHANDLE,POS, select FILEHANDLE, select, select RBITS,WBITS,EBITS,TIMEOUT,
444semctl ID,SEMNUM,CMD,ARG, semget KEY,NSEMS,FLAGS, semop KEY,OPSTRING, send
c2e66d9e
GS
445SOCKET,MSG,FLAGS,TO, send SOCKET,MSG,FLAGS, setpgrp PID,PGRP, setpriority
446WHICH,WHO,PRIORITY, setsockopt SOCKET,LEVEL,OPTNAME,OPTVAL, shift ARRAY,
447shift, shmctl ID,CMD,ARG, shmget KEY,SIZE,FLAGS, shmread ID,VAR,POS,SIZE,
448shmwrite ID,STRING,POS,SIZE, shutdown SOCKET,HOW, sin EXPR, sin, sleep
80cbd5ad
JH
449EXPR, sleep, sockatmark SOCKET, socket SOCKET,DOMAIN,TYPE,PROTOCOL,
450socketpair SOCKET1,SOCKET2,DOMAIN,TYPE,PROTOCOL, sort SUBNAME LIST, sort
451BLOCK LIST, sort LIST, splice ARRAY,OFFSET,LENGTH,LIST, splice
452ARRAY,OFFSET,LENGTH, splice ARRAY,OFFSET, splice ARRAY, split
453/PATTERN/,EXPR,LIMIT, split /PATTERN/,EXPR, split /PATTERN/, split, sprintf
454FORMAT, LIST, sqrt EXPR, sqrt, srand EXPR, srand, stat FILEHANDLE, stat
455EXPR, stat, study SCALAR, study, sub BLOCK, sub NAME, sub NAME BLOCK,
456substr EXPR,OFFSET,LENGTH,REPLACEMENT, substr EXPR,OFFSET,LENGTH, substr
c2e66d9e
GS
457EXPR,OFFSET, symlink OLDFILE,NEWFILE, syscall LIST, sysopen
458FILEHANDLE,FILENAME,MODE, sysopen FILEHANDLE,FILENAME,MODE,PERMS, sysread
459FILEHANDLE,SCALAR,LENGTH,OFFSET, sysread FILEHANDLE,SCALAR,LENGTH, sysseek
460FILEHANDLE,POSITION,WHENCE, system LIST, system PROGRAM LIST, syswrite
461FILEHANDLE,SCALAR,LENGTH,OFFSET, syswrite FILEHANDLE,SCALAR,LENGTH,
462syswrite FILEHANDLE,SCALAR, tell FILEHANDLE, tell, telldir DIRHANDLE, tie
463VARIABLE,CLASSNAME,LIST, tied VARIABLE, time, times, tr///, truncate
464FILEHANDLE,LENGTH, truncate EXPR,LENGTH, uc EXPR, uc, ucfirst EXPR,
465ucfirst, umask EXPR, umask, undef EXPR, undef, unlink LIST, unlink, unpack
466TEMPLATE,EXPR, untie VARIABLE, unshift ARRAY,LIST, use Module VERSION LIST,
467use Module VERSION, use Module LIST, use Module, use VERSION, utime LIST,
468values HASH, vec EXPR,OFFSET,BITS, wait, waitpid PID,FLAGS, wantarray, warn
469LIST, write FILEHANDLE, write EXPR, write, y///
470
471=back
472
473=back
474
4755096e 475=head2 perlreftut - Mark's very short tutorial about references
68dc0745 476
d420ca49 477=over 4
a45bd81d 478
68dc0745 479=item DESCRIPTION
480
4755096e
GS
481=item Who Needs Complicated Data Structures?
482
483=item The Solution
484
485=item Syntax
68dc0745 486
d420ca49 487=over 4
68dc0745 488
4755096e 489=item Making References
46fc3d4c 490
4755096e 491=item Using References
68dc0745 492
4755096e 493=back
68dc0745 494
4755096e 495=item An Example
68dc0745 496
4755096e 497=item Arrow Rule
14218588 498
4755096e 499=item Solution
68dc0745 500
4755096e 501=item The Rest
68dc0745 502
4755096e 503=item Summary
68dc0745 504
4755096e
GS
505=item Credits
506
d420ca49 507=over 4
4755096e
GS
508
509=item Distribution Conditions
68dc0745 510
511=back
512
4755096e
GS
513=back
514
515=head2 perldsc - Perl Data Structures Cookbook
68dc0745 516
d420ca49 517=over 4
68dc0745 518
4755096e 519=item DESCRIPTION
68dc0745 520
4755096e
GS
521arrays of arrays, hashes of arrays, arrays of hashes, hashes of hashes,
522more elaborate constructs
14218588 523
4755096e 524=item REFERENCES
68dc0745 525
4755096e 526=item COMMON MISTAKES
68dc0745 527
4755096e 528=item CAVEAT ON PRECEDENCE
68dc0745 529
4755096e 530=item WHY YOU SHOULD ALWAYS C<use strict>
14218588 531
4755096e 532=item DEBUGGING
68dc0745 533
4755096e 534=item CODE EXAMPLES
68dc0745 535
4755096e 536=item ARRAYS OF ARRAYS
68dc0745 537
d420ca49 538=over 4
68dc0745 539
ba62762e 540=item Declaration of an ARRAY OF ARRAYS
68dc0745 541
ba62762e 542=item Generation of an ARRAY OF ARRAYS
68dc0745 543
ba62762e 544=item Access and Printing of an ARRAY OF ARRAYS
68dc0745 545
4755096e 546=back
68dc0745 547
4755096e 548=item HASHES OF ARRAYS
68dc0745 549
d420ca49 550=over 4
68dc0745 551
4755096e 552=item Declaration of a HASH OF ARRAYS
68dc0745 553
4755096e 554=item Generation of a HASH OF ARRAYS
68dc0745 555
4755096e 556=item Access and Printing of a HASH OF ARRAYS
68dc0745 557
4755096e 558=back
68dc0745 559
4755096e 560=item ARRAYS OF HASHES
68dc0745 561
d420ca49 562=over 4
68dc0745 563
ba62762e 564=item Declaration of an ARRAY OF HASHES
68dc0745 565
ba62762e 566=item Generation of an ARRAY OF HASHES
68dc0745 567
ba62762e 568=item Access and Printing of an ARRAY OF HASHES
14218588 569
4755096e 570=back
68dc0745 571
4755096e 572=item HASHES OF HASHES
68dc0745 573
d420ca49 574=over 4
68dc0745 575
4755096e 576=item Declaration of a HASH OF HASHES
68dc0745 577
4755096e 578=item Generation of a HASH OF HASHES
68dc0745 579
4755096e 580=item Access and Printing of a HASH OF HASHES
68dc0745 581
582=back
583
4755096e 584=item MORE ELABORATE RECORDS
68dc0745 585
d420ca49 586=over 4
68dc0745 587
4755096e 588=item Declaration of MORE ELABORATE RECORDS
14218588 589
4755096e 590=item Declaration of a HASH OF COMPLEX RECORDS
68dc0745 591
4755096e 592=item Generation of a HASH OF COMPLEX RECORDS
68dc0745 593
4755096e 594=back
68dc0745 595
4755096e 596=item Database Ties
68dc0745 597
4755096e 598=item SEE ALSO
68dc0745 599
4755096e 600=item AUTHOR
14218588 601
4755096e 602=back
68dc0745 603
4755096e 604=head2 perlrequick - Perl regular expressions quick start
68dc0745 605
d420ca49 606=over 4
68dc0745 607
4755096e 608=item DESCRIPTION
68dc0745 609
4755096e 610=item The Guide
68dc0745 611
d420ca49 612=over 4
68dc0745 613
4755096e 614=item Simple word matching
68dc0745 615
4755096e 616=item Using character classes
68dc0745 617
4755096e 618=item Matching this or that
68dc0745 619
4755096e 620=item Grouping things and hierarchical matching
68dc0745 621
4755096e 622=item Extracting matches
68dc0745 623
4755096e 624=item Matching repetitions
68dc0745 625
4755096e 626=item More matching
68dc0745 627
4755096e 628=item Search and replace
68dc0745 629
4755096e 630=item The split operator
68dc0745 631
632=back
633
4755096e 634=item BUGS
68dc0745 635
4755096e 636=item SEE ALSO
68dc0745 637
4755096e 638=item AUTHOR AND COPYRIGHT
68dc0745 639
d420ca49 640=over 4
68dc0745 641
4755096e 642=item Acknowledgments
14218588 643
68dc0745 644=back
645
a45bd81d
GS
646=back
647
8a93676d 648=head2 perlpod - the Plain Old Documentation format
68dc0745 649
d420ca49 650=over 4
a45bd81d 651
68dc0745 652=item DESCRIPTION
653
d420ca49 654=over 4
68dc0745 655
8a93676d
SB
656=item Ordinary Paragraph
657
c2e66d9e 658=item Verbatim Paragraph
68dc0745 659
c2e66d9e 660=item Command Paragraph
68dc0745 661
8a93676d
SB
662C<=head1 I<Heading Text>>, C<=head2 I<Heading Text>>, C<=head3 I<Heading
663Text>>, C<=head4 I<Heading Text>>, C<=over I<indentlevel>>, C<=item
664I<stuff...>>, C<=back>, C<=cut>, C<=pod>, C<=begin I<formatname>>, C<=end
665I<formatname>>, C<=for I<formatname> I<text...>>
666
667=item Formatting Codes
668
669C<IE<lt>textE<gt>> -- italic text, C<BE<lt>textE<gt>> -- bold text,
670C<CE<lt>codeE<gt>> -- code text, C<LE<lt>nameE<gt>> -- a hyperlink,
671C<EE<lt>escapeE<gt>> -- a character escape, C<FE<lt>filenameE<gt>> -- used
672for filenames, C<SE<lt>textE<gt>> -- text contains non-breaking spaces,
673C<XE<lt>topic nameE<gt>> -- an index entry, C<ZE<lt>E<gt>> -- a null
674(zero-effect) formatting code
68dc0745 675
c2e66d9e 676=item The Intent
68dc0745 677
c2e66d9e 678=item Embedding Pods in Perl Modules
68dc0745 679
8a93676d
SB
680=item Hints for Writing Pod
681
682=back
683
684=item SEE ALSO
685
686=item AUTHOR
193fb0af 687
c2e66d9e 688=back
68dc0745 689
8a93676d
SB
690=head2 perlpodspec - Plain Old Documentation: format specification and
691notes
692
693=over 4
694
695=item DESCRIPTION
696
697=item Pod Definitions
698
699=item Pod Commands
700
701"=head1", "=head2", "=head3", "=head4", "=pod", "=cut", "=over", "=item",
702"=back", "=begin formatname", "=end formatname", "=for formatname text..."
703
704=item Pod Formatting Codes
705
706C<IE<lt>textE<gt>> -- italic text, C<BE<lt>textE<gt>> -- bold text,
707C<CE<lt>codeE<gt>> -- code text, C<FE<lt>filenameE<gt>> -- style for
708filenames, C<XE<lt>topic nameE<gt>> -- an index entry, C<ZE<lt>E<gt>> -- a
709null (zero-effect) formatting code, C<LE<lt>nameE<gt>> -- a hyperlink,
710C<EE<lt>escapeE<gt>> -- a character escape, C<SE<lt>textE<gt>> -- text
711contains non-breaking spaces
712
713=item Notes on Implementing Pod Processors
714
715=item About LE<lt>...E<gt> Codes
716
717First:, Second:, Third:, Fourth:, Fifth:, Sixth:
718
719=item About =over...=back Regions
720
721=item About Data Paragraphs and "=begin/=end" Regions
722
c2e66d9e 723=item SEE ALSO
68dc0745 724
c2e66d9e 725=item AUTHOR
68dc0745 726
c2e66d9e 727=back
68dc0745 728
c2e66d9e 729=head2 perlstyle - Perl style guide
68dc0745 730
d420ca49 731=over 4
c2e66d9e
GS
732
733=item DESCRIPTION
68dc0745 734
4755096e 735=back
68dc0745 736
c2e66d9e 737=head2 perltrap - Perl traps for the unwary
68dc0745 738
d420ca49 739=over 4
68dc0745 740
c2e66d9e 741=item DESCRIPTION
68dc0745 742
d420ca49 743=over 4
68dc0745 744
c2e66d9e 745=item Awk Traps
68dc0745 746
c2e66d9e 747=item C Traps
4755096e 748
c2e66d9e 749=item Sed Traps
4755096e 750
c2e66d9e 751=item Shell Traps
4755096e 752
c2e66d9e 753=item Perl Traps
68dc0745 754
c2e66d9e 755=item Perl4 to Perl5 Traps
68dc0745 756
c2e66d9e
GS
757Discontinuance, Deprecation, and BugFix traps, Parsing Traps, Numerical
758Traps, General data type traps, Context Traps - scalar, list contexts,
759Precedence Traps, General Regular Expression Traps using s///, etc,
760Subroutine, Signal, Sorting Traps, OS Traps, DBM Traps, Unclassified Traps
761
762=item Discontinuance, Deprecation, and BugFix traps
763
764Discontinuance, Deprecation, BugFix, Discontinuance, Discontinuance,
765Discontinuance, BugFix, Discontinuance, Discontinuance, BugFix,
766Discontinuance, Deprecation, Discontinuance, Discontinuance
767
768=item Parsing Traps
769
07fcf8ff 770Parsing, Parsing, Parsing, Parsing, Parsing
c2e66d9e
GS
771
772=item Numerical Traps
773
774Numerical, Numerical, Numerical, Bitwise string ops
775
776=item General data type traps
777
778(Arrays), (Arrays), (Hashes), (Globs), (Globs), (Scalar String),
779(Constants), (Scalars), (Variable Suicide)
780
781=item Context Traps - scalar, list contexts
782
783(list context), (scalar context), (scalar context), (list, builtin)
784
785=item Precedence Traps
786
787Precedence, Precedence, Precedence, Precedence, Precedence, Precedence,
788Precedence
789
790=item General Regular Expression Traps using s///, etc.
791
792Regular Expression, Regular Expression, Regular Expression, Regular
793Expression, Regular Expression, Regular Expression, Regular Expression,
794Regular Expression
795
796=item Subroutine, Signal, Sorting Traps
797
798(Signals), (Sort Subroutine), warn() won't let you specify a filehandle
799
800=item OS Traps
801
802(SysV), (SysV)
803
804=item Interpolation Traps
805
806Interpolation, Interpolation, Interpolation, Interpolation, Interpolation,
807Interpolation, Interpolation, Interpolation, Interpolation
808
809=item DBM Traps
810
811DBM, DBM
812
813=item Unclassified Traps
814
815C<require>/C<do> trap using returned value, C<split> on empty string with
816LIMIT specified
68dc0745 817
4755096e 818=back
68dc0745 819
c2e66d9e 820=back
14218588 821
c2e66d9e 822=head2 perlrun - how to execute the Perl interpreter
68dc0745 823
d420ca49 824=over 4
c2e66d9e
GS
825
826=item SYNOPSIS
827
828=item DESCRIPTION
68dc0745 829
d420ca49 830=over 4
68dc0745 831
c2e66d9e
GS
832=item #! and quoting on non-Unix systems
833
834OS/2, MS-DOS, Win95/NT, Macintosh, VMS
835
836=item Location of Perl
837
838=item Command Switches
839
91e74348 840B<-0>[I<digits>], B<-a>, B<-C>, B<-c>, B<-d>, B<-d:>I<foo[=bar,baz]>,
c2e66d9e
GS
841B<-D>I<letters>, B<-D>I<number>, B<-e> I<commandline>, B<-F>I<pattern>,
842B<-h>, B<-i>[I<extension>], B<-I>I<directory>, B<-l>[I<octnum>],
843B<-m>[B<->]I<module>, B<-M>[B<->]I<module>, B<-M>[B<->]I<'module ...'>,
844B<-[mM]>[B<->]I<module=arg[,arg]...>, B<-n>, B<-p>, B<-P>, B<-s>, B<-S>,
0e9b9e0c
JH
845B<-t>, B<-T>, B<-u>, B<-U>, B<-v>, B<-V>, B<-V:>I<name>, B<-w>, B<-W>,
846B<-X>, B<-x> I<directory>
68dc0745 847
4755096e 848=back
68dc0745 849
c2e66d9e
GS
850=item ENVIRONMENT
851
852HOME, LOGDIR, PATH, PERL5LIB, PERL5OPT, PERLLIB, PERL5DB, PERL5SHELL
853(specific to the Win32 port), PERL_DEBUG_MSTATS, PERL_DESTRUCT_LEVEL,
cb52f95f
JH
854PERL_ENCODING, PERL_ROOT (specific to the VMS port), SYS$LOGIN (specific to
855the VMS port)
c2e66d9e 856
c2e66d9e
GS
857=item DESCRIPTION
858
ff426ff2
JH
859accept() on closed socket %s, Allocation too large: %lx, '!' allowed only
860after types %s, Ambiguous call resolved as CORE::%s(), qualify as such or
861use &, Ambiguous range in transliteration operator, Ambiguous use of %s
862resolved as %s, '|' and '<' may not both be specified on command line, '|'
863and '>' may not both be specified on command line, Applying %s to %s will
864act on scalar(%s), Args must match #! line, Arg too short for msgsnd, %s
865argument is not a HASH or ARRAY element, %s argument is not a HASH or ARRAY
866element or slice, %s argument is not a subroutine name, Argument "%s" isn't
867numeric%s, Array @%s missing the @ in argument %d of %s(), assertion
868botched: %s, Assertion failed: file "%s", Assignment to both a list and a
80327a3d
JH
869scalar, Attempt to access disallowed key '%s' in a fixed hash, Attempt to
870clear a fixed hash, Attempt to delete readonly key '%s' from a fixed hash,
871Attempt to delete disallowed key '%s' from a fixed hash, Attempt to bless
872into a reference, Attempt to free non-arena SV: 0x%lx, Attempt to free
873nonexistent shared string, Attempt to free temp prematurely, Attempt to
874free unreferenced glob pointers, Attempt to free unreferenced scalar,
875Attempt to join self, Attempt to pack pointer to temporary value, Attempt
876to use reference as lvalue in substr, Bad arg length for %s, is %d, should
877be %s, Bad evalled substitution pattern, Bad filehandle: %s, Bad free()
878ignored, Bad hash, Bad index while coercing array into hash, Badly placed
879()'s, Bad name after %s::, Bad realloc() ignored, Bad symbol for array, Bad
880symbol for filehandle, Bad symbol for hash, Bareword found in conditional,
ff426ff2
JH
881Bareword "%s" not allowed while "strict subs" in use, Bareword "%s" refers
882to nonexistent package, BEGIN failed--compilation aborted, BEGIN not safe
883after errors--compilation aborted, \1 better written as $1, Binary number >
8840b11111111111111111111111111111111 non-portable, bind() on closed socket
885%s, binmode() on closed filehandle %s, Bit vector size > 32 non-portable,
886Bizarre copy of %s in %s, B<-P> not allowed for setuid/setgid script,
887Buffer overflow in prime_env_iter: %s, Callback called exit, %s() called
888too early to check prototype, / cannot take a count, Can't bless
889non-reference value, Can't call method "%s" in empty package "%s", Can't
890call method "%s" on an undefined value, Can't call method "%s" on unblessed
891reference, Can't call method "%s" without a package or object reference,
892Can't chdir to %s, Can't check filesystem of script "%s" for nosuid, Can't
893coerce array into hash, Can't coerce %s to integer in %s, Can't coerce %s
894to number in %s, Can't coerce %s to string in %s, Can't create pipe
895mailbox, Can't declare class for non-scalar %s in "%s", Can't declare %s in
896"%s", Can't do inplace edit: %s is not a regular file, Can't do inplace
897edit on %s: %s, Can't do inplace edit without backup, Can't do inplace
898edit: %s would not be unique, Can't do {n,m} with n > m in regex; marked by
899<-- HERE in m/%s/, Can't do setegid!, Can't do seteuid!, Can't do setuid,
900Can't do waitpid with flags, Can't emulate -%s on #! line, Can't exec "%s":
901%s, Can't exec %s, Can't execute %s, Can't find an opnumber for "%s", Can't
902find %s character property "%s", Can't find label %s, Can't find %s on
903PATH, Can't find %s on PATH, '.' not in PATH, Can't find string terminator
904%s anywhere before EOF, Can't find %s property definition %s, Can't fork,
905Can't get filespec - stale stat buffer?, Can't get pipe mailbox device
906name, Can't get SYSGEN parameter value for MAXBUF, Can't "goto" into the
907middle of a foreach loop, Can't "goto" out of a pseudo block, Can't goto
908subroutine from an eval-string, Can't goto subroutine outside a subroutine,
909Can't ignore signal CHLD, forcing to default, Can't "last" outside a loop
910block, Can't localize lexical variable %s, Can't localize pseudo-hash
fa17183e
JH
911element, Can't localize through a reference, Can't locate file %s, Can't
912locate auto/%s.al in @INC, Can't locate object method "%s" via package
913"%s", (perhaps you forgot to load "%s"?), Can't locate package %s for
914@%s::ISA, Can't make list assignment to \%ENV on this system, Can't modify
915%s in %s, Can't modify nonexistent substring, Can't modify non-lvalue
916subroutine call, Can't msgrcv to read-only var, Can't "next" outside a loop
917block, Can't open %s: %s, Can't open bidirectional pipe, Can't open error
918file %s as stderr, Can't open input file %s as stdin, Can't open output
919file %s as stdout, Can't open output pipe (name: %s), Can't open perl
920script%s: %s, Can't read CRTL environ, Can't redefine active sort
921subroutine %s, Can't "redo" outside a loop block, Can't remove %s: %s,
922skipping file, Can't rename %s to %s: %s, skipping file, Can't reopen input
923pipe (name: %s) in binary mode, Can't resolve method `%s' overloading `%s'
924in package `%s', Can't reswap uid and euid, Can't return %s from lvalue
925subroutine, Can't return %s to lvalue scalar context, Can't return outside
926a subroutine, Can't stat script "%s", Can't swap uid and euid, Can't take
927log of %g, Can't take sqrt of %g, Can't undef active subroutine, Can't
928unshift, Can't upgrade that kind of scalar, Can't upgrade to undef, Can't
929use an undefined value as %s reference, Can't use anonymous symbol table
930for method lookup, Can't use bareword ("%s") as %s ref while "strict refs"
931in use, Can't use %! because Errno.pm is not available, Can't use %s for
932loop variable, Can't use global %s in "my", Can't use "my %s" in sort
933comparison, Can't use %s ref as %s ref, Can't use string ("%s") as %s ref
934while "strict refs" in use, Can't use subscript on %s, Can't use \%c to
935mean $%c in expression, Can't weaken a nonreference, Can't x= to read-only
936value, Character in "C" format wrapped, Character in "c" format wrapped,
937close() on unopened filehandle %s, %s: Command not found, Compilation
938failed in require, Complex regular subexpression recursion limit (%d)
939exceeded, connect() on closed socket %s, Constant(%s)%s: %s, Constant is
940not %s reference, Constant subroutine %s redefined, Constant subroutine %s
941undefined, Copy method did not return a reference, CORE::%s is not a
942keyword, corrupted regexp pointers, corrupted regexp program, Corrupt
943malloc ptr 0x%lx at 0x%lx, C<-p> destination: %s, C<-T> and C<-B> not
944implemented on filehandles, Deep recursion on subroutine "%s",
945defined(@array) is deprecated, defined(%hash) is deprecated, %s defines
946neither package nor VERSION--version check failed, Delimiter for here
947document is too long, Did not produce a valid header, %s did not return a
948true value, (Did you mean &%s instead?), (Did you mean "local" instead of
949"our"?), (Did you mean $ or @ instead of %?), Died, Document contains no
950data, %s does not define %s::VERSION--version check failed, Don't know how
951to handle magic of type '%s', do_study: out of memory, (Do you need to
952predeclare %s?), dump() better written as CORE::dump(), Duplicate free()
953ignored, elseif should be elsif, Empty %s, entering effective %s failed,
954Error converting file specification %s, %s: Eval-group in insecure regular
955expression, %s: Eval-group not allowed at run time, %s: Eval-group not
956allowed, use re 'eval', Excessively long <> operator, exec? I'm not *that*
957kind of operating system, Execution of %s aborted due to compilation
958errors, Exiting eval via %s, Exiting format via %s, Exiting pseudo-block
959via %s, Exiting subroutine via %s, Exiting substitution via %s, Explicit
960blessing to '' (assuming package main), %s: Expression syntax, %s
961failed--call queue aborted, False [] range "%s" in regex; marked by <--
962HERE in m/%s/, Fatal VMS error at %s, line %d, fcntl is not implemented,
963Filehandle %s opened only for input, Filehandle %s opened only for output,
964Final $ should be \$ or $name, Final @ should be \@ or @name, flock() on
965closed filehandle %s, Quantifier follows nothing in regex;, Format not
966terminated, Format %s redefined, Found = in conditional, should be ==, %s
967found where operator expected, gdbm store returned %d, errno %d, key "%s",
968gethostent not implemented, get%sname() on closed socket %s, getpwnam
969returned invalid UIC %#o for user "%s", getsockopt() on closed socket %s,
970Global symbol "%s" requires explicit package name, glob failed (%s), Glob
971not terminated, Got an error from DosAllocMem, goto must have label,
972%s-group starts with a count, %s had compilation errors, Had to create %s
973unexpectedly, Hash %%s missing the % in argument %d of %s(), %s has too
974many errors, Hexadecimal number > 0xffffffff non-portable, Identifier too
975long, Illegal binary digit %s, Illegal binary digit %s ignored, Illegal
976character %s (carriage return), Illegal character in prototype for %s : %s,
977Illegal division by zero, Illegal hexadecimal digit %s ignored, Illegal
978modulus zero, Illegal number of bits in vec, Illegal octal digit %s,
979Illegal octal digit %s ignored, Illegal switch in PERL5OPT: %s, Ill-formed
980CRTL environ value "%s", Ill-formed message in prime_env_iter: |%s|, (in
981cleanup) %s, In EBCDIC the v-string components cannot exceed 2147483647,
982Insecure dependency in %s, Insecure directory in %s, Insecure $ENV{%s}
983while running %s, Integer overflow in %s number, Internal disaster in
984regex; marked by <-- HERE in m/%s/, Internal inconsistency in tracking
985vforks, Internal urp in regex; marked by <-- HERE in m/%s/, %s (...)
986interpreted as function, Invalid %s attribute: %s, Invalid %s attributes:
987%s, Invalid conversion in %s: "%s", Invalid [] range "%s" in regex; marked
988by <-- HERE in m/%s/, Invalid [] range "%s" in transliteration operator,
989Invalid separator character %s in attribute list, Invalid type in pack:
990'%s', Invalid type in unpack: '%s', ioctl is not implemented, ioctl() on
991unopened %s, IO::Socket::atmark not implemented on this architecture, `%s'
992is not a code reference, `%s' is not an overloadable type, junk on end of
993regexp, Label not found for "last %s", Label not found for "next %s", Label
994not found for "redo %s", leaving effective %s failed, listen() on closed
995socket %s, lstat() on filehandle %s, Lvalue subs returning %s not
996implemented yet, Lookbehind longer than %d not implemented in regex;,
997Malformed PERLLIB_PREFIX, Malformed prototype for %s: %s, Malformed UTF-8
998character (%s), Malformed UTF-16 surrogate, %s matches null string many
999times in regex;, "%s" may clash with future reserved word, % may only be
1000used in unpack, Method for operation %s not found in package %s during
1001blessing, Method %s not permitted, Might be a runaway multi-line %s string
1002starting on line %d, Misplaced _ in number, Missing %sbrace%s on \N{},
1003Missing comma after first argument to %s function, Missing command in piped
1004open, Missing name in "my sub", Missing $ on loop variable, (Missing
1005operator before %s?), Missing right brace on %s, Missing right curly or
1006square bracket, (Missing semicolon on previous line?), Modification of a
1007read-only value attempted, Modification of non-creatable array value
1008attempted, %s, Modification of non-creatable hash value attempted, %s,
1009Module name must be constant, Module name required with -%c option, More
1010than one argument to open, msg%s not implemented, Multidimensional syntax
1011%s not supported, / must be followed by a*, A* or Z*, / must be followed by
1012a, A or Z, / must follow a numeric type, "my sub" not yet implemented, "my"
1013variable %s can't be in a package, Name "%s::%s" used only once: possible
1014typo, Negative length, Negative offset to vec in lvalue context, Nested
1015quantifiers in regex; marked by <-- HERE in m/%s/, %s never introduced, No
1016%s allowed while running setuid, No B<-e> allowed in setuid scripts, No
1017comma allowed after %s, No command into which to pipe on command line, No
1018DB::DB routine defined, No dbm on this machine, No DBsub routine, No error
1019file after 2> or 2>> on command line, No input file after < on command
1020line, No #! line, "no" not allowed in expression, No output file after > on
1021command line, No output file after > or >> on command line, No package name
1022allowed for variable %s in "our", No Perl script found in input, No
1023setregid available, No setreuid available, No space allowed after -%c, No
1024%s specified for -%c, No such class %s, No such pipe open, No such
1025pseudo-hash field "%s", No such pseudo-hash field "%s" in variable %s of
1026type %s, No such signal: SIG%s, Not a CODE reference, Not a format
1027reference, Not a GLOB reference, Not a HASH reference, Not an ARRAY
1028reference, Not a perl script, Not a SCALAR reference, Not a subroutine
1029reference, Not a subroutine reference in overload table, Not enough
1030arguments for %s, Not enough format arguments, %s: not found, %s not
1031allowed in length fields, no UTC offset information; assuming local time is
1032UTC, Null filename used, NULL OP IN RUN, Null picture in formline, Null
1033realloc, NULL regexp argument, NULL regexp parameter, Number too long,
1034Octal number in vector unsupported, Octal number > 037777777777
1035non-portable, Odd number of arguments for overload::constant, Odd number of
1036elements in anonymous hash, Odd number of elements in hash assignment,
1037Offset outside string, -%s on unopened filehandle %s, %s() on unopened %s,
1038oops: oopsAV, oops: oopsHV, Operation `%s': no method found, %s, Operator
1039or semicolon missing before %s, "our" variable %s redeclared, Out of
1040memory!, Out of memory during "large" request for %s, Out of memory during
1041request for %s, Out of memory during ridiculously large request, Out of
1042memory for yacc stack, @ outside of string, %s package attribute may clash
1043with future reserved word: %s, page overflow, panic: %s, panic: ck_grep,
1044panic: ck_split, panic: corrupt saved stack index, panic: del_backref,
1045panic: die %s, panic: pp_match%s, panic: do_subst, panic: do_trans_%s,
1046panic: frexp, panic: goto, panic: INTERPCASEMOD, panic: INTERPCONCAT,
1047panic: kid popen errno read, panic: last, panic: leave_scope clearsv,
1048panic: leave_scope inconsistency, panic: magic_killbackrefs, panic: malloc,
1049panic: mapstart, panic: null array, panic: pad_alloc, panic: pad_free
1050curpad, panic: pad_free po, panic: pad_reset curpad, panic: pad_sv po,
1051panic: pad_swipe curpad, panic: pad_swipe po, panic: pp_iter, panic:
1052pp_split, panic: realloc, panic: restartop, panic: return, panic: scan_num,
1053panic: sv_insert, panic: top_env, panic: yylex, panic: utf16_to_utf8: odd
1054bytelen, Parentheses missing around "%s" list, Perl %s required--this is
1055only version %s, stopped, PERL_SH_DIR too long, perl: warning: Setting
1056locale failed, perlio: argument list not closed for layer "%s", perlio:
1057invalid separator character %s in attribute list, perlio: unknown layer
1058"%s", Permission denied, pid %x not a child, P must have an explicit size,
1059POSIX syntax [%s] belongs inside character classes in regex;, POSIX syntax
1060[. .] is reserved for future extensions in regex;, POSIX syntax [= =] is
1061reserved for future extensions in regex;, POSIX class [:%s:] unknown in
1062regex;, POSIX getpgrp can't take an argument, Possible attempt to put
1063comments in qw() list, Possible attempt to separate words with commas,
1064Possible memory corruption: %s overflowed 3rd argument, Possible unintended
1065interpolation of %s in string, Possible Y2K bug: %s, pragma "attrs" is
1066deprecated, use "sub NAME : ATTRS" instead, Precedence problem: open %s
1067should be open(%s), Premature end of script headers, printf() on closed
1068filehandle %s, print() on closed filehandle %s, Process terminated by
1069SIG%s, Prototype mismatch: %s vs %s, Prototype not terminated, Quantifier
1070in {,} bigger than %d in regex;, Quantifier unexpected on zero-length
1071expression;, Range iterator outside integer range, readline() on closed
1072filehandle %s, Reallocation too large: %lx, realloc() of freed memory
1073ignored, Recompile perl with B<-D>DEBUGGING to use B<-D> switch, Recursive
1074inheritance detected in package '%s', Recursive inheritance detected while
1075looking for method %s, Reference found where even-sized list expected,
1076Reference is already weak, Reference miscount in sv_replace(), Reference to
1077nonexistent group in regex;, regexp memory corruption, Regexp out of space,
1078Repeat count in pack overflows, Repeat count in unpack overflows, Reversed
1079%s= operator, Runaway format, Scalar value @%s[%s] better written as
1080$%s[%s], Scalar value @%s{%s} better written as $%s{%s}, Scalars leaked:
1081%d, Script is not setuid/setgid in suidperl, Search pattern not terminated,
1082%sseek() on unopened filehandle, select not implemented, Self-ties of
1083arrays and hashes are not supported, Semicolon seems to be missing,
1084semi-panic: attempt to dup freed string, sem%s not implemented, send() on
1085closed socket %s, Sequence (? incomplete in regex; marked by <-- HERE in
1086m/%s/, Sequence (?{...}) not terminated or not {}-balanced in regex;,
1087Sequence (?%s...) not implemented in regex;, Sequence (?%s...) not
1088recognized in regex;, Sequence (?#... not terminated in regex;, 500 Server
1089error, Server error, setegid() not implemented, seteuid() not implemented,
1090setpgrp can't take arguments, setrgid() not implemented, setruid() not
1091implemented, setsockopt() on closed socket %s, Setuid/gid script is
1092writable by world, shm%s not implemented, <> should be quotes, /%s/ should
1093probably be written as "%s", shutdown() on closed socket %s, SIG%s handler
1094"%s" not defined, sort is now a reserved word, Sort subroutine didn't
1095return a numeric value, Sort subroutine didn't return single value,
1096splice() offset past end of array, Split loop, Statement unlikely to be
1097reached, stat() on unopened filehandle %s, Stub found while resolving
1098method `%s' overloading %s, Subroutine %s redefined, Substitution loop,
1099Substitution pattern not terminated, Substitution replacement not
1100terminated, substr outside of string, suidperl is no longer needed since
1101%s, Switch (?(condition)... contains too many branches in regex;, Switch
1102condition not recognized in regex;, switching effective %s is not
1103implemented, syntax error, syntax error at line %d: `%s' unexpected, syntax
1104error in file %s at line %d, next 2 tokens "%s", %s syntax OK, System V %s
1105is not implemented on this machine, syswrite() on closed filehandle %s,
1106Target of goto is too deeply nested, tell() on unopened filehandle, That
1107use of $[ is unsupported, The crypt() function is unimplemented due to
1108excessive paranoia, The %s function is unimplemented, The stat preceding %s
1109wasn't an lstat, This Perl can't reset CRTL environ elements (%s), This
1110Perl can't set CRTL environ elements (%s=%s), times not implemented, Too
1111few args to syscall, Too late for "B<-T>" option, Too late for "-%s"
1112option, Too late to run %s block, Too many args to syscall, Too many
1113arguments for %s, Too many )'s, Too many ('s, Trailing \ in regex m/%s/,
1114Transliteration pattern not terminated, Transliteration replacement not
1115terminated, truncate not implemented, Type of arg %d to %s must be %s (not
1116%s), umask not implemented, Unable to create sub named "%s", Unbalanced
1117context: %d more PUSHes than POPs, Unbalanced saves: %d more saves than
1118restores, Unbalanced scopes: %d more ENTERs than LEAVEs, Unbalanced tmps:
1119%d more allocs than frees, Undefined format "%s" called, Undefined sort
1120subroutine "%s" called, Undefined subroutine &%s called, Undefined
1121subroutine called, Undefined subroutine in sort, Undefined top format "%s"
1122called, Undefined value assigned to typeglob, %s: Undefined variable,
1123unexec of %s into %s failed!, Unicode character %s is illegal, Unknown
1124BYTEORDER, Unknown "re" subpragma '%s' (known ones are: %s), Unknown switch
1125condition (?(%.2s in regex;, Unknown open() mode '%s', Unknown process %x
1126sent message to prime_env_iter: %s, Unknown warnings category '%s',
1127unmatched [ in regex; marked by <-- HERE in m/%s/, unmatched ( in regex;
1128marked by <-- HERE in m/%s/, Unmatched right %s bracket, Unquoted string
1129"%s" may clash with future reserved word, Unrecognized character %s, /%s/:
1130Unrecognized escape \\%c in character class passed through, Unrecognized
1131escape \\%c passed through in regex;, Unrecognized escape \\%c passed
1132through, Unrecognized signal name "%s", Unrecognized switch: -%s (-h will
1133show valid options), Unsuccessful %s on filename containing newline,
1134Unsupported directory function "%s" called, Unsupported function %s,
1135Unsupported function fork, Unsupported script encoding, Unsupported socket
1136function "%s" called, Unterminated attribute list, Unterminated attribute
1137parameter in attribute list, Unterminated compressed integer, Unterminated
1138<> operator, untie attempted while %d inner references still exist, Useless
1139(?%s) - use /%s modifier in regex;, Useless (?-%s) - don't use /%s modifier
1140in regex;, Useless use of %s in void context, Useless use of "re" pragma,
1141Useless use of sort in scalar context, Useless use of %s with no values,
1142"use" not allowed in expression, Use of bare << to mean <<"" is deprecated,
1143Use of *glob{FILEHANDLE} is deprecated, Use of chdir('') or chdir(undef) as
1144chdir() deprecated, Use of implicit split to @_ is deprecated, Use of
1145inherited AUTOLOAD for non-method %s() is deprecated, Use of -l on
1146filehandle %s, Use of "package" with no arguments is deprecated, Use of %s
1147in printf format not supported, Use of $* is deprecated, Use of %s is
1148deprecated, Use of $# is deprecated, Use of reference "%s" as array index,
1149Use of reserved word "%s" is deprecated, Use of tainted arguments in %s is
1150deprecated, Use of uninitialized value%s, Using a hash as a reference is
1151deprecated, Using an array as a reference is deprecated, UTF-16 surrogate
1152%s, Value of %s can be "0"; test with defined(), Value of CLI symbol "%s"
1153too long, Variable "%s" is not imported%s, "%s" variable %s masks earlier
1154declaration in same %s, Variable "%s" may be unavailable, Variable syntax,
1155Variable "%s" will not stay shared, Variable length lookbehind not
1156implemented in regex;, Version number must be a constant number, v-string
1157in use/require is non-portable, Warning: something's wrong, Warning: unable
1158to close filehandle %s properly, Warning: Use of "%s" without parentheses
1159is ambiguous, Wide character in %s, write() on closed filehandle %s, X
1160outside of string, x outside of string, Xsub "%s" called in sort, Xsub
1161called in sort, YOU HAVEN'T DISABLED SET-ID SCRIPTS IN THE KERNEL YET!, You
1162need to quote "%s"
ff426ff2 1163
4755096e 1164=back
68dc0745 1165
4755096e 1166=head2 perllexwarn - Perl Lexical Warnings
68dc0745 1167
d420ca49 1168=over 4
68dc0745 1169
4755096e 1170=item DESCRIPTION
68dc0745 1171
d420ca49 1172=over 4
68dc0745 1173
4755096e 1174=item Default Warnings and Optional Warnings
14218588 1175
4755096e 1176=item What's wrong with B<-w> and C<$^W>
68dc0745 1177
4755096e 1178=item Controlling Warnings from the Command Line
68dc0745 1179
4755096e 1180B<-w>, B<-W>, B<-X>
a45bd81d 1181
4755096e 1182=item Backward Compatibility
68dc0745 1183
4755096e 1184=item Category Hierarchy
a45bd81d 1185
4755096e 1186=item Fatal Warnings
68dc0745 1187
4755096e 1188=item Reporting Warnings from a Module
68dc0745 1189
4755096e 1190=back
68dc0745 1191
4755096e 1192=item TODO
68dc0745 1193
4755096e 1194=item SEE ALSO
68dc0745 1195
4755096e 1196=item AUTHOR
68dc0745 1197
4755096e 1198=back
68dc0745 1199
10862624
RF
1200=head2 perldebtut - Perl debugging tutorial
1201
d420ca49 1202=over 4
10862624
RF
1203
1204=item DESCRIPTION
1205
1206=item use strict
1207
ff426ff2 1208=item Looking at data and -w and v
d396a558
JH
1209
1210=item help
10862624
RF
1211
1212=item Stepping through code
1213
1214=item Placeholder for a, w, t, T
1215
d396a558 1216=item REGULAR EXPRESSIONS
10862624 1217
d396a558 1218=item OUTPUT TIPS
10862624
RF
1219
1220=item CGI
1221
1222=item GUIs
1223
d396a558 1224=item SUMMARY
10862624
RF
1225
1226=item SEE ALSO
1227
1228=item AUTHOR
1229
1230=item CONTRIBUTORS
1231
1232=back
1233
4755096e 1234=head2 perldebug - Perl debugging
68dc0745 1235
d420ca49 1236=over 4
68dc0745 1237
4755096e 1238=item DESCRIPTION
68dc0745 1239
4755096e 1240=item The Perl Debugger
68dc0745 1241
d420ca49 1242=over 4
68dc0745 1243
4755096e 1244=item Debugger Commands
68dc0745 1245
ff426ff2
JH
1246h, h [command], h h, p expr, x [maxdepth] expr, V [pkg [vars]], X [vars],
1247T, s [expr], n [expr], r, <CR>, c [line|sub], l, l min+incr, l min-max, l
1248line, l subname, -, v [line], f filename, /pattern/, ?pattern?, L [abw], S
1249[[!]regex], t, t expr, b, b [line] [condition], b subname [condition], b
1250postpone subname [condition], b load filename, b compile subname, B line, B
1251*, a [line] command, A line, A *, w expr, W expr, W *, o, o booloption ..,
1252o anyoption? .., o option=value .., < ?, < [ command ], << command, > ?, >
1253command, >> command, { ?, { [ command ], {{ command, ! number, ! -number, !
1254pattern, !! cmd, @ file, H -number, q or ^D, R, |dbcmd, ||dbcmd, command, m
1255expr, M, man [manpage]
68dc0745 1256
4755096e 1257=item Configurable Options
68dc0745 1258
4755096e
GS
1259C<recallCommand>, C<ShellBang>, C<pager>, C<tkRunning>, C<signalLevel>,
1260C<warnLevel>, C<dieLevel>, C<AutoTrace>, C<LineInfo>, C<inhibit_exit>,
a6fb92f1 1261C<PrintRet>, C<ornaments>, C<frame>, C<maxTraceLen>, C<windowSize>,
12b7c5c7
JH
1262C<arrayDepth>, C<hashDepth>, C<dumpDepth>, C<compactDump>, C<veryCompact>,
1263C<globPrint>, C<DumpDBFiles>, C<DumpPackages>, C<DumpReused>, C<quote>,
1264C<HighBit>, C<undefPrint>, C<UsageOnly>, C<TTY>, C<noTTY>, C<ReadLine>,
1265C<NonStop>
68dc0745 1266
4755096e 1267=item Debugger input/output
68dc0745 1268
4755096e
GS
1269Prompt, Multiline commands, Stack backtrace, Line Listing Format, Frame
1270listing
68dc0745 1271
4755096e 1272=item Debugging compile-time statements
68dc0745 1273
4755096e 1274=item Debugger Customization
68dc0745 1275
4755096e 1276=item Readline Support
68dc0745 1277
4755096e 1278=item Editor Support for Debugging
68dc0745 1279
4755096e 1280=item The Perl Profiler
68dc0745 1281
4755096e 1282=back
68dc0745 1283
4755096e 1284=item Debugging regular expressions
68dc0745 1285
4755096e 1286=item Debugging memory usage
14218588 1287
4755096e 1288=item SEE ALSO
68dc0745 1289
4755096e 1290=item BUGS
68dc0745 1291
a45bd81d
GS
1292=back
1293
c2e66d9e 1294=head2 perlvar - Perl predefined variables
68dc0745 1295
d420ca49 1296=over 4
a45bd81d 1297
68dc0745 1298=item DESCRIPTION
1299
d420ca49 1300=over 4
68dc0745 1301
c2e66d9e 1302=item Predefined Names
68dc0745 1303
640374d0 1304$ARG, $_, $a, $b, $<I<digits>>, $MATCH, $&, $PREMATCH, $`, $POSTMATCH, $',
354a27bf 1305$LAST_PAREN_MATCH, $+, $^N, @LAST_MATCH_END, @+, $MULTILINE_MATCHING, $*,
53d7eaa8
JH
1306HANDLE->input_line_number(EXPR), $INPUT_LINE_NUMBER, $NR, $,
1307IO::Handle->input_record_separator(EXPR), $INPUT_RECORD_SEPARATOR, $RS, $/,
1308HANDLE->autoflush(EXPR), $OUTPUT_AUTOFLUSH, $|,
2a2bf5f4
JH
1309IO::Handle->output_field_separator EXPR, $OUTPUT_FIELD_SEPARATOR, $OFS, $,,
1310IO::Handle->output_record_separator EXPR, $OUTPUT_RECORD_SEPARATOR, $ORS,
1311$\, $LIST_SEPARATOR, $", $SUBSCRIPT_SEPARATOR, $SUBSEP, $;, $OFMT, $#,
53d7eaa8
JH
1312HANDLE->format_page_number(EXPR), $FORMAT_PAGE_NUMBER, $%,
1313HANDLE->format_lines_per_page(EXPR), $FORMAT_LINES_PER_PAGE, $=,
1314HANDLE->format_lines_left(EXPR), $FORMAT_LINES_LEFT, $-, @LAST_MATCH_START,
2a2bf5f4
JH
1315@-, C<$`> is the same as C<substr($var, 0, $-[0])>, C<$&> is the same as
1316C<substr($var, $-[0], $+[0] - $-[0])>, C<$'> is the same as C<substr($var,
1317$+[0])>, C<$1> is the same as C<substr($var, $-[1], $+[1] - $-[1])>, C<$2>
1318is the same as C<substr($var, $-[2], $+[2] - $-[2])>, C<$3> is the same as
53d7eaa8
JH
1319C<substr $var, $-[3], $+[3] - $-[3])>, HANDLE->format_name(EXPR),
1320$FORMAT_NAME, $~, HANDLE->format_top_name(EXPR), $FORMAT_TOP_NAME, $^,
2a2bf5f4
JH
1321IO::Handle->format_line_break_characters EXPR,
1322$FORMAT_LINE_BREAK_CHARACTERS, $:, IO::Handle->format_formfeed EXPR,
cb52f95f
JH
1323$FORMAT_FORMFEED, $^L, $ACCUMULATOR, $^A, $CHILD_ERROR, $?, ${^ENCODING},
1324$OS_ERROR, $ERRNO, $!, $EXTENDED_OS_ERROR, $^E, $EVAL_ERROR, $@,
1325$PROCESS_ID, $PID, $$, $REAL_USER_ID, $UID, $<, $EFFECTIVE_USER_ID, $EUID,
1326$>, $REAL_GROUP_ID, $GID, $(, $EFFECTIVE_GROUP_ID, $EGID, $),
1327$PROGRAM_NAME, $0, $[, $], $COMPILING, $^C, $DEBUGGING, $^D,
1328$SYSTEM_FD_MAX, $^F, $^H, %^H, $INPLACE_EDIT, $^I, $^M, $OSNAME, $^O,
428dc699
JH
1329${^OPEN}, $PERLDB, $^P, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80,
13300x100, 0x200, $LAST_REGEXP_CODE_RESULT, $^R, $EXCEPTIONS_BEING_CAUGHT, $^S,
1331$BASETIME, $^T, ${^TAINT}, $PERL_VERSION, $^V, $WARNING, $^W,
1332${^WARNING_BITS}, ${^WIDE_SYSTEM_CALLS}, $EXECUTABLE_NAME, $^X, ARGV,
1333$ARGV, @ARGV, @F, @INC, @_, %INC, %ENV, $ENV{expr}, %SIG, $SIG{expr}
68dc0745 1334
c2e66d9e 1335=item Error Indicators
68dc0745 1336
c2e66d9e 1337=item Technical Note on the Syntax of Variable Names
4755096e 1338
c2e66d9e
GS
1339=back
1340
1341=item BUGS
4755096e
GS
1342
1343=back
1344
c2e66d9e 1345=head2 perllol - Manipulating Arrays of Arrays in Perl
4755096e 1346
d420ca49 1347=over 4
c2e66d9e
GS
1348
1349=item DESCRIPTION
1350
4d4e713d
JH
1351=over 4
1352
c2e66d9e
GS
1353=item Declaration and Access of Arrays of Arrays
1354
1355=item Growing Your Own
1356
1357=item Access and Printing
1358
1359=item Slices
1360
4d4e713d
JH
1361=back
1362
c2e66d9e
GS
1363=item SEE ALSO
1364
1365=item AUTHOR
4755096e
GS
1366
1367=back
1368
c2e66d9e 1369=head2 perlopentut - tutorial on opening things in Perl
4755096e 1370
d420ca49 1371=over 4
4755096e
GS
1372
1373=item DESCRIPTION
1374
c2e66d9e
GS
1375=item Open E<agrave> la shell
1376
d420ca49 1377=over 4
4755096e 1378
c2e66d9e 1379=item Simple Opens
4755096e 1380
c2e66d9e 1381=item Pipe Opens
4755096e 1382
c2e66d9e 1383=item The Minus File
4755096e 1384
c2e66d9e 1385=item Mixing Reads and Writes
4755096e
GS
1386
1387=item Filters
1388
1389=back
1390
1391=item Open E<agrave> la C
1392
d420ca49 1393=over 4
4755096e
GS
1394
1395=item Permissions E<agrave> la mode
1396
1397=back
1398
1399=item Obscure Open Tricks
1400
d420ca49 1401=over 4
4755096e
GS
1402
1403=item Re-Opening Files (dups)
1404
1405=item Dispelling the Dweomer
1406
1407=item Paths as Opens
1408
1409=item Single Argument Open
1410
1411=item Playing with STDIN and STDOUT
1412
1413=back
1414
1415=item Other I/O Issues
1416
d420ca49 1417=over 4
4755096e
GS
1418
1419=item Opening Non-File Files
1420
1421=item Binary Files
1422
1423=item File Locking
1424
1425=back
1426
1427=item SEE ALSO
1428
1429=item AUTHOR and COPYRIGHT
1430
1431=item HISTORY
1432
1433=back
1434
34babc16
JH
1435=head2 perlpacktut - tutorial on C<pack> and C<unpack>
1436
1437=over 4
1438
1439=item DESCRIPTION
1440
1441=item The Basic Principle
1442
1443=item Packing Text
1444
1445=item Packing Numbers
1446
1447=over 4
1448
1449=item Integers
1450
1451=item Unpacking a Stack Frame
1452
1453=item How to Eat an Egg on a Net
1454
1455=item Floating point Numbers
1456
1457=back
1458
1459=item Exotic Templates
1460
1461=over 4
1462
1463=item Bit Strings
1464
1465=item Uuencoding
1466
1467=item Doing Sums
1468
1469=item Unicode
1470
493a87da
JH
1471=item Another Portable Binary Encoding
1472
34babc16
JH
1473=back
1474
1475=item Lengths and Widths
1476
1477=over 4
1478
1479=item String Lengths
1480
1481=item Dynamic Templates
1482
34babc16
JH
1483=back
1484
1485=item Packing and Unpacking C Structures
1486
1487=over 4
1488
1489=item The Alignment Pit
1490
1491=item Alignment, Take 2
1492
248e172a
JH
1493=item Alignment, Take 3
1494
34babc16
JH
1495=item Pointers for How to Use Them
1496
1497=back
1498
1499=item Pack Recipes
1500
493a87da
JH
1501=item Funnies Section
1502
34babc16
JH
1503=item Authors
1504
1505=back
1506
c2e66d9e 1507=head2 perlretut - Perl regular expressions tutorial
4755096e 1508
d420ca49 1509=over 4
4755096e
GS
1510
1511=item DESCRIPTION
1512
c2e66d9e 1513=item Part 1: The basics
4755096e 1514
d420ca49 1515=over 4
4755096e 1516
c2e66d9e 1517=item Simple word matching
4755096e 1518
c2e66d9e 1519=item Using character classes
4755096e 1520
c2e66d9e 1521=item Matching this or that
4755096e 1522
c2e66d9e 1523=item Grouping things and hierarchical matching
4755096e 1524
c2e66d9e 1525=item Extracting matches
4755096e 1526
c2e66d9e 1527=item Matching repetitions
4755096e 1528
c2e66d9e 1529=item Building a regexp
4755096e 1530
c2e66d9e 1531=item Using regular expressions in Perl
4755096e 1532
c2e66d9e 1533=back
4755096e 1534
c2e66d9e 1535=item Part 2: Power tools
4755096e 1536
d420ca49 1537=over 4
4755096e 1538
c2e66d9e 1539=item More on characters, strings, and character classes
4755096e 1540
c2e66d9e 1541=item Compiling and saving regular expressions
4755096e 1542
c2e66d9e 1543=item Embedding comments and modifiers in a regular expression
4755096e 1544
c2e66d9e 1545=item Non-capturing groupings
4755096e 1546
c2e66d9e 1547=item Looking ahead and looking behind
4755096e 1548
c2e66d9e 1549=item Using independent subexpressions to prevent backtracking
4755096e 1550
c2e66d9e 1551=item Conditional expressions
4755096e 1552
c2e66d9e 1553=item A bit of magic: executing Perl code in a regular expression
4755096e 1554
c2e66d9e 1555=item Pragmas and debugging
4755096e
GS
1556
1557=back
1558
c2e66d9e 1559=item BUGS
4755096e 1560
c2e66d9e 1561=item SEE ALSO
4755096e 1562
c2e66d9e 1563=item AUTHOR AND COPYRIGHT
4755096e 1564
d420ca49 1565=over 4
4755096e 1566
c2e66d9e 1567=item Acknowledgments
4755096e
GS
1568
1569=back
1570
4755096e
GS
1571=back
1572
c2e66d9e 1573=head2 perlre - Perl regular expressions
4755096e 1574
d420ca49 1575=over 4
4755096e
GS
1576
1577=item DESCRIPTION
1578
c2e66d9e 1579i, m, s, x
4755096e 1580
d420ca49 1581=over 4
4755096e 1582
c2e66d9e 1583=item Regular Expressions
4755096e 1584
428dc699 1585[1], [2], [3], cntrl, graph, print, punct, xdigit
4755096e 1586
c2e66d9e 1587=item Extended Patterns
4755096e 1588
c2e66d9e
GS
1589C<(?#text)>, C<(?imsx-imsx)>, C<(?:pattern)>, C<(?imsx-imsx:pattern)>,
1590C<(?=pattern)>, C<(?!pattern)>, C<(?<=pattern)>, C<(?<!pattern)>, C<(?{
1591code })>, C<(??{ code })>, C<< (?>pattern) >>,
1592C<(?(condition)yes-pattern|no-pattern)>, C<(?(condition)yes-pattern)>
4755096e 1593
c2e66d9e 1594=item Backtracking
4755096e 1595
c2e66d9e 1596=item Version 8 Regular Expressions
4755096e 1597
c2e66d9e 1598=item Warning on \1 vs $1
4755096e 1599
c2e66d9e
GS
1600=item Repeated patterns matching zero-length substring
1601
1602=item Combining pieces together
1603
1604C<ST>, C<S|T>, C<S{REPEAT_COUNT}>, C<S{min,max}>, C<S{min,max}?>, C<S?>,
1605C<S*>, C<S+>, C<S??>, C<S*?>, C<S+?>, C<< (?>S) >>, C<(?=S)>, C<(?<=S)>,
1606C<(?!S)>, C<(?<!S)>, C<(??{ EXPR })>,
1607C<(?(condition)yes-pattern|no-pattern)>
1608
1609=item Creating custom RE engines
4755096e
GS
1610
1611=back
1612
c2e66d9e 1613=item BUGS
4755096e 1614
c2e66d9e 1615=item SEE ALSO
4755096e 1616
c2e66d9e
GS
1617=back
1618
d396a558
JH
1619=head2 perlref - Perl references and nested data structures
1620
d420ca49 1621=over 4
d396a558
JH
1622
1623=item NOTE
1624
1625=item DESCRIPTION
1626
d420ca49 1627=over 4
d396a558
JH
1628
1629=item Making References
1630
1631=item Using References
1632
1633=item Symbolic references
1634
1635=item Not-so-symbolic references
1636
1637=item Pseudo-hashes: Using an array as a hash
1638
1639=item Function Templates
1640
1641=back
1642
1643=item WARNING
1644
1645=item SEE ALSO
1646
1647=back
1648
c2e66d9e 1649=head2 perlform - Perl formats
4755096e 1650
d420ca49 1651=over 4
4755096e 1652
c2e66d9e 1653=item DESCRIPTION
4755096e 1654
d420ca49 1655=over 4
4755096e 1656
c2e66d9e 1657=item Format Variables
4755096e 1658
c2e66d9e 1659=back
4755096e 1660
c2e66d9e 1661=item NOTES
4755096e 1662
d420ca49 1663=over 4
c2e66d9e
GS
1664
1665=item Footers
1666
1667=item Accessing Formatting Internals
4755096e
GS
1668
1669=back
1670
c2e66d9e 1671=item WARNINGS
4755096e
GS
1672
1673=back
1674
d396a558 1675=head2 perlboot - Beginner's Object-Oriented Tutorial
4755096e 1676
d420ca49 1677=over 4
4755096e
GS
1678
1679=item DESCRIPTION
1680
d420ca49 1681=over 4
c2e66d9e 1682
d396a558
JH
1683=item If we could talk to the animals...
1684
1685=item Introducing the method invocation arrow
1686
1687=item Invoking a barnyard
1688
1689=item The extra parameter of method invocation
1690
1691=item Calling a second method to simplify things
1692
1693=item Inheriting the windpipes
1694
1695=item A few notes about @ISA
1696
1697=item Overriding the methods
1698
1699=item Starting the search from a different place
1700
1701=item The SUPER way of doing things
1702
1703=item Where we're at so far...
1704
1705=item A horse is a horse, of course of course -- or is it?
1706
1707=item Invoking an instance method
1708
1709=item Accessing the instance data
1710
1711=item How to build a horse
1712
1713=item Inheriting the constructor
1714
1715=item Making a method work with either classes or instances
1716
1717=item Adding parameters to a method
1718
1719=item More interesting instances
1720
1721=item A horse of a different color
1722
1723=item Summary
1724
1725=back
1726
1727=item SEE ALSO
1728
1729=item COPYRIGHT
1730
1731=back
1732
1733=head2 perltoot - Tom's object-oriented tutorial for perl
c2e66d9e 1734
d420ca49 1735=over 4
4755096e 1736
d396a558 1737=item DESCRIPTION
4755096e 1738
d396a558 1739=item Creating a Class
4755096e 1740
d420ca49 1741=over 4
4755096e 1742
d396a558 1743=item Object Representation
4755096e 1744
d396a558 1745=item Class Interface
4755096e 1746
d396a558 1747=item Constructors and Instance Methods
c2e66d9e 1748
d396a558 1749=item Planning for the Future: Better Constructors
c2e66d9e 1750
d396a558 1751=item Destructors
c2e66d9e 1752
d396a558 1753=item Other Object Methods
4755096e
GS
1754
1755=back
1756
d396a558 1757=item Class Data
4755096e 1758
d420ca49 1759=over 4
4755096e 1760
d396a558 1761=item Accessing Class Data
4755096e 1762
d396a558 1763=item Debugging Methods
4755096e 1764
d396a558 1765=item Class Destructors
4755096e 1766
d396a558 1767=item Documenting the Interface
4755096e 1768
d396a558 1769=back
4755096e 1770
d396a558
JH
1771=item Aggregation
1772
1773=item Inheritance
1774
d420ca49 1775=over 4
d396a558
JH
1776
1777=item Overridden Methods
1778
1779=item Multiple Inheritance
1780
1781=item UNIVERSAL: The Root of All Objects
4755096e 1782
c2e66d9e 1783=back
4755096e 1784
d396a558 1785=item Alternate Object Representations
4755096e 1786
d420ca49 1787=over 4
4755096e 1788
d396a558 1789=item Arrays as Objects
4755096e 1790
d396a558
JH
1791=item Closures as Objects
1792
1793=back
1794
1795=item AUTOLOAD: Proxy Methods
1796
d420ca49 1797=over 4
d396a558
JH
1798
1799=item Autoloaded Data Methods
1800
1801=item Inherited Autoloaded Data Methods
1802
1803=back
1804
1805=item Metaclassical Tools
1806
d420ca49 1807=over 4
d396a558
JH
1808
1809=item Class::Struct
1810
1811=item Data Members as Variables
4755096e 1812
d420ca49
AD
1813=back
1814
c2e66d9e 1815=item NOTES
4755096e 1816
d420ca49
AD
1817=over 4
1818
d396a558
JH
1819=item Object Terminology
1820
1821=back
1822
1823=item SEE ALSO
1824
1825=item AUTHOR AND COPYRIGHT
1826
1827=item COPYRIGHT
1828
d420ca49 1829=over 4
c2e66d9e 1830
d396a558 1831=item Acknowledgments
c2e66d9e 1832
d396a558 1833=back
c2e66d9e 1834
d396a558 1835=back
c2e66d9e 1836
890a53b9 1837=head2 perltooc - Tom's OO Tutorial for Class Data in Perl
c2e66d9e 1838
d420ca49 1839=over 4
c2e66d9e 1840
d396a558 1841=item DESCRIPTION
c2e66d9e 1842
dc5c060f
JH
1843=item Class Data in a Can
1844
d396a558
JH
1845=item Class Data as Package Variables
1846
d420ca49 1847=over 4
d396a558
JH
1848
1849=item Putting All Your Eggs in One Basket
1850
1851=item Inheritance Concerns
1852
1853=item The Eponymous Meta-Object
1854
1855=item Indirect References to Class Data
1856
1857=item Monadic Classes
1858
1859=item Translucent Attributes
4755096e
GS
1860
1861=back
1862
d396a558 1863=item Class Data as Lexical Variables
4755096e 1864
d420ca49 1865=over 4
4755096e 1866
d396a558
JH
1867=item Privacy and Responsibility
1868
1869=item File-Scoped Lexicals
1870
1871=item More Inheritance Concerns
1872
1873=item Locking the Door and Throwing Away the Key
1874
1875=item Translucency Revisited
4755096e 1876
c2e66d9e 1877=back
4755096e 1878
d396a558
JH
1879=item NOTES
1880
c2e66d9e 1881=item SEE ALSO
4755096e 1882
d396a558
JH
1883=item AUTHOR AND COPYRIGHT
1884
1885=item ACKNOWLEDGEMENTS
1886
c2e66d9e 1887=item HISTORY
4755096e 1888
c2e66d9e 1889=back
4755096e 1890
d396a558 1891=head2 perlobj - Perl objects
4755096e 1892
d420ca49 1893=over 4
4755096e 1894
c2e66d9e 1895=item DESCRIPTION
4755096e 1896
d420ca49 1897=over 4
4755096e 1898
d396a558 1899=item An Object is Simply a Reference
4755096e 1900
d396a558 1901=item A Class is Simply a Package
4755096e 1902
d396a558 1903=item A Method is Simply a Subroutine
4755096e 1904
d396a558 1905=item Method Invocation
4755096e 1906
bd28ded5 1907=item Indirect Object Syntax
d396a558
JH
1908
1909=item Default UNIVERSAL methods
1910
1911isa(CLASS), can(METHOD), VERSION( [NEED] )
1912
1913=item Destructors
1914
1915=item Summary
1916
1917=item Two-Phased Garbage Collection
4755096e 1918
c2e66d9e 1919=back
4755096e 1920
d396a558
JH
1921=item SEE ALSO
1922
1923=back
1924
1925=head2 perlbot - Bag'o Object Tricks (the BOT)
1926
d420ca49 1927=over 4
d396a558
JH
1928
1929=item DESCRIPTION
1930
1931=item OO SCALING TIPS
1932
1933=item INSTANCE VARIABLES
1934
1935=item SCALAR INSTANCE VARIABLES
1936
1937=item INSTANCE VARIABLE INHERITANCE
1938
1939=item OBJECT RELATIONSHIPS
1940
1941=item OVERRIDING SUPERCLASS METHODS
1942
1943=item USING RELATIONSHIP WITH SDBM
1944
1945=item THINKING OF CODE REUSE
1946
1947=item CLASS CONTEXT AND THE OBJECT
1948
1949=item INHERITING A CONSTRUCTOR
1950
1951=item DELEGATION
1952
1953=back
1954
1955=head2 perltie - how to hide an object class in a simple variable
1956
d420ca49 1957=over 4
d396a558
JH
1958
1959=item SYNOPSIS
1960
1961=item DESCRIPTION
1962
d420ca49 1963=over 4
d396a558
JH
1964
1965=item Tying Scalars
1966
93d73c42
JH
1967TIESCALAR classname, LIST, FETCH this, STORE this, value, UNTIE this,
1968DESTROY this
d396a558
JH
1969
1970=item Tying Arrays
1971
1972TIEARRAY classname, LIST, FETCH this, index, STORE this, index, value,
165c0277
JH
1973FETCHSIZE this, STORESIZE this, count, EXTEND this, count, EXISTS this,
1974key, DELETE this, key, CLEAR this, PUSH this, LIST, POP this, SHIFT this,
1975UNSHIFT this, LIST, SPLICE this, offset, length, LIST, UNTIE this, DESTROY
1976this
d396a558
JH
1977
1978=item Tying Hashes
1979
1980USER, HOME, CLOBBER, LIST, TIEHASH classname, LIST, FETCH this, key, STORE
1981this, key, value, DELETE this, key, CLEAR this, EXISTS this, key, FIRSTKEY
93d73c42 1982this, NEXTKEY this, lastkey, UNTIE this, DESTROY this
d396a558
JH
1983
1984=item Tying FileHandles
1985
1986TIEHANDLE classname, LIST, WRITE this, LIST, PRINT this, LIST, PRINTF this,
93d73c42
JH
1987LIST, READ this, LIST, READLINE this, GETC this, CLOSE this, UNTIE this,
1988DESTROY this
d396a558 1989
9fa7f388
JH
1990=item UNTIE this
1991
d396a558
JH
1992=item The C<untie> Gotcha
1993
1994=back
4755096e 1995
c2e66d9e 1996=item SEE ALSO
4755096e 1997
d396a558
JH
1998=item BUGS
1999
2000=item AUTHOR
2001
c2e66d9e 2002=back
4755096e 2003
c2e66d9e
GS
2004=head2 perlipc - Perl interprocess communication (signals, fifos, pipes,
2005safe subprocesses, sockets, and semaphores)
4755096e 2006
d420ca49 2007=over 4
4755096e 2008
c2e66d9e 2009=item DESCRIPTION
4755096e 2010
c2e66d9e 2011=item Signals
4755096e 2012
c2e66d9e 2013=item Named Pipes
4755096e 2014
d420ca49 2015=over 4
4755096e 2016
c2e66d9e 2017=item WARNING
4755096e 2018
c2e66d9e 2019=back
4755096e 2020
c2e66d9e 2021=item Using open() for IPC
4755096e 2022
d420ca49 2023=over 4
4755096e 2024
c2e66d9e 2025=item Filehandles
4755096e 2026
c2e66d9e 2027=item Background Processes
4755096e 2028
c2e66d9e 2029=item Complete Dissociation of Child from Parent
4755096e 2030
c2e66d9e 2031=item Safe Pipe Opens
4755096e 2032
c2e66d9e 2033=item Bidirectional Communication with Another Process
4755096e 2034
c2e66d9e 2035=item Bidirectional Communication with Yourself
4755096e
GS
2036
2037=back
2038
c2e66d9e 2039=item Sockets: Client/Server Communication
4755096e 2040
d420ca49 2041=over 4
4755096e 2042
c2e66d9e 2043=item Internet Line Terminators
4755096e 2044
c2e66d9e 2045=item Internet TCP Clients and Servers
4755096e 2046
c2e66d9e
GS
2047=item Unix-Domain TCP Clients and Servers
2048
2049=back
2050
2051=item TCP Clients with IO::Socket
4755096e 2052
d420ca49 2053=over 4
4755096e 2054
c2e66d9e 2055=item A Simple Client
4755096e 2056
c2e66d9e 2057C<Proto>, C<PeerAddr>, C<PeerPort>
4755096e 2058
c2e66d9e 2059=item A Webget Client
4755096e 2060
c2e66d9e 2061=item Interactive Client with IO::Socket
4755096e 2062
c2e66d9e 2063=back
4755096e 2064
c2e66d9e 2065=item TCP Servers with IO::Socket
4755096e 2066
c2e66d9e 2067Proto, LocalPort, Listen, Reuse
4755096e 2068
c2e66d9e 2069=item UDP: Message Passing
4755096e 2070
c2e66d9e 2071=item SysV IPC
4755096e 2072
c2e66d9e 2073=item NOTES
4755096e 2074
c2e66d9e 2075=item BUGS
4755096e 2076
c2e66d9e 2077=item AUTHOR
4755096e 2078
c2e66d9e 2079=item SEE ALSO
4755096e
GS
2080
2081=back
2082
bd28ded5 2083=head2 perlfork - Perl's fork() emulation (EXPERIMENTAL, subject to change)
4755096e 2084
d420ca49 2085=over 4
4755096e 2086
c2e66d9e
GS
2087=item SYNOPSIS
2088
2089=item DESCRIPTION
4755096e 2090
d420ca49 2091=over 4
4755096e 2092
c2e66d9e 2093=item Behavior of other Perl features in forked pseudo-processes
4755096e 2094
c2e66d9e
GS
2095$$ or $PROCESS_ID, %ENV, chdir() and all other builtins that accept
2096filenames, wait() and waitpid(), kill(), exec(), exit(), Open handles to
2097files, directories and network sockets
4755096e 2098
c2e66d9e 2099=item Resource limits
4755096e 2100
c2e66d9e 2101=item Killing the parent process
4755096e 2102
c2e66d9e 2103=item Lifetime of the parent process and pseudo-processes
4755096e 2104
c2e66d9e 2105=item CAVEATS AND LIMITATIONS
4755096e 2106
c2e66d9e
GS
2107BEGIN blocks, Open filehandles, Forking pipe open() not yet implemented,
2108Global state maintained by XSUBs, Interpreter embedded in larger
2109application, Thread-safety of extensions
4755096e 2110
c2e66d9e 2111=back
4755096e 2112
c2e66d9e
GS
2113=item BUGS
2114
2115=item AUTHOR
2116
2117=item SEE ALSO
4755096e
GS
2118
2119=back
2120
c2e66d9e 2121=head2 perlnumber - semantics of numbers and numeric operations in Perl
4755096e 2122
d420ca49 2123=over 4
4755096e 2124
c2e66d9e 2125=item SYNOPSIS
4755096e 2126
c2e66d9e 2127=item DESCRIPTION
4755096e 2128
c2e66d9e 2129=item Storing numbers
4755096e 2130
c2e66d9e 2131=item Numeric operators and numeric conversions
4755096e 2132
c2e66d9e 2133=item Flavors of Perl numeric operations
4755096e 2134
c2e66d9e
GS
2135Arithmetic operators except, C<no integer>, Arithmetic operators except,
2136C<use integer>, Bitwise operators, C<no integer>, Bitwise operators, C<use
2137integer>, Operators which expect an integer, Operators which expect a
2138string
4755096e 2139
c2e66d9e 2140=item AUTHOR
4755096e 2141
c2e66d9e 2142=item SEE ALSO
4755096e
GS
2143
2144=back
2145
c2e66d9e 2146=head2 perlthrtut - tutorial on threads in Perl
4755096e 2147
d420ca49 2148=over 4
4755096e
GS
2149
2150=item DESCRIPTION
2151
53d7eaa8
JH
2152=back
2153
2154=head2 perlothrtut - old tutorial on threads in Perl
2155
2156=over 4
2157
2158=item DESCRIPTION
2159
c2e66d9e 2160=item What Is A Thread Anyway?
4755096e 2161
c2e66d9e 2162=item Threaded Program Models
4755096e 2163
d420ca49 2164=over 4
4755096e 2165
c2e66d9e 2166=item Boss/Worker
4755096e 2167
c2e66d9e 2168=item Work Crew
4755096e 2169
c2e66d9e 2170=item Pipeline
4755096e
GS
2171
2172=back
2173
c2e66d9e 2174=item Native threads
4755096e 2175
c2e66d9e 2176=item What kind of threads are perl threads?
4755096e 2177
c2e66d9e 2178=item Threadsafe Modules
4755096e 2179
c2e66d9e 2180=item Thread Basics
4755096e 2181
d420ca49 2182=over 4
4755096e 2183
c2e66d9e 2184=item Basic Thread Support
4755096e 2185
c2e66d9e 2186=item Creating Threads
4755096e 2187
c2e66d9e 2188=item Giving up control
4755096e 2189
c2e66d9e 2190=item Waiting For A Thread To Exit
4755096e 2191
c2e66d9e 2192=item Errors In Threads
4755096e 2193
c2e66d9e 2194=item Ignoring A Thread
4755096e
GS
2195
2196=back
2197
c2e66d9e 2198=item Threads And Data
4755096e 2199
d420ca49 2200=over 4
4755096e 2201
c2e66d9e 2202=item Shared And Unshared Data
4755096e 2203
c2e66d9e 2204=item Thread Pitfall: Races
4755096e 2205
c2e66d9e 2206=item Controlling access: lock()
4755096e 2207
c2e66d9e 2208=item Thread Pitfall: Deadlocks
4755096e 2209
c2e66d9e 2210=item Queues: Passing Data Around
4755096e 2211
c2e66d9e 2212=back
4755096e 2213
c2e66d9e 2214=item Threads And Code
4755096e 2215
d420ca49 2216=over 4
4755096e 2217
c2e66d9e 2218=item Semaphores: Synchronizing Data Access
4755096e 2219
c2e66d9e 2220Basic semaphores, Advanced Semaphores
4755096e 2221
c2e66d9e 2222=item Attributes: Restricting Access To Subroutines
4755096e 2223
c2e66d9e 2224=item Subroutine Locks
4755096e 2225
c2e66d9e 2226=item Methods
4755096e 2227
c2e66d9e 2228=item Locking A Subroutine
4755096e
GS
2229
2230=back
2231
c2e66d9e 2232=item General Thread Utility Routines
4755096e 2233
d420ca49 2234=over 4
4755096e 2235
c2e66d9e 2236=item What Thread Am I In?
4755096e 2237
c2e66d9e 2238=item Thread IDs
4755096e 2239
c2e66d9e 2240=item Are These Threads The Same?
4755096e 2241
c2e66d9e 2242=item What Threads Are Running?
4755096e 2243
c2e66d9e 2244=back
4755096e 2245
c2e66d9e 2246=item A Complete Example
4755096e 2247
c2e66d9e 2248=item Conclusion
4755096e 2249
c2e66d9e 2250=item Bibliography
4755096e 2251
d420ca49 2252=over 4
4755096e 2253
c2e66d9e 2254=item Introductory Texts
4755096e 2255
c2e66d9e 2256=item OS-Related References
4755096e 2257
c2e66d9e 2258=item Other References
4755096e
GS
2259
2260=back
2261
c2e66d9e 2262=item Acknowledgements
4755096e 2263
c2e66d9e 2264=item AUTHOR
4755096e 2265
c2e66d9e 2266=item Copyrights
4755096e 2267
c2e66d9e 2268=back
4755096e 2269
c2e66d9e 2270=head2 perlport - Writing portable Perl
4755096e 2271
d420ca49 2272=over 4
4755096e 2273
c2e66d9e 2274=item DESCRIPTION
4755096e 2275
c2e66d9e
GS
2276Not all Perl programs have to be portable, Nearly all of Perl already I<is>
2277portable
4755096e 2278
c2e66d9e 2279=item ISSUES
4755096e 2280
d420ca49 2281=over 4
4755096e 2282
c2e66d9e 2283=item Newlines
4755096e 2284
c2e66d9e 2285=item Numbers endianness and Width
4755096e 2286
c2e66d9e 2287=item Files and Filesystems
4755096e 2288
c2e66d9e 2289=item System Interaction
4755096e 2290
c2e66d9e 2291=item Interprocess Communication (IPC)
4755096e 2292
c2e66d9e 2293=item External Subroutines (XS)
4755096e 2294
c2e66d9e 2295=item Standard Modules
4755096e 2296
c2e66d9e 2297=item Time and Date
4755096e 2298
c2e66d9e 2299=item Character sets and character encoding
4755096e 2300
c2e66d9e 2301=item Internationalisation
4755096e 2302
c2e66d9e 2303=item System Resources
4755096e 2304
c2e66d9e 2305=item Security
4755096e 2306
c2e66d9e 2307=item Style
4755096e
GS
2308
2309=back
2310
c2e66d9e 2311=item CPAN Testers
4755096e 2312
c2e66d9e
GS
2313Mailing list: cpan-testers@perl.org, Testing results:
2314http://testers.cpan.org/
4755096e 2315
c2e66d9e 2316=item PLATFORMS
4755096e 2317
d420ca49 2318=over 4
4755096e 2319
c2e66d9e 2320=item Unix
4755096e 2321
c2e66d9e 2322=item DOS and Derivatives
4755096e 2323
c2e66d9e 2324=item S<Mac OS>
4755096e 2325
c2e66d9e 2326=item VMS
4755096e 2327
c2e66d9e 2328=item VOS
4755096e 2329
c2e66d9e 2330=item EBCDIC Platforms
4755096e 2331
c2e66d9e 2332=item Acorn RISC OS
4755096e 2333
c2e66d9e 2334=item Other perls
4755096e
GS
2335
2336=back
2337
c2e66d9e 2338=item FUNCTION IMPLEMENTATIONS
4755096e 2339
d420ca49 2340=over 4
4755096e 2341
c2e66d9e
GS
2342=item Alphabetical Listing of Perl Functions
2343
2344-I<X> FILEHANDLE, -I<X> EXPR, -I<X>, alarm SECONDS, alarm, binmode
2345FILEHANDLE, chmod LIST, chown LIST, chroot FILENAME, chroot, crypt
2346PLAINTEXT,SALT, dbmclose HASH, dbmopen HASH,DBNAME,MODE, dump LABEL, exec
ba62762e
JH
2347LIST, exit EXPR, exit, fcntl FILEHANDLE,FUNCTION,SCALAR, flock
2348FILEHANDLE,OPERATION, fork, getlogin, getpgrp PID, getppid, getpriority
2349WHICH,WHO, getpwnam NAME, getgrnam NAME, getnetbyname NAME, getpwuid UID,
2350getgrgid GID, getnetbyaddr ADDR,ADDRTYPE, getprotobynumber NUMBER,
2351getservbyport PORT,PROTO, getpwent, getgrent, gethostent, getnetent,
2352getprotoent, getservent, setpwent, setgrent, sethostent STAYOPEN, setnetent
2353STAYOPEN, setprotoent STAYOPEN, setservent STAYOPEN, endpwent, endgrent,
2354endhostent, endnetent, endprotoent, endservent, getsockopt
2355SOCKET,LEVEL,OPTNAME, glob EXPR, glob, ioctl FILEHANDLE,FUNCTION,SCALAR,
2356kill SIGNAL, LIST, link OLDFILE,NEWFILE, lstat FILEHANDLE, lstat EXPR,
2357lstat, msgctl ID,CMD,ARG, msgget KEY,FLAGS, msgsnd ID,MSG,FLAGS, msgrcv
2358ID,VAR,SIZE,TYPE,FLAGS, open FILEHANDLE,EXPR, open FILEHANDLE, pipe
2359READHANDLE,WRITEHANDLE, readlink EXPR, readlink, select
2360RBITS,WBITS,EBITS,TIMEOUT, semctl ID,SEMNUM,CMD,ARG, semget
2361KEY,NSEMS,FLAGS, semop KEY,OPSTRING, setgrent, setpgrp PID,PGRP,
c2e66d9e
GS
2362setpriority WHICH,WHO,PRIORITY, setpwent, setsockopt
2363SOCKET,LEVEL,OPTNAME,OPTVAL, shmctl ID,CMD,ARG, shmget KEY,SIZE,FLAGS,
80cbd5ad
JH
2364shmread ID,VAR,POS,SIZE, shmwrite ID,STRING,POS,SIZE, sockatmark SOCKET,
2365socketpair SOCKET1,SOCKET2,DOMAIN,TYPE,PROTOCOL, stat FILEHANDLE, stat
2366EXPR, stat, symlink OLDFILE,NEWFILE, syscall LIST, sysopen
d396a558
JH
2367FILEHANDLE,FILENAME,MODE,PERMS, system LIST, times, truncate
2368FILEHANDLE,LENGTH, truncate EXPR,LENGTH, umask EXPR, umask, utime LIST,
2369wait, waitpid PID,FLAGS
4755096e 2370
d396a558 2371=back
4755096e 2372
d396a558 2373=item CHANGES
4755096e 2374
603b90a8
JH
2375v1.48, 02 February 2001, v1.47, 22 March 2000, v1.46, 12 February 2000,
2376v1.45, 20 December 1999, v1.44, 19 July 1999, v1.43, 24 May 1999, v1.42, 22
2377May 1999, v1.41, 19 May 1999, v1.40, 11 April 1999, v1.39, 11 February
23781999, v1.38, 31 December 1998, v1.37, 19 December 1998, v1.36, 9 September
23791998, v1.35, 13 August 1998, v1.33, 06 August 1998, v1.32, 05 August 1998,
2380v1.30, 03 August 1998, v1.23, 10 July 1998
4755096e 2381
d396a558 2382=item Supported Platforms
4755096e 2383
d396a558 2384=item SEE ALSO
4755096e 2385
d396a558 2386=item AUTHORS / CONTRIBUTORS
4755096e 2387
4755096e
GS
2388=back
2389
d396a558
JH
2390=head2 perllocale - Perl locale handling (internationalization and
2391localization)
4755096e 2392
d420ca49 2393=over 4
4755096e 2394
d396a558 2395=item DESCRIPTION
4755096e 2396
d396a558
JH
2397=item PREPARING TO USE LOCALES
2398
2399=item USING LOCALES
4755096e 2400
d420ca49 2401=over 4
4755096e 2402
d396a558 2403=item The use locale pragma
4755096e 2404
d396a558 2405=item The setlocale function
4755096e 2406
d396a558 2407=item Finding locales
4755096e 2408
d396a558 2409=item LOCALE PROBLEMS
4755096e 2410
d396a558 2411=item Temporarily fixing locale problems
4755096e 2412
d396a558 2413=item Permanently fixing locale problems
4755096e 2414
d396a558 2415=item Permanently fixing your system's locale configuration
4755096e 2416
d396a558 2417=item Fixing system locale configuration
4755096e 2418
d396a558 2419=item The localeconv function
4755096e 2420
d0363f02
JH
2421=item I18N::Langinfo
2422
4755096e
GS
2423=back
2424
d396a558 2425=item LOCALE CATEGORIES
4755096e 2426
d420ca49 2427=over 4
4755096e 2428
d396a558 2429=item Category LC_COLLATE: Collation
4755096e 2430
d396a558 2431=item Category LC_CTYPE: Character Types
4755096e 2432
d396a558 2433=item Category LC_NUMERIC: Numeric Formatting
4755096e 2434
d396a558 2435=item Category LC_MONETARY: Formatting of monetary amounts
4755096e 2436
d396a558 2437=item LC_TIME
4755096e 2438
d396a558 2439=item Other categories
4755096e 2440
d396a558 2441=back
4755096e 2442
d396a558 2443=item SECURITY
4755096e 2444
d396a558 2445=item ENVIRONMENT
4755096e 2446
d396a558
JH
2447PERL_BADLANG, LC_ALL, LANGUAGE, LC_CTYPE, LC_COLLATE, LC_MONETARY,
2448LC_NUMERIC, LC_TIME, LANG
4755096e 2449
d396a558 2450=item NOTES
4755096e 2451
d420ca49 2452=over 4
4755096e 2453
d396a558 2454=item Backward compatibility
4755096e 2455
d396a558 2456=item I18N:Collate obsolete
4755096e 2457
d396a558 2458=item Sort speed and memory use impacts
4755096e 2459
d396a558 2460=item write() and LC_NUMERIC
4755096e 2461
d396a558 2462=item Freely available locale definitions
4755096e 2463
d396a558 2464=item I18n and l10n
4755096e 2465
d396a558 2466=item An imperfect standard
4755096e
GS
2467
2468=back
2469
d396a558 2470=item BUGS
4755096e 2471
d420ca49 2472=over 4
4755096e 2473
d396a558 2474=item Broken systems
4755096e
GS
2475
2476=back
2477
2478=item SEE ALSO
2479
d396a558 2480=item HISTORY
4755096e
GS
2481
2482=back
2483
07fcf8ff 2484=head2 perluniintro - Perl Unicode introduction
ba62762e
JH
2485
2486=over 4
2487
2488=item DESCRIPTION
2489
2490=over 4
2491
2492=item Unicode
2493
2494=item Perl's Unicode Support
2495
2496=item Perl's Unicode Model
2497
2498=item Creating Unicode
2499
2500=item Handling Unicode
2501
2502=item Legacy Encodings
2503
2504=item Unicode I/O
2505
3ecb3787
JH
2506=item Displaying Unicode As Text
2507
ba62762e
JH
2508=item Special Cases
2509
2510=item Advanced Topics
2511
2512=item Miscellaneous
2513
2514=item Questions With Answers
2515
ff426ff2 2516, , , , , ,
ba62762e
JH
2517
2518=item Hexadecimal Notation
2519
2520=item Further Resources
2521
2522=back
2523
34babc16
JH
2524=item UNICODE IN OLDER PERLS
2525
ba62762e
JH
2526=item SEE ALSO
2527
2528=item ACKNOWLEDGEMENTS
2529
2530=item AUTHOR, COPYRIGHT, AND LICENSE
2531
2532=back
2533
d396a558 2534=head2 perlunicode - Unicode support in Perl
4755096e 2535
d420ca49 2536=over 4
4755096e
GS
2537
2538=item DESCRIPTION
2539
d420ca49 2540=over 4
4755096e 2541
e42c74e1 2542=item Important Caveats
4755096e 2543
d396a558 2544Input and Output Disciplines, Regular Expressions, C<use utf8> still needed
ad0029c4 2545to enable UTF-8/UTF-EBCDIC in scripts
4755096e 2546
d396a558 2547=item Byte and Character semantics
4755096e 2548
d396a558 2549=item Effects of character semantics
4755096e 2550
fbe3d936
JH
2551=item Scripts
2552
2553=item Blocks
2554
d396a558 2555=item Character encodings for input and output
4755096e 2556
80327a3d 2557=item Unicode Regular Expression Support Level
ba62762e
JH
2558
2559=item Unicode Encodings
2560
ba62762e
JH
2561=item Security Implications of Malformed UTF-8
2562
2563=item Unicode in Perl on EBCDIC
2564
37b1fd75
JH
2565=item Using Unicode in XS
2566
ba62762e
JH
2567=back
2568
80327a3d 2569=item BUGS
4755096e
GS
2570
2571=back
2572
d396a558 2573=head2 perlebcdic - Considerations for running Perl on EBCDIC platforms
4755096e 2574
d420ca49 2575=over 4
4755096e 2576
d396a558 2577=item DESCRIPTION
4755096e 2578
d396a558 2579=item COMMON CHARACTER CODE SETS
4755096e 2580
d420ca49 2581=over 4
4755096e 2582
d396a558 2583=item ASCII
4755096e 2584
d396a558 2585=item ISO 8859
4755096e 2586
d396a558 2587=item Latin 1 (ISO 8859-1)
4755096e 2588
d396a558 2589=item EBCDIC
4755096e 2590
d396a558 2591=item 13 variant characters
4755096e 2592
d396a558 2593=item 0037
4755096e 2594
d396a558 2595=item 1047
4755096e 2596
d396a558 2597=item POSIX-BC
4755096e 2598
41ca3a40
JH
2599=item Unicode and UTF
2600
ff426ff2
JH
2601=item Using Encode
2602
4755096e
GS
2603=back
2604
d396a558 2605=item SINGLE OCTET TABLES
4755096e 2606
41ca3a40 2607recipe 0, recipe 1, recipe 2, recipe 3, recipe 4, recipe 5, recipe 6
4755096e 2608
d396a558 2609=item IDENTIFYING CHARACTER CODE SETS
4755096e 2610
d396a558 2611=item CONVERSIONS
4755096e 2612
d420ca49 2613=over 4
37d4d706
JH
2614
2615=item tr///
2616
2617=item iconv
2618
2619=item C RTL
2620
2621=back
2622
d396a558 2623=item OPERATOR DIFFERENCES
4755096e 2624
d396a558 2625=item FUNCTION DIFFERENCES
4755096e 2626
d396a558 2627chr(), ord(), pack(), print(), printf(), sort(), sprintf(), unpack()
4755096e 2628
d396a558 2629=item REGULAR EXPRESSION DIFFERENCES
4755096e 2630
d396a558 2631=item SOCKETS
4755096e 2632
d396a558 2633=item SORTING
4755096e 2634
d420ca49 2635=over 4
4755096e 2636
9fa7f388 2637=item Ignore ASCII vs. EBCDIC sort differences.
4755096e 2638
9fa7f388 2639=item MONO CASE then sort data.
4755096e 2640
9fa7f388 2641=item Convert, sort data, then re convert.
4755096e 2642
d396a558 2643=item Perform sorting on one type of machine only.
4755096e
GS
2644
2645=back
2646
41ca3a40 2647=item TRANSFORMATION FORMATS
37d4d706 2648
d420ca49 2649=over 4
37d4d706
JH
2650
2651=item URL decoding and encoding
2652
2653=item uu encoding and decoding
2654
2655=item Quoted-Printable encoding and decoding
2656
41ca3a40 2657=item Caesarian ciphers
37d4d706
JH
2658
2659=back
2660
2661=item Hashing order and checksums
4755096e 2662
d396a558 2663=item I18N AND L10N
4755096e 2664
d396a558 2665=item MULTI OCTET CHARACTER SETS
4755096e 2666
d396a558 2667=item OS ISSUES
4755096e 2668
d420ca49 2669=over 4
4755096e 2670
d396a558 2671=item OS/400
7029d033 2672
d396a558 2673IFS access
4755096e 2674
41ca3a40 2675=item OS/390, z/OS
4755096e 2676
41ca3a40 2677chcp, dataset access, OS/390, z/OS iconv, locales
4755096e 2678
d396a558 2679=item VM/ESA?
4755096e 2680
d396a558 2681=item POSIX-BC?
4755096e 2682
d396a558 2683=back
4755096e 2684
9fa7f388
JH
2685=item BUGS
2686
b3b6085d
PP
2687=item SEE ALSO
2688
d396a558 2689=item REFERENCES
c2e66d9e 2690
41ca3a40
JH
2691=item HISTORY
2692
d396a558 2693=item AUTHOR
4755096e
GS
2694
2695=back
2696
d396a558 2697=head2 perlsec - Perl security
4755096e 2698
d420ca49 2699=over 4
4755096e 2700
4755096e
GS
2701=item DESCRIPTION
2702
d420ca49 2703=over 4
4755096e 2704
d396a558 2705=item Laundering and Detecting Tainted Data
4755096e 2706
d396a558 2707=item Switches On the "#!" Line
4755096e 2708
d396a558 2709=item Cleaning Up Your Path
c2e66d9e 2710
d396a558 2711=item Security Bugs
c2e66d9e 2712
d396a558 2713=item Protecting Your Programs
4755096e
GS
2714
2715=back
2716
c2e66d9e
GS
2717=item SEE ALSO
2718
4755096e
GS
2719=back
2720
c2e66d9e 2721=head2 perlmod - Perl modules (packages and symbol tables)
4755096e 2722
d420ca49 2723=over 4
4755096e
GS
2724
2725=item DESCRIPTION
2726
d420ca49 2727=over 4
4755096e 2728
c2e66d9e 2729=item Packages
4755096e 2730
c2e66d9e 2731=item Symbol Tables
4755096e 2732
c2e66d9e 2733=item Package Constructors and Destructors
4755096e 2734
c2e66d9e 2735=item Perl Classes
4755096e 2736
c2e66d9e 2737=item Perl Modules
4755096e 2738
a6fb92f1
JH
2739=item Making your module threadsafe
2740
4755096e
GS
2741=back
2742
c2e66d9e 2743=item SEE ALSO
4755096e 2744
c2e66d9e 2745=back
4755096e 2746
35bf961c
JH
2747=head2 perlmodinstall - Installing CPAN Modules
2748
2749=over 4
2750
2751=item DESCRIPTION
2752
2753=over 4
2754
2755=item PREAMBLE
2756
2757B<DECOMPRESS> the file, B<UNPACK> the file into a directory, B<BUILD> the
2758module (sometimes unnecessary), B<INSTALL> the module
2759
2760=back
2761
2762=item PORTABILITY
2763
2764=item HEY
2765
2766=item AUTHOR
2767
2768=item COPYRIGHT
2769
2770=back
2771
c2e66d9e 2772=head2 perlmodlib - constructing new Perl modules and finding existing ones
4755096e 2773
d420ca49 2774=over 4
4755096e 2775
c2e66d9e 2776=item DESCRIPTION
4755096e 2777
c2e66d9e 2778=item THE PERL MODULE LIBRARY
4755096e 2779
d420ca49 2780=over 4
4755096e 2781
c2e66d9e 2782=item Pragmatic Modules
4755096e 2783
04b01f78
JH
2784attributes, autouse, base, blib, bytes, charnames, constant, diagnostics,
2785encoding, fields, filetest, integer, less, locale, open, overload, sigtrap,
2786sort, strict, subs, utf8, vars, vmsish, warnings, warnings::register
4755096e 2787
c2e66d9e 2788=item Standard Modules
4755096e 2789
04b01f78
JH
2790AnyDBM_File, Attribute::Handlers, AutoLoader, AutoSplit, Benchmark, CGI,
2791CGI::Apache, CGI::Carp, CGI::Cookie, CGI::Fast, CGI::Pretty, CGI::Push,
2792CGI::Switch, CGI::Util, CPAN, CPAN::FirstTime, CPAN::Nox, Carp,
2793Carp::Heavy, Class::ISA, Class::Struct, Cwd, DB, Devel::SelfStubber,
2794Digest, DirHandle, Dumpvalue, English, Env, Exporter, Exporter::Heavy,
c27482a4
JH
2795ExtUtils::Command, ExtUtils::Constant, ExtUtils::Embed, ExtUtils::Install,
2796ExtUtils::Installed, ExtUtils::Liblist, ExtUtils::MM_Cygwin,
2797ExtUtils::MM_NW5, ExtUtils::MM_OS2, ExtUtils::MM_Unix, ExtUtils::MM_VMS,
2798ExtUtils::MM_Win32, ExtUtils::MakeMaker, ExtUtils::Manifest,
2799ExtUtils::Mkbootstrap, ExtUtils::Mksymlists, ExtUtils::Packlist,
04b01f78
JH
2800ExtUtils::testlib, Fatal, File::Basename, File::CheckTree, File::Compare,
2801File::Copy, File::DosGlob, File::Find, File::Path, File::Spec,
2802File::Spec::Cygwin, File::Spec::Epoc, File::Spec::Functions,
2803File::Spec::Mac, File::Spec::OS2, File::Spec::Unix, File::Spec::VMS,
2804File::Spec::Win32, File::Temp, File::stat, FileCache, FileHandle,
2805Filter::Simple, FindBin, Getopt::Long, Getopt::Std, I18N::Collate,
2806I18N::LangTags, I18N::LangTags::List, IPC::Open2, IPC::Open3,
2807Locale::Constants, Locale::Country, Locale::Currency, Locale::Language,
2808Locale::Maketext, Locale::Maketext::TPJ13, Math::BigFloat, Math::BigInt,
2809Math::BigInt::Calc, Math::Complex, Math::Trig, Memoize,
2810Memoize::AnyDBM_File, Memoize::Expire, Memoize::ExpireFile,
2811Memoize::ExpireTest, Memoize::NDBM_File, Memoize::SDBM_File,
2812Memoize::Storable, NEXT, Net::Cmd, Net::Config, Net::Domain, Net::FTP,
2813Net::NNTP, Net::Netrc, Net::POP3, Net::Ping, Net::SMTP, Net::Time,
2814Net::hostent, Net::libnetFAQ, Net::netent, Net::protoent, Net::servent,
2815PerlIO, Pod::Checker, Pod::Find, Pod::Functions, Pod::Html,
2816Pod::InputObjects, Pod::LaTeX, Pod::Man, Pod::ParseLink, Pod::ParseUtils,
2817Pod::Parser, Pod::Plainer, Pod::Select, Pod::Text, Pod::Text::Color,
2818Pod::Text::Overstrike, Pod::Text::Termcap, Pod::Usage, Pod::t::basic,
2819Search::Dict, SelectSaver, SelfLoader, Shell, Switch, Symbol,
2820Term::ANSIColor, Term::Cap, Term::Complete, Term::ReadLine, Test,
34babc16
JH
2821Test::Builder, Test::Harness, Test::More, Test::Simple, Test::Tutorial,
2822Text::Abbrev, Text::Balanced, Text::ParseWords, Text::Soundex, Text::Tabs,
2823Text::Wrap, Thread, Tie::Array, Tie::Handle, Tie::Hash, Tie::RefHash,
2824Tie::Scalar, Tie::SubstrHash, Time::Local, Time::gmtime, Time::localtime,
2825Time::tm, UNIVERSAL, Unicode::Collate, Unicode::UCD, User::grent,
e61ecf27 2826User::pwent, Win32
4755096e 2827
c2e66d9e 2828=item Extension Modules
4755096e 2829
c2e66d9e 2830=back
4755096e 2831
c2e66d9e 2832=item CPAN
4755096e 2833
603b90a8
JH
2834=over 4
2835
2836=item Africa
2837
2838=item Asia
2839
2840=item Central America
2841
2842=item Europe
2843
2844=item North America
2845
2846=item Oceania
2847
2848=item South America
2849
2850=back
4755096e 2851
c2e66d9e 2852=item Modules: Creation, Use, and Abuse
4755096e 2853
d420ca49 2854=over 4
4755096e 2855
c2e66d9e 2856=item Guidelines for Module Creation
4755096e 2857
c2e66d9e 2858=item Guidelines for Converting Perl 4 Library Scripts into Modules
4755096e 2859
c2e66d9e 2860=item Guidelines for Reusing Application Code
4755096e 2861
c2e66d9e 2862=back
4755096e 2863
c2e66d9e 2864=item NOTE
4755096e 2865
c2e66d9e 2866=back
4755096e 2867
35bf961c 2868=head2 perlmodstyle - Perl module style guide
4755096e 2869
d420ca49 2870=over 4
4755096e 2871
35bf961c
JH
2872=item INTRODUCTION
2873
2874=item QUICK CHECKLIST
4755096e 2875
d420ca49 2876=over 4
4755096e 2877
35bf961c 2878=item Before you start
4755096e 2879
35bf961c
JH
2880=item The API
2881
2882=item Stability
2883
2884=item Documentation
2885
2886=item Release considerations
4755096e 2887
c2e66d9e 2888=back
4755096e 2889
35bf961c 2890=item BEFORE YOU START WRITING A MODULE
a9ef4385 2891
35bf961c 2892=over 4
c2e66d9e 2893
35bf961c 2894=item Has it been done before?
c2e66d9e 2895
35bf961c
JH
2896=item Do one thing and do it well
2897
2898=item What's in a name?
2899
2900=back
2901
2902=item DESIGNING AND WRITING YOUR MODULE
2903
2904=over 4
2905
2906=item To OO or not to OO?
2907
2908=item Designing your API
2909
2910Write simple routines to do simple things, Separate functionality from
2911output, Provide sensible shortcuts and defaults, Naming conventions,
2912Parameter passing
2913
2914=item Strictness and warnings
2915
2916=item Backwards compatibility
2917
2918=item Error handling and messages
2919
2920=back
2921
2922=item DOCUMENTING YOUR MODULE
2923
2924=over 4
2925
2926=item POD
2927
2928=item README, INSTALL, release notes, changelogs
2929
2930=back
2931
2932=item RELEASE CONSIDERATIONS
2933
2934=over 4
2935
2936=item Version numbering
2937
2938=item Pre-requisites
2939
2940=item Testing
2941
2942=item Packaging
2943
2944=item Licensing
2945
2946=back
2947
2948=item COMMON PITFALLS
2949
2950=over 4
2951
2952=item Reinventing the wheel
2953
2954=item Trying to do too much
2955
2956=item Inappropriate documentation
2957
2958=back
2959
2960=item SEE ALSO
2961
2962L<perlstyle>, L<perlnewmod>, L<perlpod>, L<podchecker>, Testing tools,
2963http://pause.perl.org/, Any good book on software engineering
2964
2965=item AUTHOR
4755096e
GS
2966
2967=back
2968
c2e66d9e 2969=head2 perlnewmod - preparing a new module for distribution
4755096e 2970
d420ca49 2971=over 4
4755096e 2972
c2e66d9e 2973=item DESCRIPTION
4755096e 2974
d420ca49 2975=over 4
4755096e 2976
c2e66d9e 2977=item Warning
4755096e 2978
c2e66d9e 2979=item What should I make into a module?
4755096e 2980
c2e66d9e 2981=item Step-by-step: Preparing the ground
4755096e 2982
c2e66d9e 2983Look around, Check it's new, Discuss the need, Choose a name, Check again
4755096e 2984
c2e66d9e 2985=item Step-by-step: Making the module
4755096e 2986
c2e66d9e 2987Start with F<h2xs>, Use L<strict|strict> and L<warnings|warnings>, Use
4d4e713d
JH
2988L<Carp|Carp>, Use L<Exporter|Exporter> - wisely!, Use L<plain old
2989documentation|perlpod>, Write tests, Write the README
4755096e 2990
c2e66d9e 2991=item Step-by-step: Distributing your module
4755096e 2992
c2e66d9e
GS
2993Get a CPAN user ID, C<perl Makefile.PL; make test; make dist>, Upload the
2994tarball, Announce to the modules list, Announce to clpa, Fix bugs!
4755096e 2995
c2e66d9e 2996=back
4755096e 2997
c2e66d9e 2998=item AUTHOR
4755096e 2999
c2e66d9e 3000=item SEE ALSO
4755096e
GS
3001
3002=back
3003
fa17183e
JH
3004=head2 perlfaq1 - General Questions About Perl ($Revision: 1.7 $, $Date:
30052002/02/21 14:49:15 $)
4755096e 3006
d420ca49 3007=over 4
4755096e
GS
3008
3009=item DESCRIPTION
3010
d420ca49 3011=over 4
4755096e
GS
3012
3013=item What is Perl?
3014
3015=item Who supports Perl? Who develops it? Why is it free?
3016
3017=item Which version of Perl should I use?
3018
3019=item What are perl4 and perl5?
3020
3021=item What is perl6?
3022
3023=item How stable is Perl?
3024
3025=item Is Perl difficult to learn?
3026
3027=item How does Perl compare with other languages like Java, Python, REXX,
3028Scheme, or Tcl?
3029
3030=item Can I do [task] in Perl?
3031
3032=item When shouldn't I program in Perl?
3033
3034=item What's the difference between "perl" and "Perl"?
3035
3036=item Is it a Perl program or a Perl script?
3037
3038=item What is a JAPH?
3039
3040=item Where can I get a list of Larry Wall witticisms?
3041
165c0277 3042=item How can I convince my sysadmin/supervisor/employees to use version
fe9287c4 30435/5.6.1/Perl instead of some other language?
4755096e
GS
3044
3045=back
3046
3047=item AUTHOR AND COPYRIGHT
3048
3049=back
3050
fa17183e
JH
3051=head2 perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.9 $,
3052$Date: 2002/03/09 21:01:13 $)
4755096e 3053
d420ca49 3054=over 4
4755096e
GS
3055
3056=item DESCRIPTION
3057
d420ca49 3058=over 4
4755096e
GS
3059
3060=item What machines support Perl? Where do I get it?
3061
3062=item How can I get a binary version of Perl?
3063
3064=item I don't have a C compiler on my system. How can I compile perl?
3065
3066=item I copied the Perl binary from one machine to another, but scripts
3067don't work.
3068
3069=item I grabbed the sources and tried to compile but gdbm/dynamic
3070loading/malloc/linking/... failed. How do I make it work?
3071
3072=item What modules and extensions are available for Perl? What is CPAN?
3073What does CPAN/src/... mean?
3074
3075=item Is there an ISO or ANSI certified version of Perl?
3076
3077=item Where can I get information on Perl?
3078
3079=item What are the Perl newsgroups on Usenet? Where do I post questions?
3080
3081=item Where should I post source code?
3082
3083=item Perl Books
3084
3085References, Tutorials, Task-Oriented, Special Topics
3086
3087=item Perl in Magazines
3088
3089=item Perl on the Net: FTP and WWW Access
3090
3091=item What mailing lists are there for Perl?
3092
3093=item Archives of comp.lang.perl.misc
3094
3095=item Where can I buy a commercial version of Perl?
3096
3097=item Where do I send bug reports?
3098
04b01f78 3099=item What is perl.com? Perl Mongers? pm.org? perl.org? cpan.org?
4755096e
GS
3100
3101=back
3102
3103=item AUTHOR AND COPYRIGHT
3104
3105=back
3106
12b7c5c7
JH
3107=head2 perlfaq3 - Programming Tools ($Revision: 1.15 $, $Date: 2002/02/11
310819:29:52 $)
4755096e 3109
d420ca49 3110=over 4
4755096e
GS
3111
3112=item DESCRIPTION
3113
d420ca49 3114=over 4
4755096e
GS
3115
3116=item How do I do (anything)?
3117
3118=item How can I use Perl interactively?
3119
3120=item Is there a Perl shell?
3121
3122=item How do I debug my Perl programs?
3123
3124=item How do I profile my Perl programs?
3125
3126=item How do I cross-reference my Perl programs?
3127
3128=item Is there a pretty-printer (formatter) for Perl?
3129
3130=item Is there a ctags for Perl?
3131
3132=item Is there an IDE or Windows Perl Editor?
3133
245d750e
JH
3134Komodo, The Object System, Open Perl IDE, PerlBuilder, visiPerl+,
3135CodeMagicCD, GNU Emacs, MicroEMACS, XEmacs, Elvis, Vile, Vim, Codewright,
603b90a8
JH
3136MultiEdit, SlickEdit, Bash, Ksh, Tcsh, Zsh, BBEdit and BBEdit Lite, Alpha
3137
4755096e
GS
3138=item Where can I get Perl macros for vi?
3139
3140=item Where can I get perl-mode for emacs?
3141
3142=item How can I use curses with Perl?
3143
3144=item How can I use X or Tk with Perl?
3145
3146=item How can I generate simple menus without using CGI or Tk?
3147
4755096e
GS
3148=item How can I make my Perl program run faster?
3149
3150=item How can I make my Perl program take less memory?
3151
35bf961c
JH
3152Don't slurp!, Use map and grep selectively, Avoid unnecessary quotes and
3153stringification, Pass by reference, Tie large variables to disk
3154
4755096e
GS
3155=item Is it unsafe to return a pointer to local data?
3156
3157=item How can I free an array or hash so my program shrinks?
3158
3159=item How can I make my CGI script more efficient?
3160
3161=item How can I hide the source for my Perl program?
3162
3163=item How can I compile my Perl program into byte code or C?
3164
3165=item How can I compile Perl into Java?
3166
3167=item How can I get C<#!perl> to work on [MS-DOS,NT,...]?
3168
3169=item Can I write useful Perl programs on the command line?
3170
3171=item Why don't Perl one-liners work on my DOS/Mac/VMS system?
3172
3173=item Where can I learn about CGI or Web programming in Perl?
3174
cb52f95f
JH
3175=item Where can I learn about object-oriented Perl programming?
3176
4755096e
GS
3177=item Where can I learn about linking C with Perl? [h2xs, xsubpp]
3178
3179=item I've read perlembed, perlguts, etc., but I can't embed perl in
d420ca49 3180my C program; what am I doing wrong?
4755096e 3181
fe9287c4 3182=item When I tried to run my script, I got this message. What does it mean?
4755096e
GS
3183
3184=item What's MakeMaker?
3185
3186=back
3187
3188=item AUTHOR AND COPYRIGHT
3189
3190=back
3191
fa17183e
JH
3192=head2 perlfaq4 - Data Manipulation ($Revision: 1.19 $, $Date: 2002/03/11
319322:15:19 $)
4755096e 3194
d420ca49 3195=over 4
4755096e
GS
3196
3197=item DESCRIPTION
3198
3199=item Data: Numbers
3200
d420ca49 3201=over 4
4755096e
GS
3202
3203=item Why am I getting long decimals (eg, 19.9499999999999) instead of the
3204numbers I should be getting (eg, 19.95)?
3205
3206=item Why isn't my octal data interpreted correctly?
3207
3208=item Does Perl have a round() function? What about ceil() and floor()?
3209Trig functions?
3210
fe9287c4 3211=item How do I convert between numeric representations?
1fdc5aa6
JH
3212
3213B<How do I convert Hexadecimal into decimal:>, B<How do I convert from
3214decimal to hexadecimal:>, B<How do I convert from octal to decimal:>, B<How
3215do I convert from decimal to octal:>, B<How do I convert from binary to
3216decimal:>, B<How do I convert from decimal to binary:>
4755096e
GS
3217
3218=item Why doesn't & work the way I want it to?
3219
3220=item How do I multiply matrices?
3221
3222=item How do I perform an operation on a series of integers?
3223
3224=item How can I output Roman numerals?
3225
3226=item Why aren't my random numbers random?
3227
fa17183e
JH
3228=item How do I get a random number between X and Y?
3229
4755096e
GS
3230=back
3231
3232=item Data: Dates
3233
d420ca49 3234=over 4
4755096e
GS
3235
3236=item How do I find the week-of-the-year/day-of-the-year?
3237
3238=item How do I find the current century or millennium?
3239
3240=item How can I compare two dates and find the difference?
3241
3242=item How can I take a string and turn it into epoch seconds?
3243
3244=item How can I find the Julian Day?
3245
3246=item How do I find yesterday's date?
3247
3248=item Does Perl have a Year 2000 problem? Is Perl Y2K compliant?
3249
3250=back
3251
3252=item Data: Strings
3253
d420ca49 3254=over 4
4755096e
GS
3255
3256=item How do I validate input?
3257
3258=item How do I unescape a string?
3259
3260=item How do I remove consecutive pairs of characters?
3261
3262=item How do I expand function calls in a string?
3263
3264=item How do I find matching/nesting anything?
3265
3266=item How do I reverse a string?
3267
3268=item How do I expand tabs in a string?
3269
3270=item How do I reformat a paragraph?
3271
3272=item How can I access/change the first N letters of a string?
3273
3274=item How do I change the Nth occurrence of something?
3275
3276=item How can I count the number of occurrences of a substring within a
3277string?
3278
3279=item How do I capitalize all the words on one line?
3280
3281=item How can I split a [character] delimited string except when inside
3282[character]? (Comma-separated files)
3283
3284=item How do I strip blank space from the beginning/end of a string?
3285
3286=item How do I pad a string with blanks or pad a number with zeroes?
3287
3288=item How do I extract selected columns from a string?
3289
3290=item How do I find the soundex value of a string?
3291
3292=item How can I expand variables in text strings?
3293
3294=item What's wrong with always quoting "$vars"?
3295
3296=item Why don't my <<HERE documents work?
3297
32981. There must be no space after the << part, 2. There (probably) should be
3299a semicolon at the end, 3. You can't (easily) have any space in front of
3300the tag
3301
3302=back
3303
3304=item Data: Arrays
3305
d420ca49 3306=over 4
4755096e
GS
3307
3308=item What is the difference between a list and an array?
3309
3310=item What is the difference between $array[1] and @array[1]?
3311
3312=item How can I remove duplicate elements from a list or array?
3313
ab648d5e 3314a), b), c), d), e)
4755096e 3315
389925df
JH
3316=item How can I tell whether a certain element is contained in a list or
3317array?
4755096e
GS
3318
3319=item How do I compute the difference of two arrays? How do I compute the
3320intersection of two arrays?
3321
3322=item How do I test whether two arrays or hashes are equal?
3323
3324=item How do I find the first array element for which a condition is true?
3325
3326=item How do I handle linked lists?
3327
3328=item How do I handle circular lists?
3329
3330=item How do I shuffle an array randomly?
3331
3332=item How do I process/modify each element of an array?
3333
3334=item How do I select a random element from an array?
3335
3336=item How do I permute N elements of a list?
3337
3338=item How do I sort an array by (anything)?
3339
3340=item How do I manipulate arrays of bits?
3341
3342=item Why does defined() return true on empty arrays and hashes?
3343
3344=back
3345
3346=item Data: Hashes (Associative Arrays)
3347
d420ca49 3348=over 4
4755096e
GS
3349
3350=item How do I process an entire hash?
3351
3352=item What happens if I add or remove keys from a hash while iterating over
3353it?
3354
3355=item How do I look up a hash element by value?
3356
3357=item How can I know how many entries are in a hash?
3358
3359=item How do I sort a hash (optionally by value instead of key)?
3360
3361=item How can I always keep my hash sorted?
3362
3363=item What's the difference between "delete" and "undef" with hashes?
3364
3365=item Why don't my tied hashes make the defined/exists distinction?
3366
3367=item How do I reset an each() operation part-way through?
3368
3369=item How can I get the unique keys from two hashes?
3370
3371=item How can I store a multidimensional array in a DBM file?
3372
3373=item How can I make my hash remember the order I put elements into it?
3374
3375=item Why does passing a subroutine an undefined element in a hash create
3376it?
3377
3378=item How can I make the Perl equivalent of a C structure/C++ class/hash or
3379array of hashes or arrays?
3380
3381=item How can I use a reference as a hash key?
3382
3383=back
3384
3385=item Data: Misc
3386
d420ca49 3387=over 4
4755096e
GS
3388
3389=item How do I handle binary data correctly?
3390
3391=item How do I determine whether a scalar is a number/whole/integer/float?
3392
3393=item How do I keep persistent data across program calls?
3394
3395=item How do I print out or copy a recursive data structure?
3396
3397=item How do I define methods for every class/object?
3398
3399=item How do I verify a credit card checksum?
3400
3401=item How do I pack arrays of doubles or floats for XS code?
3402
3403=back
3404
3405=item AUTHOR AND COPYRIGHT
3406
3407=back
3408
fa17183e
JH
3409=head2 perlfaq5 - Files and Formats ($Revision: 1.12 $, $Date: 2002/03/11
341022:25:25 $)
4755096e 3411
d420ca49 3412=over 4
4755096e
GS
3413
3414=item DESCRIPTION
3415
d420ca49 3416=over 4
4755096e
GS
3417
3418=item How do I flush/unbuffer an output filehandle? Why must I do this?
3419
3420=item How do I change one line in a file/delete a line in a file/insert a
3421line in the middle of a file/append to the beginning of a file?
3422
3423=item How do I count the number of lines in a file?
3424
3425=item How do I make a temporary file name?
3426
3427=item How can I manipulate fixed-record-length files?
3428
3429=item How can I make a filehandle local to a subroutine? How do I pass
3430filehandles between subroutines? How do I make an array of filehandles?
3431
3432=item How can I use a filehandle indirectly?
3433
3434=item How can I set up a footer format to be used with write()?
3435
3436=item How can I write() into a string?
3437
3438=item How can I output my numbers with commas added?
3439
3440=item How can I translate tildes (~) in a filename?
3441
3442=item How come when I open a file read-write it wipes it out?
3443
3444=item Why do I sometimes get an "Argument list too long" when I use <*>?
3445
3446=item Is there a leak/bug in glob()?
3447
3448=item How can I open a file with a leading ">" or trailing blanks?
3449
3450=item How can I reliably rename a file?
3451
3452=item How can I lock a file?
3453
3454=item Why can't I just open(FH, ">file.lock")?
3455
3456=item I still don't get locking. I just want to increment the number in
3457the file. How can I do this?
3458
1fa7ca25
JH
3459=item All I want to do is append a small amount of text to the end of a
3460file. Do I still have to use locking?
3461
4755096e
GS
3462=item How do I randomly update a binary file?
3463
3464=item How do I get a file's timestamp in perl?
3465
3466=item How do I set a file's timestamp in perl?
3467
3468=item How do I print to more than one file at once?
3469
3470=item How can I read in an entire file all at once?
3471
3472=item How can I read in a file by paragraphs?
3473
3474=item How can I read a single character from a file? From the keyboard?
3475
3476=item How can I tell whether there's a character waiting on a filehandle?
3477
3478=item How do I do a C<tail -f> in perl?
3479
3480=item How do I dup() a filehandle in Perl?
3481
3482=item How do I close a file descriptor by number?
3483
fa17183e 3484=item Why can't I use "C:\temp\foo" in DOS paths? Why doesn't
4755096e
GS
3485`C:\temp\foo.exe` work?
3486
3487=item Why doesn't glob("*.*") get all the files?
3488
3489=item Why does Perl let me delete read-only files? Why does C<-i> clobber
3490protected files? Isn't this a bug in Perl?
3491
3492=item How do I select a random line from a file?
3493
3494=item Why do I get weird spaces when I print an array of lines?
3495
3496=back
3497
3498=item AUTHOR AND COPYRIGHT
3499
3500=back
3501
fe9287c4
JH
3502=head2 perlfaq6 - Regular Expressions ($Revision: 1.8 $, $Date: 2002/01/31
350304:27:55 $)
4755096e 3504
d420ca49 3505=over 4
4755096e
GS
3506
3507=item DESCRIPTION
3508
d420ca49 3509=over 4
4755096e
GS
3510
3511=item How can I hope to use regular expressions without creating illegible
3512and unmaintainable code?
3513
3514Comments Outside the Regex, Comments Inside the Regex, Different Delimiters
3515
3516=item I'm having trouble matching over more than one line. What's wrong?
3517
3518=item How can I pull out lines between two patterns that are themselves on
3519different lines?
3520
3521=item I put a regular expression into $/ but it didn't work. What's wrong?
3522
d420ca49 3523=item How do I substitute case insensitively on the LHS while preserving
4755096e
GS
3524case on the RHS?
3525
3526=item How can I make C<\w> match national character sets?
3527
3528=item How can I match a locale-smart version of C</[a-zA-Z]/>?
3529
3530=item How can I quote a variable to use in a regex?
3531
3532=item What is C</o> really for?
3533
3534=item How do I use a regular expression to strip C style comments from a
3535file?
3536
3537=item Can I use Perl regular expressions to match balanced text?
3538
3539=item What does it mean that regexes are greedy? How can I get around it?
3540
165c0277 3541=item How do I process each word on each line?
4755096e
GS
3542
3543=item How can I print out a word-frequency or line-frequency summary?
3544
3545=item How can I do approximate matching?
3546
3547=item How do I efficiently match many regular expressions at once?
3548
3549=item Why don't word-boundary searches with C<\b> work for me?
3550
3551=item Why does using $&, $`, or $' slow my program down?
3552
3553=item What good is C<\G> in a regular expression?
3554
3555=item Are Perl regexes DFAs or NFAs? Are they POSIX compliant?
3556
3557=item What's wrong with using grep or map in a void context?
3558
3559=item How can I match strings with multibyte characters?
3560
3561=item How do I match a pattern that is supplied by the user?
3562
3563=back
3564
3565=item AUTHOR AND COPYRIGHT
3566
3567=back
3568
fe9287c4
JH
3569=head2 perlfaq7 - General Perl Language Issues ($Revision: 1.7 $, $Date:
35702002/01/31 04:27:55 $)
4755096e 3571
d420ca49 3572=over 4
4755096e
GS
3573
3574=item DESCRIPTION
3575
d420ca49 3576=over 4
4755096e
GS
3577
3578=item Can I get a BNF/yacc/RE for the Perl language?
3579
3580=item What are all these $@%&* punctuation signs, and how do I know when to
3581use them?
3582
3583=item Do I always/never have to quote my strings or use semicolons and
3584commas?
3585
3586=item How do I skip some return values?
68dc0745 3587
3588=item How do I temporarily block warnings?
3589
3590=item What's an extension?
3591
3592=item Why do Perl operators have different precedence than C operators?
3593
3594=item How do I declare/create a structure?
3595
3596=item How do I create a module?
3597
3598=item How do I create a class?
3599
3600=item How can I tell if a variable is tainted?
3601
3602=item What's a closure?
3603
46fc3d4c 3604=item What is variable suicide and how can I prevent it?
3605
68dc0745 3606=item How can I pass/return a {Function, FileHandle, Array, Hash, Method,
14218588 3607Regex}?
68dc0745 3608
14218588 3609Passing Variables and Functions, Passing Filehandles, Passing Regexes,
68dc0745 3610Passing Methods
3611
3612=item How do I create a static variable?
3613
14218588 3614=item What's the difference between dynamic and lexical (static) scoping?
68dc0745 3615Between local() and my()?
3616
3617=item How can I access a dynamic variable while a similarly named lexical
3618is in scope?
3619
3620=item What's the difference between deep and shallow binding?
3621
b38f6a39 3622=item Why doesn't "my($foo) = <FILE>;" work right?
68dc0745 3623
54310121 3624=item How do I redefine a builtin function, operator, or method?
68dc0745 3625
3626=item What's the difference between calling a function as &foo and foo()?
3627
3628=item How do I create a switch or case statement?
3629
3630=item How can I catch accesses to undefined variables/functions/methods?
3631
3632=item Why can't a method included in this same file be found?
3633
3634=item How can I find out my current package?
3635
46fc3d4c 3636=item How can I comment out a large block of perl code?
3637
14218588
GS
3638=item How do I clear a package?
3639
3640=item How can I use a variable as a variable name?
3641
68dc0745 3642=back
3643
3644=item AUTHOR AND COPYRIGHT
3645
a45bd81d
GS
3646=back
3647
fe9287c4
JH
3648=head2 perlfaq8 - System Interaction ($Revision: 1.6 $, $Date: 2002/01/28
364904:17:27 $)
68dc0745 3650
d420ca49 3651=over 4
a45bd81d 3652
68dc0745 3653=item DESCRIPTION
3654
d420ca49 3655=over 4
68dc0745 3656
3657=item How do I find out which operating system I'm running under?
3658
3659=item How come exec() doesn't return?
3660
3661=item How do I do fancy stuff with the keyboard/screen/mouse?
3662
3663Keyboard, Screen, Mouse
3664
fb9cefb4
GS
3665=item How do I print something out in color?
3666
3667=item How do I read just one key without waiting for a return key?
3668
3669=item How do I check whether input is ready on the keyboard?
3670
3671=item How do I clear the screen?
3672
3673=item How do I get the screen size?
3674
68dc0745 3675=item How do I ask the user for a password?
3676
3677=item How do I read and write the serial port?
3678
3679lockfiles, open mode, end of line, flushing output, non-blocking input
3680
3681=item How do I decode encrypted password files?
3682
3683=item How do I start a process in the background?
3684
fb9cefb4 3685STDIN, STDOUT, and STDERR are shared, Signals, Zombies
68dc0745 3686
3687=item How do I trap control characters/signals?
3688
3689=item How do I modify the shadow password file on a Unix system?
3690
3691=item How do I set the time and date?
3692
3693=item How can I sleep() or alarm() for under a second?
3694
3695=item How can I measure time under a second?
3696
3697=item How can I do an atexit() or setjmp()/longjmp()? (Exception handling)
3698
d420ca49 3699=item Why doesn't my sockets program work under System V (Solaris)? What
68dc0745 3700does the error message "Protocol not supported" mean?
3701
3702=item How can I call my system's unique C functions from Perl?
3703
3704=item Where do I get the include files to do ioctl() or syscall()?
3705
3706=item Why do setuid perl scripts complain about kernel problems?
3707
3708=item How can I open a pipe both to and from a command?
3709
3fe9a6f1 3710=item Why can't I get the output of a command with system()?
3711
68dc0745 3712=item How can I capture STDERR from an external command?
3713
3714=item Why doesn't open() return an error when a pipe open fails?
3715
3716=item What's wrong with using backticks in a void context?
3717
3718=item How can I call backticks without shell processing?
3719
3720=item Why can't my script read from STDIN after I gave it EOF (^D on Unix,
54310121 3721^Z on MS-DOS)?
68dc0745 3722
3723=item How can I convert my shell script to perl?
3724
3725=item Can I use perl to run a telnet or ftp session?
3726
3727=item How can I write expect in Perl?
3728
3729=item Is there a way to hide perl's command line from programs such as
3730"ps"?
3731
3732=item I {changed directory, modified my environment} in a perl script. How
3733come the change disappeared when I exited the script? How do I get my
3734changes to be visible?
3735
fb9cefb4 3736Unix
68dc0745 3737
3738=item How do I close a process's filehandle without waiting for it to
3739complete?
3740
3741=item How do I fork a daemon process?
3742
68dc0745 3743=item How do I find out if I'm running interactively or not?
3744
3745=item How do I timeout a slow event?
3746
3747=item How do I set CPU limits?
3748
3749=item How do I avoid zombies on a Unix system?
3750
3751=item How do I use an SQL database?
3752
3753=item How do I make a system() exit on control-C?
3754
3755=item How do I open a file without blocking?
3756
14218588 3757=item How do I install a module from CPAN?
68dc0745 3758
fb9cefb4
GS
3759=item What's the difference between require and use?
3760
46fc3d4c 3761=item How do I keep my own module/library directory?
3762
3763=item How do I add the directory my program lives in to the module/library
3764search path?
3765
3766=item How do I add a directory to my include path at runtime?
3767
14218588
GS
3768=item What is socket.ph and where do I get it?
3769
68dc0745 3770=back
3771
fc36a67e 3772=item AUTHOR AND COPYRIGHT
3773
a45bd81d
GS
3774=back
3775
fe9287c4 3776=head2 perlfaq9 - Networking ($Revision: 1.7 $, $Date: 2002/01/28 04:17:27
3fe9a6f1 3777$)
68dc0745 3778
d420ca49 3779=over 4
a45bd81d 3780
68dc0745 3781=item DESCRIPTION
3782
d420ca49 3783=over 4
68dc0745 3784
35bf961c
JH
3785=item What is the correct form of response from a CGI script?
3786
d420ca49 3787=item My CGI script runs from the command line but not the browser. (500
fb9cefb4
GS
3788Server Error)
3789
3790=item How can I get better error messages from a CGI program?
68dc0745 3791
3792=item How do I remove HTML from a string?
3793
3794=item How do I extract URLs?
3795
3796=item How do I download a file from the user's machine? How do I open a
3797file on another machine?
3798
3799=item How do I make a pop-up menu in HTML?
3800
3801=item How do I fetch an HTML file?
3802
fb9cefb4
GS
3803=item How do I automate an HTML form submission?
3804
3805=item How do I decode or create those %-encodings on the web?
68dc0745 3806
3807=item How do I redirect to another page?
3808
3809=item How do I put a password on my web pages?
3810
3811=item How do I edit my .htpasswd and .htgroup files with Perl?
3812
46fc3d4c 3813=item How do I make sure users can't enter values into a form that cause my
3814CGI script to do bad things?
3815
193fb0af 3816=item How do I parse a mail header?
68dc0745 3817
3818=item How do I decode a CGI form?
3819
193fb0af 3820=item How do I check a valid mail address?
68dc0745 3821
3822=item How do I decode a MIME/BASE64 string?
3823
193fb0af 3824=item How do I return the user's mail address?
68dc0745 3825
fb9cefb4
GS
3826=item How do I send mail?
3827
2d967e39
JH
3828=item How do I use MIME to make an attachment to a mail message?
3829
fb9cefb4 3830=item How do I read mail?
68dc0745 3831
3832=item How do I find out my hostname/domainname/IP address?
3833
3834=item How do I fetch a news article or the active newsgroups?
3835
3836=item How do I fetch/put an FTP file?
3837
3838=item How can I do RPC in Perl?
3839
3840=back
3841
3842=item AUTHOR AND COPYRIGHT
3843
a45bd81d
GS
3844=back
3845
4755096e 3846=head2 perlcompile - Introduction to the Perl Compiler-Translator
a45bd81d 3847
d420ca49 3848=over 4
cb1a09d0 3849
8ebc5c01 3850=item DESCRIPTION
cb1a09d0 3851
d420ca49 3852=over 4
fb9cefb4 3853
4755096e 3854=item Layout
a45bd81d 3855
4755096e 3856B::Bytecode, B::C, B::CC, B::Lint, B::Deparse, B::Xref
637e9122 3857
4755096e 3858=back
c76ac1ee 3859
4755096e 3860=item Using The Back Ends
c76ac1ee 3861
d420ca49 3862=over 4
694468e3 3863
4755096e 3864=item The Cross Referencing Back End
c76ac1ee 3865
4755096e 3866i, &, s, r
637e9122 3867
4755096e 3868=item The Decompiling Back End
37590e52 3869
4755096e 3870=item The Lint Back End
c76ac1ee 3871
4755096e 3872=item The Simple C Back End
37590e52 3873
4755096e 3874=item The Bytecode Back End
a45bd81d 3875
4755096e 3876=item The Optimized C Back End
a45bd81d 3877
4755096e
GS
3878B, O, B::Asmdata, B::Assembler, B::Bblock, B::Bytecode, B::C, B::CC,
3879B::Debug, B::Deparse, B::Disassembler, B::Lint, B::Showlex, B::Stackobj,
3880B::Stash, B::Terse, B::Xref
c76ac1ee 3881
4755096e 3882=back
b38f6a39 3883
4755096e 3884=item KNOWN PROBLEMS
fb9cefb4 3885
4755096e 3886=item AUTHOR
c76ac1ee 3887
4755096e 3888=back
a45bd81d 3889
4755096e 3890=head2 perlembed - how to embed perl in your C program
c76ac1ee 3891
d420ca49 3892=over 4
a45bd81d 3893
4755096e 3894=item DESCRIPTION
fb9cefb4 3895
d420ca49 3896=over 4
c76ac1ee 3897
4755096e 3898=item PREAMBLE
fb9cefb4 3899
4755096e
GS
3900B<Use C from Perl?>, B<Use a Unix program from Perl?>, B<Use Perl from
3901Perl?>, B<Use C from C?>, B<Use Perl from C?>
fb9cefb4 3902
4755096e 3903=item ROADMAP
fb9cefb4 3904
4755096e 3905=item Compiling your C program
c76ac1ee 3906
4755096e 3907=item Adding a Perl interpreter to your C program
c76ac1ee 3908
4755096e 3909=item Calling a Perl subroutine from your C program
fb9cefb4 3910
4755096e 3911=item Evaluating a Perl statement from your C program
c76ac1ee 3912
4755096e 3913=item Performing Perl pattern matches and substitutions from your C program
c76ac1ee 3914
4755096e 3915=item Fiddling with the Perl stack from your C program
37590e52 3916
4755096e 3917=item Maintaining a persistent interpreter
c76ac1ee 3918
53d7eaa8
JH
3919=item Execution of END blocks
3920
4755096e 3921=item Maintaining multiple interpreter instances
694468e3 3922
4755096e
GS
3923=item Using Perl modules, which themselves use C libraries, from your C
3924program
c76ac1ee 3925
14218588 3926=back
fb9cefb4 3927
d420ca49 3928=item Embedding Perl under Win32
fb9cefb4 3929
4755096e 3930=item MORAL
c76ac1ee 3931
4755096e 3932=item AUTHOR
fb9cefb4 3933
4755096e 3934=item COPYRIGHT
c76ac1ee 3935
4755096e 3936=back
c76ac1ee 3937
4755096e 3938=head2 perldebguts - Guts of Perl debugging
a45bd81d 3939
d420ca49 3940=over 4
c76ac1ee 3941
4755096e 3942=item DESCRIPTION
c76ac1ee 3943
4755096e 3944=item Debugger Internals
c76ac1ee 3945
d420ca49 3946=over 4
c76ac1ee 3947
4755096e 3948=item Writing Your Own Debugger
c76ac1ee 3949
37590e52 3950=back
c76ac1ee 3951
4755096e 3952=item Frame Listing Output Examples
c76ac1ee 3953
4755096e 3954=item Debugging regular expressions
c76ac1ee 3955
d420ca49 3956=over 4
c76ac1ee 3957
4755096e 3958=item Compile-time output
c76ac1ee 3959
4755096e
GS
3960C<anchored> I<STRING> C<at> I<POS>, C<floating> I<STRING> C<at>
3961I<POS1..POS2>, C<matching floating/anchored>, C<minlen>, C<stclass>
3962I<TYPE>, C<noscan>, C<isall>, C<GPOS>, C<plus>, C<implicit>, C<with eval>,
3963C<anchored(TYPE)>
c76ac1ee 3964
4755096e 3965=item Types of nodes
c76ac1ee 3966
4755096e 3967=item Run-time output
c76ac1ee 3968
37590e52 3969=back
c76ac1ee 3970
4755096e 3971=item Debugging Perl memory usage
c76ac1ee 3972
d420ca49 3973=over 4
c76ac1ee 3974
4755096e 3975=item Using C<$ENV{PERL_DEBUG_MSTATS}>
c76ac1ee 3976
4755096e
GS
3977C<buckets SMALLEST(APPROX)..GREATEST(APPROX)>, Free/Used, C<Total sbrk():
3978SBRKed/SBRKs:CONTINUOUS>, C<pad: 0>, C<heads: 2192>, C<chain: 0>, C<tail:
39796144>
c76ac1ee 3980
4755096e 3981=item Example of using B<-DL> switch
c76ac1ee 3982
4755096e 3983C<717>, C<002>, C<054>, C<602>, C<702>, C<704>
c76ac1ee 3984
4755096e 3985=item B<-DL> details
37590e52 3986
4755096e 3987C<!!!>, C<!!>, C<!>
37590e52 3988
4755096e 3989=item Limitations of B<-DL> statistics
37590e52 3990
4755096e 3991=back
37590e52 3992
4755096e 3993=item SEE ALSO
c76ac1ee
GS
3994
3995=back
3996
4755096e 3997=head2 perlxstut, perlXStut - Tutorial for writing XSUBs
c76ac1ee 3998
d420ca49 3999=over 4
c76ac1ee 4000
4755096e 4001=item DESCRIPTION
c76ac1ee 4002
4755096e 4003=item SPECIAL NOTES
c76ac1ee 4004
d420ca49 4005=over 4
c76ac1ee 4006
4755096e 4007=item make
c76ac1ee 4008
4755096e
GS
4009=item Version caveat
4010
4011=item Dynamic Loading versus Static Loading
c76ac1ee
GS
4012
4013=back
fb9cefb4 4014
4755096e 4015=item TUTORIAL
cb1a09d0 4016
d420ca49 4017=over 4
8ebc5c01 4018
4755096e 4019=item EXAMPLE 1
fb9cefb4 4020
4755096e 4021=item EXAMPLE 2
fb9cefb4 4022
4755096e 4023=item What has gone on?
5cd24f17 4024
4755096e 4025=item Writing good test scripts
cb1a09d0 4026
4755096e 4027=item EXAMPLE 3
774d564b 4028
4755096e 4029=item What's new here?
c76ac1ee 4030
4755096e 4031=item Input and Output Parameters
c76ac1ee 4032
4755096e 4033=item The XSUBPP Program
b38f6a39 4034
4755096e 4035=item The TYPEMAP file
c76ac1ee 4036
4755096e 4037=item Warning about Output Arguments
37590e52 4038
4755096e 4039=item EXAMPLE 4
37590e52 4040
4755096e 4041=item What has happened here?
c76ac1ee 4042
4755096e 4043=item Anatomy of .xs file
37590e52 4044
4755096e 4045=item Getting the fat out of XSUBs
cb1a09d0 4046
4755096e 4047=item More about XSUB arguments
37590e52 4048
4755096e 4049=item The Argument Stack
a45bd81d 4050
4755096e 4051=item Extending your Extension
a45bd81d 4052
4755096e 4053=item Documenting your Extension
37590e52 4054
4755096e 4055=item Installing your Extension
37590e52 4056
4755096e 4057=item EXAMPLE 5
37590e52 4058
4755096e 4059=item New Things in this Example
37590e52 4060
4755096e 4061=item EXAMPLE 6
37590e52 4062
4755096e 4063=item New Things in this Example
37590e52 4064
4755096e 4065=item EXAMPLE 7 (Coming Soon)
37590e52 4066
4755096e 4067=item EXAMPLE 8 (Coming Soon)
37590e52 4068
4755096e 4069=item EXAMPLE 9 (Coming Soon)
37590e52 4070
4755096e 4071=item Troubleshooting these Examples
37590e52 4072
4755096e 4073=back
37590e52 4074
4755096e 4075=item See also
37590e52 4076
4755096e 4077=item Author
37590e52 4078
d420ca49 4079=over 4
37590e52 4080
4755096e 4081=item Last Changed
37590e52
GS
4082
4083=back
4084
4755096e
GS
4085=back
4086
4087=head2 perlxs - XS language reference manual
37590e52 4088
d420ca49 4089=over 4
37590e52 4090
4755096e 4091=item DESCRIPTION
37590e52 4092
d420ca49 4093=over 4
37590e52 4094
4755096e 4095=item Introduction
37590e52 4096
4755096e 4097=item On The Road
37590e52 4098
4755096e 4099=item The Anatomy of an XSUB
37590e52 4100
4755096e 4101=item The Argument Stack
37590e52 4102
4755096e 4103=item The RETVAL Variable
37590e52 4104
4755096e 4105=item The MODULE Keyword
37590e52 4106
4755096e 4107=item The PACKAGE Keyword
37590e52 4108
4755096e 4109=item The PREFIX Keyword
37590e52 4110
4755096e 4111=item The OUTPUT: Keyword
fb9cefb4 4112
91331b4f
JH
4113=item The NO_OUTPUT Keyword
4114
4755096e
GS
4115=item The CODE: Keyword
4116
4117=item The INIT: Keyword
4118
4119=item The NO_INIT Keyword
4120
4121=item Initializing Function Parameters
4122
4123=item Default Parameter Values
4124
4125=item The PREINIT: Keyword
4126
4127=item The SCOPE: Keyword
4128
4129=item The INPUT: Keyword
4130
165c0277 4131=item The IN/OUTLIST/IN_OUTLIST/OUT/IN_OUT Keywords
91331b4f 4132
ff426ff2
JH
4133=item The C<length(NAME)> Keyword
4134
4755096e
GS
4135=item Variable-length Parameter Lists
4136
4137=item The C_ARGS: Keyword
4138
4139=item The PPCODE: Keyword
4140
4141=item Returning Undef And Empty Lists
4142
4143=item The REQUIRE: Keyword
fb9cefb4 4144
4755096e 4145=item The CLEANUP: Keyword
fb9cefb4 4146
354a27bf 4147=item The POSTCALL: Keyword
91331b4f 4148
4755096e 4149=item The BOOT: Keyword
cb1a09d0 4150
4755096e 4151=item The VERSIONCHECK: Keyword
cb1a09d0 4152
4755096e 4153=item The PROTOTYPES: Keyword
cb1a09d0 4154
4755096e 4155=item The PROTOTYPE: Keyword
a45bd81d 4156
4755096e 4157=item The ALIAS: Keyword
cb1a09d0 4158
940adb21
JH
4159=item The OVERLOAD: Keyword
4160
4755096e 4161=item The INTERFACE: Keyword
a45bd81d 4162
4755096e 4163=item The INTERFACE_MACRO: Keyword
cb1a09d0 4164
4755096e 4165=item The INCLUDE: Keyword
cb1a09d0 4166
4755096e 4167=item The CASE: Keyword
cb1a09d0 4168
4755096e 4169=item The & Unary Operator
cb1a09d0 4170
2cc61e15 4171=item Inserting POD, Comments and C Preprocessor Directives
cb1a09d0 4172
4755096e 4173=item Using XS With C++
cb1a09d0 4174
4755096e 4175=item Interface Strategy
cb1a09d0 4176
4755096e 4177=item Perl Objects And C Structures
14218588 4178
4755096e 4179=item The Typemap
cb1a09d0 4180
07fcf8ff
JH
4181=item Safely Storing Static Data in XS
4182
4183MY_CXT_KEY, typedef my_cxt_t, START_MY_CXT, MY_CXT_INIT, dMY_CXT, MY_CXT
4184
8ebc5c01 4185=back
cb1a09d0 4186
4755096e
GS
4187=item EXAMPLES
4188
4189=item XS VERSION
4190
4191=item AUTHOR
14218588 4192
a45bd81d
GS
4193=back
4194
f40a6c71
SC
4195=head2 perlclib - Internal replacements for standard C library functions
4196
4197=over 4
4198
4199=item DESCRIPTION
4200
4201=over 4
4202
4203=item Conventions
4204
4205C<t>, C<p>, C<n>, C<s>
4206
4207=item File Operations
4208
4209=item File Input and Output
4210
4211=item File Positioning
4212
4213=item Memory Management and String Handling
4214
4215=item Character Class Tests
4216
4217=item F<stdlib.h> functions
4218
4219=item Miscellaneous functions
4220
4221=back
4222
4223=item SEE ALSO
4224
4225=back
4226
4755096e 4227=head2 perlguts - Introduction to the Perl API
cb1a09d0 4228
d420ca49 4229=over 4
a45bd81d 4230
8ebc5c01 4231=item DESCRIPTION
cb1a09d0 4232
4755096e 4233=item Variables
cb1a09d0 4234
d420ca49 4235=over 4
cb1a09d0 4236
4755096e 4237=item Datatypes
cb1a09d0 4238
4755096e 4239=item What is an "IV"?
cb1a09d0 4240
4755096e 4241=item Working with SVs
cb1a09d0 4242
37d4d706
JH
4243=item Offsets
4244
4755096e 4245=item What's Really Stored in an SV?
cb1a09d0 4246
4755096e 4247=item Working with AVs
cb1a09d0 4248
4755096e 4249=item Working with HVs
cb1a09d0 4250
4755096e 4251=item Hash API Extensions
cb1a09d0 4252
4755096e 4253=item References
cb1a09d0 4254
4755096e 4255=item Blessed References and Class Objects
774d564b 4256
4755096e 4257=item Creating New Variables
cb1a09d0 4258
4755096e 4259=item Reference Counts and Mortality
a45bd81d 4260
4755096e 4261=item Stashes and Globs
cb1a09d0 4262
4755096e 4263=item Double-Typed SVs
a45bd81d 4264
4755096e 4265=item Magic Variables
cb1a09d0 4266
4755096e 4267=item Assigning Magic
cb1a09d0 4268
4755096e 4269=item Magic Virtual Tables
cb1a09d0 4270
4755096e 4271=item Finding Magic
cb1a09d0 4272
4755096e 4273=item Understanding the Magic of Tied Hashes and Arrays
cb1a09d0 4274
4755096e 4275=item Localizing changes
cb1a09d0 4276
4755096e 4277C<SAVEINT(int i)>, C<SAVEIV(IV i)>, C<SAVEI32(I32 i)>, C<SAVELONG(long i)>,
e42c74e1
JH
4278C<SAVESPTR(s)>, C<SAVEPPTR(p)>, C<SAVEFREESV(SV *sv)>, C<SAVEMORTALIZESV(SV
4279*sv)>, C<SAVEFREEOP(OP *op)>, C<SAVEFREEPV(p)>, C<SAVECLEARSV(SV *sv)>,
4280C<SAVEDELETE(HV *hv, char *key, I32 length)>,
4281C<SAVEDESTRUCTOR(DESTRUCTORFUNC_NOCONTEXT_t f, void *p)>,
4282C<SAVEDESTRUCTOR_X(DESTRUCTORFUNC_t f, void *p)>, C<SAVESTACK_POS()>, C<SV*
4283save_scalar(GV *gv)>, C<AV* save_ary(GV *gv)>, C<HV* save_hash(GV *gv)>,
4284C<void save_item(SV *item)>, C<void save_list(SV **sarg, I32 maxsarg)>,
4285C<SV* save_svref(SV **sptr)>, C<void save_aptr(AV **aptr)>, C<void
4286save_hptr(HV **hptr)>
cb1a09d0 4287
4755096e 4288=back
cb1a09d0 4289
4755096e 4290=item Subroutines
cb1a09d0 4291
d420ca49 4292=over 4
cb1a09d0 4293
4755096e 4294=item XSUBs and the Argument Stack
cb1a09d0 4295
4755096e 4296=item Calling Perl Routines from within C Programs
cb1a09d0 4297
4755096e 4298=item Memory Allocation
cb1a09d0 4299
4755096e 4300=item PerlIO
cb1a09d0 4301
4755096e 4302=item Putting a C value on Perl stack
cb1a09d0 4303
4755096e 4304=item Scratchpads
cb1a09d0 4305
4755096e 4306=item Scratchpads and recursion
cb1a09d0 4307
4755096e 4308=back
cb1a09d0 4309
4755096e 4310=item Compiled code
cb1a09d0 4311
d420ca49 4312=over 4
cb1a09d0 4313
4755096e 4314=item Code tree
cb1a09d0 4315
4755096e 4316=item Examining the tree
cb1a09d0 4317
4755096e 4318=item Compile pass 1: check routines
cb1a09d0 4319
4755096e 4320=item Compile pass 1a: constant folding
cb1a09d0 4321
4755096e 4322=item Compile pass 2: context propagation
cb1a09d0 4323
4755096e 4324=item Compile pass 3: peephole optimization
cb1a09d0 4325
27713a04
JH
4326=item Pluggable runops
4327
4755096e 4328=back
cb1a09d0 4329
165c0277
JH
4330=item Examining internal data structures with the C<dump> functions
4331
4755096e 4332=item How multiple interpreters and concurrency are supported
cb1a09d0 4333
d420ca49 4334=over 4
cb1a09d0 4335
4755096e 4336=item Background and PERL_IMPLICIT_CONTEXT
cb1a09d0 4337
0d0e97a6
JH
4338=item So what happened to dTHR?
4339
4755096e 4340=item How do I use all this in extensions?
cb1a09d0 4341
0d0e97a6
JH
4342=item Should I do anything special if I call perl from multiple threads?
4343
4755096e 4344=item Future Plans and PERL_IMPLICIT_SYS
cb1a09d0 4345
4755096e 4346=back
fb9cefb4 4347
7029d033
JH
4348=item Internal Functions
4349
0d0e97a6 4350A, p, d, s, n, r, f, M, o, j, x
7029d033 4351
d420ca49 4352=over 4
7029d033 4353
a9ef4385 4354=item Formatted Printing of IVs, UVs, and NVs
91e74348 4355
9fa7f388
JH
4356=item Pointer-To-Integer and Integer-To-Pointer
4357
7029d033
JH
4358=item Source Documentation
4359
4360=back
4361
4362=item Unicode Support
4363
d420ca49 4364=over 4
7029d033
JH
4365
4366=item What B<is> Unicode, anyway?
4367
4368=item How can I recognise a UTF8 string?
4369
4370=item How does UTF8 represent Unicode characters?
4371
4372=item How does Perl store UTF8 strings?
4373
4374=item How do I convert a string to UTF8?
4375
4376=item Is there anything else I need to know?
4377
4378=back
4379
53d7eaa8
JH
4380=item Custom Operators
4381
4755096e 4382=item AUTHORS
fb9cefb4 4383
4755096e 4384=item SEE ALSO
cb1a09d0 4385
4755096e 4386=back
cb1a09d0 4387
4755096e 4388=head2 perlcall - Perl calling conventions from C
193fb0af 4389
d420ca49 4390=over 4
cb1a09d0 4391
4755096e 4392=item DESCRIPTION
68dc0745 4393
4755096e 4394An Error Handler, An Event Driven Program
193fb0af 4395
4755096e 4396=item THE CALL_ FUNCTIONS
cb1a09d0 4397
4755096e 4398call_sv, call_pv, call_method, call_argv
a45bd81d 4399
4755096e 4400=item FLAG VALUES
cb1a09d0 4401
d420ca49 4402=over 4
a45bd81d 4403
4755096e 4404=item G_VOID
cb1a09d0 4405
4755096e 4406=item G_SCALAR
55497cff 4407
4755096e 4408=item G_ARRAY
cb1a09d0 4409
4755096e 4410=item G_DISCARD
cb1a09d0 4411
4755096e 4412=item G_NOARGS
c76ac1ee 4413
4755096e 4414=item G_EVAL
14218588 4415
4755096e 4416=item G_KEEPERR
cb1a09d0 4417
4755096e 4418=item Determining the Context
7d2bfb28 4419
4755096e 4420=back
cb1a09d0 4421
4755096e 4422=item KNOWN PROBLEMS
cb1a09d0 4423
4755096e 4424=item EXAMPLES
fb9cefb4 4425
d420ca49 4426=over 4
a45bd81d 4427
4755096e 4428=item No Parameters, Nothing returned
a45bd81d 4429
4755096e 4430=item Passing Parameters
fb9cefb4 4431
4755096e 4432=item Returning a Scalar
cb1a09d0 4433
4755096e 4434=item Returning a list of values
14218588 4435
4755096e 4436=item Returning a list in a scalar context
14218588 4437
4755096e 4438=item Returning Data from Perl via the parameter list
a45bd81d 4439
4755096e 4440=item Using G_EVAL
cb1a09d0 4441
4755096e 4442=item Using G_KEEPERR
a45bd81d 4443
4755096e 4444=item Using call_sv
cb1a09d0 4445
4755096e 4446=item Using call_argv
cb1a09d0 4447
4755096e 4448=item Using call_method
cb1a09d0 4449
4755096e 4450=item Using GIMME_V
68dc0745 4451
4755096e 4452=item Using Perl to dispose of temporaries
68dc0745 4453
4755096e 4454=item Strategies for storing Callback Context Information
193fb0af 4455
4755096e
GS
44561. Ignore the problem - Allow only 1 callback, 2. Create a sequence of
4457callbacks - hard wired limit, 3. Use a parameter to map to the Perl
4458callback
cb1a09d0 4459
4755096e
GS
4460=item Alternate Stack Manipulation
4461
4462=item Creating and calling an anonymous subroutine in C
cb1a09d0
AD
4463
4464=back
4465
4755096e 4466=item SEE ALSO
1e422769 4467
4755096e
GS
4468=item AUTHOR
4469
4470=item DATE
1e422769 4471
a45bd81d
GS
4472=back
4473
4755096e 4474=head2 perlutil - utilities packaged with the Perl distribution
cb1a09d0 4475
d420ca49 4476=over 4
a45bd81d 4477
cb1a09d0
AD
4478=item DESCRIPTION
4479
d420ca49 4480=over 4
cb1a09d0 4481
4755096e
GS
4482=item DOCUMENTATION
4483
a6fb92f1
JH
4484L<perldoc|perldoc>, L<pod2man|pod2man> and L<pod2text|pod2text>,
4485L<pod2html|pod2html> and L<pod2latex|pod2latex>, L<pod2usage|pod2usage>,
4486L<podselect|podselect>, L<podchecker|podchecker>, L<splain|splain>,
4487L<roffitall|roffitall>
4755096e
GS
4488
4489=item CONVERTORS
cb1a09d0 4490
4755096e 4491L<a2p|a2p>, L<s2p|s2p>, L<find2perl|find2perl>
cb1a09d0 4492
a6fb92f1
JH
4493=item Administration
4494
4495L<libnetcfg|libnetcfg>
4496
4755096e 4497=item Development
14218588 4498
4755096e
GS
4499L<perlbug|perlbug>, L<h2ph|h2ph>, L<c2ph|c2ph> and L<pstruct|pstruct>,
4500L<h2xs|h2xs>, L<dprofpp|dprofpp>, L<perlcc|perlcc>
cb1a09d0 4501
4755096e 4502=item SEE ALSO
cb1a09d0
AD
4503
4504=back
4505
a45bd81d
GS
4506=back
4507
4755096e 4508=head2 perlfilter - Source Filters
cb1a09d0 4509
d420ca49 4510=over 4
a45bd81d 4511
cb1a09d0
AD
4512=item DESCRIPTION
4513
4755096e 4514=item CONCEPTS
cb1a09d0 4515
4755096e 4516=item USING FILTERS
cb1a09d0 4517
4755096e 4518=item WRITING A SOURCE FILTER
cb1a09d0 4519
4755096e 4520=item WRITING A SOURCE FILTER IN C
fb9cefb4 4521
4755096e 4522B<Decryption Filters>
14218588 4523
4755096e 4524=item CREATING A SOURCE FILTER AS A SEPARATE EXECUTABLE
cb1a09d0 4525
4755096e
GS
4526=item WRITING A SOURCE FILTER IN PERL
4527
4528=item USING CONTEXT: THE DEBUG FILTER
4529
4530=item CONCLUSION
4531
4532=item REQUIREMENTS
4533
4534=item AUTHOR
4535
4536=item Copyrights
14218588 4537
a45bd81d
GS
4538=back
4539
4755096e 4540=head2 perldbmfilter - Perl DBM Filters
cb1a09d0 4541
d420ca49 4542=over 4
a45bd81d 4543
cb1a09d0
AD
4544=item SYNOPSIS
4545
cb1a09d0
AD
4546=item DESCRIPTION
4547
4755096e
GS
4548B<filter_store_key>, B<filter_store_value>, B<filter_fetch_key>,
4549B<filter_fetch_value>
cb1a09d0 4550
d420ca49 4551=over 4
193fb0af 4552
4755096e 4553=item The Filter
cb1a09d0 4554
4755096e 4555=item An Example -- the NULL termination problem.
c76ac1ee 4556
4755096e 4557=item Another Example -- Key is a C int.
cb1a09d0 4558
4755096e 4559=back
193fb0af 4560
4755096e 4561=item SEE ALSO
193fb0af 4562
4755096e 4563=item AUTHOR
cb1a09d0 4564
4755096e 4565=back
cb1a09d0 4566
4755096e 4567=head2 perlapi - autogenerated documentation for the perl public API
44a8e56a 4568
d420ca49 4569=over 4
cb1a09d0 4570
4755096e 4571=item DESCRIPTION
cb1a09d0 4572
04b01f78
JH
4573=item "Gimme" Values
4574
4575GIMME, GIMME_V, G_ARRAY, G_DISCARD, G_EVAL, G_NOARGS, G_SCALAR, G_VOID
4576
4577=item Array Manipulation Functions
4578
7029d033
JH
4579AvFILL, av_clear, av_delete, av_exists, av_extend, av_fetch, av_fill,
4580av_len, av_make, av_pop, av_push, av_shift, av_store, av_undef, av_unshift,
04b01f78
JH
4581get_av, newAV, Nullav, sortsv
4582
4583=item Callback Functions
4584
4585call_argv, call_method, call_pv, call_sv, ENTER, eval_pv, eval_sv,
4586FREETMPS, LEAVE, SAVETMPS
4587
4588=item Character classes
4589
4590isALNUM, isALPHA, isDIGIT, isLOWER, isSPACE, isUPPER, toLOWER, toUPPER
4591
4592=item Cloning an interpreter
4593
4594perl_clone
4595
4596=item CV Manipulation Functions
4597
4598CvSTASH, get_cv, Nullcv
4599
4600=item Embedding Functions
4601
4602load_module, perl_alloc, perl_construct, perl_destruct, perl_free,
4603perl_parse, perl_run, require_pv
4604
ff426ff2
JH
4605=item Functions in file pp_pack.c
4606
4607pack_cat, unpack_str
4608
04b01f78
JH
4609=item Global Variables
4610
4611PL_modglobal, PL_na, PL_sv_no, PL_sv_undef, PL_sv_yes
4612
4613=item GV Functions
4614
80327a3d
JH
4615GvSV, gv_fetchmeth, gv_fetchmethod, gv_fetchmethod_autoload,
4616gv_fetchmeth_autoload, gv_stashpv, gv_stashsv
04b01f78
JH
4617
4618=item Handy Values
4619
4620HEf_SVKEY, Nullch, Nullsv
4621
4622=item Hash Manipulation Functions
4623
4624get_hv, HeHASH, HeKEY, HeKLEN, HePV, HeSVKEY, HeSVKEY_force, HeSVKEY_set,
4625HeVAL, HvNAME, hv_clear, hv_delete, hv_delete_ent, hv_exists,
4626hv_exists_ent, hv_fetch, hv_fetch_ent, hv_iterinit, hv_iterkey,
4627hv_iterkeysv, hv_iternext, hv_iternextsv, hv_iterval, hv_magic, hv_store,
4628hv_store_ent, hv_undef, newHV, Nullhv
4629
4630=item Magical Functions
4631
37b1fd75 4632mg_clear, mg_copy, mg_find, mg_free, mg_get, mg_length, mg_magical, mg_set,
fe9287c4
JH
4633SvGETMAGIC, SvLOCK, SvSETMAGIC, SvSetMagicSV, SvSetMagicSV_nosteal,
4634SvSetSV, SvSetSV_nosteal, SvSHARE
04b01f78
JH
4635
4636=item Memory Management
4637
4638Copy, Move, New, Newc, NEWSV, Newz, Renew, Renewc, Safefree, savepv,
fe9287c4 4639savepvn, savesharedpv, StructCopy, Zero
04b01f78
JH
4640
4641=item Miscellaneous Functions
4642
4643fbm_compile, fbm_instr, form, getcwd_sv, strEQ, strGE, strGT, strLE, strLT,
4644strNE, strnEQ, strnNE
4645
4646=item Numeric functions
4647
4648grok_bin, grok_hex, grok_number, grok_numeric_radix, grok_oct, scan_bin,
4649scan_hex, scan_oct
4650
4651=item Optree Manipulation Functions
4652
4653cv_const_sv, newCONSTSUB, newXS
4654
04b01f78
JH
4655=item Stack Manipulation Macros
4656
4657dMARK, dORIGMARK, dSP, EXTEND, MARK, ORIGMARK, POPi, POPl, POPn, POPp,
4658POPpbytex, POPpx, POPs, PUSHi, PUSHMARK, PUSHn, PUSHp, PUSHs, PUSHu,
4659PUTBACK, SP, SPAGAIN, XPUSHi, XPUSHn, XPUSHp, XPUSHs, XPUSHu, XSRETURN,
4660XSRETURN_IV, XSRETURN_NO, XSRETURN_NV, XSRETURN_PV, XSRETURN_UNDEF,
4661XSRETURN_YES, XST_mIV, XST_mNO, XST_mNV, XST_mPV, XST_mUNDEF, XST_mYES
4662
4663=item SV Flags
4664
4665svtype, SVt_IV, SVt_NV, SVt_PV, SVt_PVAV, SVt_PVCV, SVt_PVHV, SVt_PVMG
4666
4667=item SV Manipulation Functions
4668
80327a3d
JH
4669get_sv, looks_like_number, memcmp_byte_utf8, newRV_inc, newRV_noinc, newSV,
4670newSViv, newSVnv, newSVpv, newSVpvf, newSVpvn, newSVpvn_share, newSVrv,
4671newSVsv, newSVuv, new_vstring, SvCUR, SvCUR_set, SvEND, SvGROW, SvIOK,
4672SvIOKp, SvIOK_notUV, SvIOK_off, SvIOK_on, SvIOK_only, SvIOK_only_UV,
4673SvIOK_UV, SvIV, SvIVx, SvIVX, SvLEN, SvNIOK, SvNIOKp, SvNIOK_off, SvNOK,
4674SvNOKp, SvNOK_off, SvNOK_on, SvNOK_only, SvNV, SvNVx, SvNVX, SvOK, SvOOK,
4675SvPOK, SvPOKp, SvPOK_off, SvPOK_on, SvPOK_only, SvPOK_only_UTF8, SvPV,
4676SvPVbyte, SvPVbytex, SvPVbytex_force, SvPVbyte_force, SvPVbyte_nolen,
4677SvPVutf8, SvPVutf8x, SvPVutf8x_force, SvPVutf8_force, SvPVutf8_nolen,
4678SvPVx, SvPVX, SvPV_force, SvPV_force_nomg, SvPV_nolen, SvREFCNT,
4679SvREFCNT_dec, SvREFCNT_inc, SvROK, SvROK_off, SvROK_on, SvRV, SvSTASH,
4680SvTAINT, SvTAINTED, SvTAINTED_off, SvTAINTED_on, SvTRUE, SvTYPE, SvUNLOCK,
4681SvUOK, SvUPGRADE, SvUTF8, SvUTF8_off, SvUTF8_on, SvUV, SvUVx, SvUVX,
4682sv_2bool, sv_2cv, sv_2io, sv_2iv, sv_2mortal, sv_2nv, sv_2pvbyte,
4683sv_2pvbyte_nolen, sv_2pvutf8, sv_2pvutf8_nolen, sv_2pv_flags, sv_2pv_nolen,
4684sv_2uv, sv_backoff, sv_bless, sv_catpv, sv_catpvf, sv_catpvf_mg, sv_catpvn,
59075ca9 4685sv_catpvn_flags, sv_catpvn_mg, sv_catpv_mg, sv_catsv, sv_catsv_flags,
ff426ff2
JH
4686sv_catsv_mg, sv_chop, sv_clear, sv_cmp, sv_cmp_locale, sv_collxfrm,
4687sv_copypv, sv_dec, sv_derived_from, sv_eq, sv_force_normal,
4688sv_force_normal_flags, sv_free, sv_gets, sv_grow, sv_inc, sv_insert,
4689sv_isa, sv_isobject, sv_iv, sv_len, sv_len_utf8, sv_magic, sv_magicext,
4690sv_mortalcopy, sv_newmortal, sv_newref, sv_nolocking, sv_nosharing,
4691sv_nounlocking, sv_nv, sv_pos_b2u, sv_pos_u2b, sv_pv, sv_pvbyte,
4692sv_pvbyten, sv_pvbyten_force, sv_pvn, sv_pvn_force, sv_pvn_force_flags,
4693sv_pvutf8, sv_pvutf8n, sv_pvutf8n_force, sv_reftype, sv_replace,
4694sv_report_used, sv_reset, sv_rvweaken, sv_setiv, sv_setiv_mg, sv_setnv,
4695sv_setnv_mg, sv_setpv, sv_setpvf, sv_setpvf_mg, sv_setpviv, sv_setpviv_mg,
4696sv_setpvn, sv_setpvn_mg, sv_setpv_mg, sv_setref_iv, sv_setref_nv,
4697sv_setref_pv, sv_setref_pvn, sv_setref_uv, sv_setsv, sv_setsv_flags,
4698sv_setsv_mg, sv_setuv, sv_setuv_mg, sv_taint, sv_tainted, sv_true,
4699sv_unmagic, sv_unref, sv_unref_flags, sv_untaint, sv_upgrade, sv_usepvn,
4700sv_usepvn_mg, sv_utf8_decode, sv_utf8_downgrade, sv_utf8_encode,
fe9287c4 4701sv_utf8_upgrade, sv_utf8_upgrade_flags, sv_uv, sv_vcatpvfn, sv_vsetpvfn
04b01f78
JH
4702
4703=item Unicode Support
4704
4705bytes_from_utf8, bytes_to_utf8, ibcmp_utf8, is_utf8_char, is_utf8_string,
4706pv_uni_display, sv_recode_to_utf8, sv_uni_display, to_utf8_case,
4707to_utf8_fold, to_utf8_lower, to_utf8_title, to_utf8_upper, utf8n_to_uvchr,
37b1fd75 4708utf8n_to_uvuni, utf8_distance, utf8_hop, utf8_length, utf8_to_bytes,
04b01f78
JH
4709utf8_to_uvchr, utf8_to_uvuni, uvchr_to_utf8, uvuni_to_utf8_flags
4710
4711=item Variables created by C<xsubpp> and C<xsubpp> internal functions
4712
4713ax, CLASS, dAX, dITEMS, dXSARGS, dXSI32, items, ix, newXSproto, RETVAL, ST,
4714THIS, XS, XSRETURN_EMPTY, XS_VERSION, XS_VERSION_BOOTCHECK
4715
4716=item Warning and Dieing
4717
4718croak, warn
c76ac1ee 4719
4755096e 4720=item AUTHORS
cb1a09d0
AD
4721
4722=item SEE ALSO
4723
a45bd81d
GS
4724=back
4725
91331b4f 4726=head2 perlintern - autogenerated documentation of purely B<internal>
4755096e 4727 Perl functions
cb1a09d0 4728
d420ca49 4729=over 4
a45bd81d 4730
cb1a09d0
AD
4731=item DESCRIPTION
4732
fe9287c4
JH
4733=item Global Variables
4734
4735PL_DBsingle, PL_DBsub, PL_DBtrace, PL_dowarn, PL_last_in_gv, PL_ofs_sv,
4736PL_rs
4737
4738=item GV Functions
4739
4740is_gv_magical
4741
4742=item IO Functions
4743
4744start_glob
4745
4746=item Pad Data Structures
4747
4748CvPADLIST
4749
4750=item Stack Manipulation Macros
4751
4752djSP, LVRET
4753
4754=item SV Manipulation Functions
4755
4756report_uninit, sv_add_arena, sv_clean_all, sv_clean_objs, sv_free_arenas
4755096e
GS
4757
4758=item AUTHORS
4759
4760=item SEE ALSO
4761
4762=back
4763
dc5c060f
JH
4764=head2 perliol - C API for Perl's implementation of IO in Layers.
4765
4766=over 4
4767
4768=item SYNOPSIS
4769
4770=item DESCRIPTION
4771
4772=over 4
4773
4774=item History and Background
4775
4776=item Layers vs Disciplines
4777
4778=item Data Structures
4779
dc5c060f
JH
4780=item Functions and Attributes
4781
dc5c060f
JH
4782=item Per-instance Data
4783
4784=item Layers in action.
4785
4786=item Per-instance flag bits
4787
4788PERLIO_F_EOF, PERLIO_F_CANWRITE, PERLIO_F_CANREAD, PERLIO_F_ERROR,
4789PERLIO_F_TRUNCATE, PERLIO_F_APPEND, PERLIO_F_CRLF, PERLIO_F_UTF8,
4790PERLIO_F_UNBUF, PERLIO_F_WRBUF, PERLIO_F_RDBUF, PERLIO_F_LINEBUF,
4791PERLIO_F_TEMP, PERLIO_F_OPEN, PERLIO_F_FASTGETS
4792
4793=item Methods in Detail
4794
ff426ff2
JH
4795name, size, kind, PERLIO_K_BUFFERED, PERLIO_K_CANCRLF, PERLIO_K_FASTGETS,
4796PERLIO_K_MULTIARG, PERLIO_K_RAW, Pushed, Popped, Open, Getarg, Fileno, Dup,
4797Read, Write, Seek, Tell, Close, Flush, Fill, Eof, Error, Clearerr,
4798Setlinebuf, Get_base, Get_bufsiz, Get_ptr, Get_cnt, Set_ptrcnt
dc5c060f
JH
4799
4800=item Core Layers
4801
4802"unix", "perlio", "stdio", "crlf", "mmap", "pending", "raw", "utf8"
4803
4804=item Extension Layers
4805
ab1e085c 4806":encoding", ":Scalar", ":Object" or ":Perl"
dc5c060f
JH
4807
4808=back
4809
04b01f78
JH
4810=item TODO
4811
dc5c060f
JH
4812=back
4813
4755096e
GS
4814=head2 perlapio - perl's IO abstraction interface.
4815
d420ca49 4816=over 4
cb1a09d0 4817
4755096e 4818=item SYNOPSIS
cb1a09d0 4819
4755096e 4820=item DESCRIPTION
cb1a09d0 4821
dc5c060f
JH
48221. USE_STDIO, 2. USE_SFIO, 3. USE_PERLIO, B<PerlIO_stdin()>,
4823B<PerlIO_stdout()>, B<PerlIO_stderr()>, B<PerlIO_open(path, mode)>,
4824B<PerlIO_fdopen(fd,mode)>, B<PerlIO_reopen(path,mode,f)>,
4755096e
GS
4825B<PerlIO_printf(f,fmt,...)>, B<PerlIO_vprintf(f,fmt,a)>,
4826B<PerlIO_stdoutf(fmt,...)>, B<PerlIO_read(f,buf,count)>,
4827B<PerlIO_write(f,buf,count)>, B<PerlIO_close(f)>, B<PerlIO_puts(f,s)>,
4828B<PerlIO_putc(f,c)>, B<PerlIO_ungetc(f,c)>, B<PerlIO_getc(f)>,
4829B<PerlIO_eof(f)>, B<PerlIO_error(f)>, B<PerlIO_fileno(f)>,
dc5c060f
JH
4830B<PerlIO_clearerr(f)>, B<PerlIO_flush(f)>, B<PerlIO_seek(f,offset,whence)>,
4831B<PerlIO_tell(f)>, B<PerlIO_getpos(f,p)>, B<PerlIO_setpos(f,p)>,
4832B<PerlIO_rewind(f)>, B<PerlIO_tmpfile()>, B<PerlIO_setlinebuf(f)>
cb1a09d0 4833
d420ca49 4834=over 4
cb1a09d0 4835
4755096e 4836=item Co-existence with stdio
cb1a09d0 4837
4755096e 4838B<PerlIO_importFILE(f,flags)>, B<PerlIO_exportFILE(f,flags)>,
dc5c060f
JH
4839B<PerlIO_findFILE(f)>, B<PerlIO_releaseFILE(p,f)>
4840
4841=item "Fast gets" Functions
4842
4843B<PerlIO_fast_gets(f)>, B<PerlIO_has_cntptr(f)>, B<PerlIO_get_cnt(f)>,
4844B<PerlIO_get_ptr(f)>, B<PerlIO_set_ptrcnt(f,p,c)>, B<PerlIO_canset_cnt(f)>,
4845B<PerlIO_set_cnt(f,c)>, B<PerlIO_has_base(f)>, B<PerlIO_get_base(f)>,
4846B<PerlIO_get_bufsiz(f)>
4847
4848=item Other Functions
4849
4850PerlIO_apply_layers(f,mode,layers), PerlIO_binmode(f,ptype,imode,layers),
4851'E<lt>' read, 'E<gt>' write, '+' read/write, PerlIO_debug(fmt,...)
cb1a09d0 4852
4755096e 4853=back
c635e13b 4854
a45bd81d
GS
4855=back
4856
4755096e 4857=head2 perltodo - Perl TO-DO List
c635e13b 4858
d420ca49 4859=over 4
a45bd81d 4860
c635e13b 4861=item DESCRIPTION
cb1a09d0 4862
245d750e 4863=item To do during 5.6.x
cb1a09d0 4864
d420ca49 4865=over 4
cb1a09d0 4866
245d750e 4867=item Support for I/O disciplines
cb1a09d0 4868
53d7eaa8 4869=item Autoload bytes.pm
cb1a09d0 4870
245d750e 4871=item Make "\u{XXXX}" et al work
cb1a09d0 4872
53d7eaa8 4873=item Create a char *sv_pvprintify(sv, STRLEN *lenp, UV flags)
4755096e 4874
53d7eaa8 4875=item Overloadable regex assertions
4755096e 4876
e61ecf27 4877=item Unicode
cb1a09d0 4878
245d750e 4879=item use Thread for iThreads
cb1a09d0 4880
2ca5449f
JH
4881=item make perl_clone optionally clone ops
4882
245d750e 4883=item Work out exit/die semantics for threads
cb1a09d0 4884
245d750e 4885=item Typed lexicals for compiler
4755096e 4886
245d750e 4887=item Compiler workarounds for Win32
4755096e 4888
245d750e 4889=item AUTOLOADing in the compiler
4755096e 4890
245d750e 4891=item Fixing comppadlist when compiling
8ebc5c01 4892
245d750e 4893=item Cleaning up exported namespace
4755096e 4894
245d750e 4895=item Complete signal handling
cb1a09d0 4896
245d750e 4897=item Out-of-source builds
cb1a09d0 4898
245d750e 4899=item POSIX realtime support
cb1a09d0 4900
245d750e 4901=item UNIX98 support
cb1a09d0 4902
245d750e 4903=item IPv6 Support
cb1a09d0 4904
245d750e 4905=item Long double conversion
cb1a09d0 4906
245d750e 4907=item Locales
cb1a09d0 4908
245d750e 4909=item Thread-safe regexes
cb1a09d0 4910
245d750e
JH
4911=item Arithmetic on non-Arabic numerals
4912
4913=item POSIX Unicode character classes
4914
4915=item Factoring out common suffices/prefices in regexps (trie optimization)
4916
4917=item Security audit shipped utilities
4918
f502af34 4919=item Sort out the uid-setting mess
245d750e 4920
245d750e
JH
4921=item DLL Versioning
4922
4923=item Introduce @( and @)
4924
4925=item Floating point handling
4926
4927=item IV/UV preservation
4928
4929=item Replace pod2html with something using Pod::Parser
4930
4931=item Automate module testing on CPAN
4932
4933=item sendmsg and recvmsg
4934
4935=item Rewrite perlre documentation
cb1a09d0 4936
245d750e 4937=item Convert example code to IO::Handle filehandles
4755096e 4938
245d750e 4939=item Document Win32 choices
4755096e 4940
245d750e 4941=item Check new modules
4755096e 4942
245d750e 4943=item Make roffitall find pods and libs itself
c635e13b 4944
a45bd81d
GS
4945=back
4946
245d750e 4947=item To do at some point
fb9cefb4 4948
d420ca49 4949=over 4
a45bd81d 4950
245d750e 4951=item Remove regular expression recursion
fb9cefb4 4952
245d750e 4953=item Memory leaks after failed eval
fb9cefb4 4954
245d750e 4955=item bitfields in pack
fb9cefb4 4956
245d750e 4957=item Cross compilation
fb9cefb4 4958
245d750e 4959=item Perl preprocessor / macros
fb9cefb4 4960
245d750e 4961=item Perl lexer in Perl
fb9cefb4 4962
245d750e 4963=item Using POSIX calls internally
4755096e 4964
245d750e 4965=item -i rename file when changed
4755096e 4966
245d750e 4967=item All ARGV input should act like E<lt>E<gt>
4755096e 4968
245d750e 4969=item Support for rerunning debugger
4755096e 4970
fbe3d936
JH
4971=item Test Suite for the Debugger
4972
245d750e 4973=item my sub foo { }
4755096e 4974
245d750e 4975=item One-pass global destruction
fb9cefb4 4976
245d750e 4977=item Rewrite regexp parser
a45bd81d 4978
245d750e 4979=item Cache recently used regexps
a45bd81d 4980
245d750e 4981=item Re-entrant functions
a45bd81d 4982
245d750e 4983=item Cross-compilation support
a45bd81d 4984
245d750e 4985=item Bit-shifting bitvectors
a45bd81d 4986
245d750e 4987=item debugger pragma
a45bd81d 4988
245d750e 4989=item use less pragma
a45bd81d 4990
245d750e 4991=item switch structures
a45bd81d 4992
245d750e 4993=item Cache eval tree
a45bd81d 4994
245d750e 4995=item rcatmaybe
a45bd81d 4996
245d750e 4997=item Shrink opcode tables
a45bd81d 4998
245d750e 4999=item Optimize away @_
a45bd81d 5000
245d750e 5001=item Prototypes versus indirect objects
a45bd81d 5002
07fcf8ff 5003=item Install HTML
a45bd81d 5004
245d750e 5005=item Prototype method calls
a45bd81d 5006
245d750e 5007=item Return context prototype declarations
a45bd81d 5008
245d750e 5009=item magic_setisa
4755096e 5010
245d750e 5011=item Garbage collection
4755096e 5012
245d750e 5013=item IO tutorial
4755096e 5014
245d750e 5015=item Rewrite perldoc
4755096e 5016
3958b146 5017=item Install .3p manpages
245d750e
JH
5018
5019=item Unicode tutorial
4755096e 5020
245d750e 5021=item Update POSIX.pm for 1003.1-2
3958b146 5022
772ff3b9 5023=item Retargetable installation
245d750e
JH
5024
5025=item POSIX emulation on non-POSIX systems
5026
5027=item Rename Win32 headers
5028
5029=item Finish off lvalue functions
5030
5031=item Update sprintf documentation
5032
5033=item Use fchown/fchmod internally
a45bd81d 5034
cb52f95f
JH
5035=item Make v-strings overloaded objects
5036
80327a3d
JH
5037=item Allow restricted hash assignment
5038
a45bd81d
GS
5039=back
5040
245d750e 5041=item Vague ideas
cb1a09d0 5042
d420ca49 5043=over 4
a45bd81d 5044
245d750e 5045=item ref() in list context
cb1a09d0 5046
53d7eaa8 5047=item Make tr/// return histogram of characters in list context
cb1a09d0 5048
245d750e 5049=item Compile to real threaded code
3958b146 5050
772ff3b9 5051=item Structured types
3958b146 5052
772ff3b9 5053=item Modifiable $1 et al.
4755096e 5054
245d750e 5055=item Procedural interfaces for IO::*, etc.
cb1a09d0 5056
245d750e 5057=item RPC modules
cb1a09d0 5058
245d750e 5059=item Attach/detach debugger from running program
cb1a09d0 5060
245d750e 5061=item GUI::Native
cb1a09d0 5062
245d750e 5063=item foreach(reverse ...)
cb1a09d0 5064
245d750e 5065=item Constant function cache
cb1a09d0 5066
245d750e 5067=item Approximate regular expression matching
cb1a09d0 5068
a45bd81d
GS
5069=back
5070
245d750e 5071=item Ongoing
4755096e 5072
245d750e 5073=over 4
4755096e 5074
245d750e 5075=item Update guts documentation
cb1a09d0 5076
245d750e 5077=item Add more tests
a45bd81d 5078
245d750e 5079=item Update auxiliary tools
cb1a09d0 5080
4755096e 5081=back
cb1a09d0 5082
245d750e 5083=item Recently done things
cb1a09d0 5084
d420ca49 5085=over 4
cb1a09d0 5086
f502af34
JH
5087=item Alternative RE syntax module
5088
245d750e 5089=item Safe signal handling
cb1a09d0 5090
245d750e 5091=item Tie Modules
cb1a09d0 5092
245d750e 5093=item gettimeofday
193fb0af 5094
245d750e 5095=item setitimer and getimiter
193fb0af 5096
245d750e 5097=item Testing __DIE__ hook
193fb0af 5098
245d750e 5099=item CPP equivalent in Perl
193fb0af 5100
245d750e 5101=item Explicit switch statements
193fb0af 5102
245d750e 5103=item autocroak
193fb0af 5104
245d750e 5105=item UTF/EBCDIC
cb1a09d0 5106
245d750e 5107=item UTF Regexes
cb1a09d0 5108
245d750e 5109=item perlcc to produce executable
cb1a09d0 5110
245d750e 5111=item END blocks saved in compiled output
cb1a09d0 5112
245d750e 5113=item Secure temporary file module
cb1a09d0 5114
245d750e 5115=item Integrate Time::HiRes
cb1a09d0 5116
245d750e 5117=item Turn Cwd into XS
cb1a09d0 5118
245d750e 5119=item Mmap for input
cb1a09d0 5120
245d750e 5121=item Byte to/from UTF8 and UTF8 to/from local conversion
cb1a09d0 5122
245d750e 5123=item Add sockatmark support
cb1a09d0 5124
245d750e 5125=item Mailing list archives
cb1a09d0 5126
245d750e 5127=item Bug tracking
cb1a09d0 5128
245d750e 5129=item Integrate MacPerl
cb1a09d0 5130
245d750e 5131=item Web "nerve center" for Perl
cb1a09d0 5132
245d750e 5133=item Regular expression tutorial
cb1a09d0 5134
245d750e 5135=item Debugging Tutorial
4755096e 5136
245d750e 5137=item Integrate new modules
4755096e 5138
245d750e 5139=item Integrate profiler
4755096e 5140
245d750e 5141=item Y2K error detection
4755096e 5142
245d750e 5143=item Regular expression debugger
4755096e 5144
245d750e 5145=item POD checker
4755096e 5146
245d750e 5147=item "Dynamic" lexicals
4755096e 5148
245d750e 5149=item Cache precompiled modules
cb1a09d0 5150
245d750e 5151=back
cb1a09d0 5152
245d750e 5153=item Deprecated Wishes
cb1a09d0 5154
245d750e 5155=over 4
cb1a09d0 5156
245d750e 5157=item Loop control on do{}
cb1a09d0 5158
245d750e 5159=item Lexically scoped typeglobs
cb1a09d0 5160
245d750e 5161=item format BOTTOM
3958b146 5162
772ff3b9 5163=item report HANDLE
cb1a09d0 5164
245d750e 5165=item Generalised want()/caller())
3958b146 5166
772ff3b9 5167=item Named prototypes
cb1a09d0 5168
245d750e 5169=item Built-in globbing
4755096e 5170
245d750e 5171=item Regression tests for suidperl
4755096e 5172
245d750e 5173=item Cached hash values
4755096e 5174
245d750e 5175=item Add compression modules
cb1a09d0 5176
245d750e 5177=item Reorganise documentation into tutorials/references
cb1a09d0 5178
245d750e 5179=item Remove distinction between functions and operators
cb1a09d0 5180
245d750e 5181=item Make XS easier to use
cb1a09d0 5182
245d750e 5183=item Make embedding easier to use
cb1a09d0 5184
245d750e 5185=item man for perl
cb1a09d0 5186
245d750e 5187=item my $Package::variable
cb1a09d0 5188
245d750e 5189=item "or" tests defined, not truth
4755096e 5190
245d750e 5191=item "class"-based lexicals
4755096e 5192
245d750e 5193=item byteperl
4755096e 5194
245d750e 5195=item Lazy evaluation / tail recursion removal
cb1a09d0 5196
a6fb92f1
JH
5197=item Make "use utf8" the default
5198
53d7eaa8
JH
5199=item Unicode collation and normalization
5200
890a53b9
JH
5201=item Create debugging macros
5202
37b1fd75
JH
5203=item truncate to the people
5204
fe9287c4
JH
5205=item pack/unpack tutorial
5206
a45bd81d
GS
5207=back
5208
4755096e
GS
5209=back
5210
5211=head2 perlhack - How to hack at the Perl internals
cb1a09d0 5212
d420ca49 5213=over 4
a45bd81d 5214
4755096e
GS
5215=item DESCRIPTION
5216
5217Does concept match the general goals of Perl?, Where is the
5218implementation?, Backwards compatibility, Could it be a module instead?, Is
5219the feature generic enough?, Does it potentially introduce new bugs?, Does
5220it preclude other desirable features?, Is the implementation robust?, Is
428dc699
JH
5221the implementation generic enough to be portable?, Is the implementation
5222tested?, Is there enough documentation?, Is there another way to do it?,
5223Does it create too much work?, Patches speak louder than words
d420ca49
AD
5224
5225=over 4
5226
5227=item Keeping in sync
5228
5229rsync'ing the source tree, Using rsync over the LAN, Using pushing over the
9cd42e2a
JH
5230NFS, rsync'ing the patches
5231
5232=item Why rsync the source tree
5233
5234It's easier to rsync the source tree, It's more recent, It's more reliable
5235
5236=item Why rsync the patches
5237
5238It's easier to rsync the patches, It's a good reference, Finding a start
5239point, Finding how to fix a bug, Finding the source of misbehaviour
d420ca49 5240
1fdc5aa6
JH
5241=item Perlbug remote interface
5242
52431 http://bugs.perl.org, 2 bugdb@perl.org, 3
5244commands_and_bugdids@bugs.perl.org, notes, patches, tests
5245
d420ca49
AD
5246=item Submitting patches
5247
5248L<perlguts>, L<perlxstut> and L<perlxs>, L<perlapi>,
5249F<Porting/pumpkin.pod>, The perl5-porters FAQ
cb1a09d0 5250
7029d033 5251=item Finding Your Way Around
cb1a09d0 5252
9cd42e2a 5253Core modules, Tests, Documentation, Configure, Interpreter
4755096e 5254
7029d033 5255=item Elements of the interpreter
4755096e 5256
7029d033 5257Startup, Parsing, Optimization, Running
4755096e 5258
7029d033 5259=item Internal Variable Types
4755096e 5260
7029d033 5261=item Op Trees
4755096e 5262
7029d033 5263=item Stacks
4755096e 5264
7029d033 5265Argument stack, Mark stack, Save stack
4755096e 5266
7029d033 5267=item Millions of Macros
4755096e 5268
7029d033 5269=item Poking at Perl
4755096e 5270
7029d033 5271=item Using a source-level debugger
4755096e 5272
7029d033 5273run [args], break function_name, break source.c:xxx, step, next, continue,
d420ca49 5274finish, 'enter', print
4755096e 5275
7029d033 5276=item Dumping Perl Data Structures
4755096e 5277
7029d033 5278=item Patching
cb1a09d0 5279
9cd42e2a
JH
5280=item Patching a core module
5281
53d7eaa8
JH
5282=item Adding a new function to the core
5283
9cd42e2a
JH
5284=item Writing a test
5285
5286F<t/base/>, F<t/cmd/>, F<t/comp/>, F<t/io/>, F<t/lib/>, F<t/op/>,
cb52f95f 5287F<t/pod/>, F<t/run/>, t/base t/comp, t/cmd t/run t/io t/op, t/lib ext lib
9cd42e2a 5288
91331b4f
JH
5289=back
5290
5291=item EXTERNAL TOOLS FOR DEBUGGING PERL
5292
d420ca49 5293=over 4
91331b4f
JH
5294
5295=item Rational Software's Purify
5296
5297=item Purify on Unix
5298
5299-Accflags=-DPURIFY, -Doptimize='-g', -Uusemymalloc, -Dusemultiplicity
5300
5301=item Purify on NT
5302
5303DEFINES, USE_MULTI = define, #PERL_MALLOC = define, CFG = Debug
5304
ab1e085c
JH
5305=item Compaq's/Digital's Third Degree
5306
5307=item PERL_DESTRUCT_LEVEL
5308
51a35ef1
JH
5309=item Profiling
5310
772ff3b9
JH
5311=item Gprof Profiling
5312
5313-a, -b, -e routine, -f routine, -s, -z
5314
51a35ef1
JH
5315=item GCC gcov Profiling
5316
ab1e085c
JH
5317=item Pixie Profiling
5318
772ff3b9 5319-h, -l, -p[rocedures], -h[eavy], -i[nvocations], -l[ines], -testcoverage,
245d750e 5320-z[ero]
ab1e085c 5321
7029d033 5322=item CONCLUSION
cb1a09d0 5323
7029d033 5324I<The Road goes ever on and on, down from the door where it began.>
cb1a09d0 5325
8ebc5c01 5326=back
cb1a09d0 5327
7029d033 5328=item AUTHOR
cb1a09d0
AD
5329
5330=back
5331
7029d033 5332=head2 perlhist - the Perl history records
7d2bfb28 5333
d420ca49 5334=over 4
7d2bfb28 5335
7029d033 5336=item DESCRIPTION
cb1a09d0 5337
7029d033 5338=item INTRODUCTION
cb1a09d0 5339
7029d033 5340=item THE KEEPERS OF THE PUMPKIN
cb1a09d0 5341
d420ca49 5342=over 4
cb1a09d0 5343
7029d033 5344=item PUMPKIN?
cb1a09d0 5345
a45bd81d
GS
5346=back
5347
7029d033 5348=item THE RECORDS
cb1a09d0 5349
d420ca49 5350=over 4
cb1a09d0 5351
7029d033 5352=item SELECTED RELEASE SIZES
cb1a09d0 5353
7029d033 5354=item SELECTED PATCH SIZES
cb1a09d0 5355
7029d033 5356=back
cb1a09d0 5357
7029d033 5358=item THE KEEPERS OF THE RECORDS
cb1a09d0 5359
a45bd81d
GS
5360=back
5361
428dc699 5362=head2 perldelta - what is new for perl v5.8.0
603b90a8
JH
5363
5364=over 4
5365
5366=item DESCRIPTION
5367
3ecb3787 5368=item Highlights In 5.8.0
493a87da 5369
428dc699
JH
5370=item Incompatible Changes
5371
5372=over 4
5373
5374=item 64-bit platforms and malloc
5375
5376=item AIX Dynaloading
5377
95f0a2f1
SB
5378=item Attributes for C<my> variables now handled at run-time.
5379
428dc699
JH
5380=item Socket Extension Dynamic in VMS
5381
493a87da
JH
5382=item IEEE-format Floating Point Default on OpenVMS Alpha
5383
f502af34 5384=item New Unicode Properties
428dc699 5385
34babc16
JH
5386=item REF(...) Instead Of SCALAR(...)
5387
ff426ff2
JH
5388=item pack/unpack D/F recycled
5389
428dc699
JH
5390=item Deprecations
5391
5392=back
5393
5394=item Core Enhancements
5395
5396=over 4
5397
428dc699
JH
5398=item PerlIO is Now The Default
5399
37b1fd75 5400=item Safe Signals
428dc699 5401
34babc16
JH
5402=item Unicode Overhaul
5403
428dc699
JH
5404=item Understanding of Numbers
5405
f502af34 5406=item Miscellaneous Changes
34babc16 5407
428dc699
JH
5408=back
5409
5410=item Modules and Pragmata
5411
5412=over 4
5413
34babc16 5414=item New Modules and Pragmata
428dc699
JH
5415
5416=item Updated And Improved Modules and Pragmata
5417
5418=back
5419
5420=item Utility Changes
5421
5422=item New Documentation
5423
5424=item Performance Enhancements
5425
5426=item Installation and Configuration Improvements
5427
5428=over 4
5429
5430=item Generic Improvements
5431
5432=item New Or Improved Platforms
5433
5434=back
5435
5436=item Selected Bug Fixes
5437
5438=over 4
5439
5440=item Platform Specific Changes and Fixes
5441
5442=back
5443
5444=item New or Changed Diagnostics
5445
5446=item Changed Internals
5447
5448=item Security Vulnerability Closed
5449
5450=item New Tests
5451
5452=item Known Problems
5453
5454=over 4
5455
5456=item AIX
5457
5458=item Amiga Perl Invoking Mystery
5459
5460=item lib/ftmp-security tests warn 'system possibly insecure'
5461
428dc699
JH
5462=item HP-UX lib/posix Subtest 9 Fails When LP64-Configured
5463
5464=item Linux With Sfio Fails op/misc Test 48
5465
493a87da
JH
5466=item Mac OS X
5467
428dc699
JH
5468=item OS/390
5469
5470=item op/sprintf tests 129 and 130
5471
5472=item Failure of Thread tests
5473
5474=item UNICOS
5475
ff426ff2
JH
5476=item UNICOS and UNICOS/mk
5477
428dc699
JH
5478=item UTS
5479
5480=item VMS
5481
04b01f78
JH
5482=item Win32
5483
428dc699
JH
5484=item Localising a Tied Variable Leaks Memory
5485
34babc16
JH
5486=item Localising Tied Arrays and Hashes Is Broken
5487
428dc699
JH
5488=item Self-tying of Arrays and Hashes Is Forbidden
5489
428dc699
JH
5490=item Building Extensions Can Fail Because Of Largefiles
5491
34babc16
JH
5492=item Unicode Support on EBCDIC Still Spotty
5493
428dc699
JH
5494=item The Compiler Suite Is Still Experimental
5495
c4f1ce08
JH
5496=item The Long Double Support Is Still Experimental
5497
5498=item Seen In Perl 5.7 But Gone Now
428dc699
JH
5499
5500=back
5501
603b90a8
JH
5502=item Reporting Bugs
5503
5504=item SEE ALSO
5505
5506=item HISTORY
5507
5508=back
5509
d6483fcc 5510=head2 perl572delta - what's new for perl v5.7.2
245d750e
JH
5511
5512=over 4
5513
5514=item DESCRIPTION
5515
5516=item Security Vulnerability Closed
5517
5518=item Incompatible Changes
5519
cb5953d6
JH
5520=over 4
5521
5522=item 64-bit platforms and malloc
5523
e0539f61
JH
5524=item AIX Dynaloading
5525
5526=item Socket Extension Dynamic in VMS
5527
fbe3d936
JH
5528=item Different Definition of the Unicode Character Classes \p{In...}
5529
e0539f61 5530=item Deprecations
772ff3b9 5531
cb5953d6
JH
5532=back
5533
245d750e
JH
5534=item Core Enhancements
5535
5536=item Modules and Pragmata
5537
5538=over 4
5539
389925df 5540=item New Modules and Distributions
245d750e
JH
5541
5542=item Updated And Improved Modules and Pragmata
5543
5544=back
5545
245d750e
JH
5546=item Utility Changes
5547
5548=item New Documentation
5549
5550=item Installation and Configuration Improvements
5551
5552=over 4
5553
5554=item New Or Improved Platforms
5555
5556=item Generic Improvements
5557
5558=back
5559
5560=item Selected Bug Fixes
5561
5562=over 4
5563
5564=item Platform Specific Changes and Fixes
5565
5566=back
5567
5568=item New or Changed Diagnostics
5569
354a27bf 5570=item Source Code Enhancements
245d750e
JH
5571
5572=over 4
5573
354a27bf
JH
5574=item MAGIC constants
5575
5576=item Better commented code
5577
245d750e
JH
5578=item Regex pre-/post-compilation items matched up
5579
354a27bf
JH
5580=item gcc -Wall
5581
245d750e
JH
5582=back
5583
5584=item New Tests
5585
5586=item Known Problems
5587
5588=over 4
5589
e0539f61
JH
5590=item AIX
5591
5592=item Amiga Perl Invoking Mystery
245d750e
JH
5593
5594=item lib/ftmp-security tests warn 'system possibly insecure'
5595
e0539f61 5596=item Cygwin intermittent failures of lib/Memoize/t/expire_file 11 and 12
245d750e 5597
07fcf8ff 5598=item HP-UX lib/io_multihomed Fails When LP64-Configured
245d750e 5599
e0539f61 5600=item HP-UX lib/posix Subtest 9 Fails When LP64-Configured
245d750e
JH
5601
5602=item Linux With Sfio Fails op/misc Test 48
5603
fbe3d936
JH
5604=item OS/390
5605
e0539f61 5606=item op/sprintf tests 129 and 130
245d750e
JH
5607
5608=item Failure of Thread tests
5609
e0539f61
JH
5610=item UNICOS
5611
e0539f61
JH
5612=item UTS
5613
354a27bf
JH
5614=item VMS
5615
d0363f02
JH
5616=item Win32
5617
245d750e
JH
5618=item Localising a Tied Variable Leaks Memory
5619
5620=item Self-tying of Arrays and Hashes Is Forbidden
5621
cb5953d6
JH
5622=item Variable Attributes are not Currently Usable for Tieing
5623
245d750e
JH
5624=item Building Extensions Can Fail Because Of Largefiles
5625
5626=item The Compiler Suite Is Still Experimental
5627
e0539f61
JH
5628=item The Long Double Support is Still Experimental
5629
245d750e
JH
5630=back
5631
5632=item Reporting Bugs
5633
5634=item SEE ALSO
5635
5636=item HISTORY
5637
5638=back
5639
603b90a8
JH
5640=head2 perl571delta - what's new for perl v5.7.1
5641
5642=over 4
5643
5644=item DESCRIPTION
5645
5646=item Security Vulnerability Closed
5647
5648=item Incompatible Changes
5649
5650=item Core Enhancements
5651
245d750e
JH
5652=over 4
5653
2ca5449f
JH
5654=item AUTOLOAD Is Now Lvaluable
5655
245d750e
JH
5656=item PerlIO is Now The Default
5657
5658=item Signals Are Now Safe
5659
5660=back
5661
bd28ded5 5662=item Modules and Pragmata
603b90a8
JH
5663
5664=over 4
5665
603b90a8
JH
5666=item New Modules
5667
5668=item Updated And Improved Modules and Pragmata
5669
5670=back
5671
5672=item Performance Enhancements
5673
5674=item Utility Changes
5675
5676=item New Documentation
5677
5678=over 4
5679
5680=item perlclib
5681
5682=item perliol
5683
5684=item README.aix
5685
5686=item README.bs2000
5687
5688=item README.macos
5689
5690=item README.mpeix
5691
5692=item README.solaris
5693
5694=item README.vos
5695
5696=item Porting/repository.pod
5697
5698=back
5699
603b90a8
JH
5700=item Installation and Configuration Improvements
5701
5702=over 4
5703
5704=item New Or Improved Platforms
5705
5706=item Generic Improvements
5707
bd28ded5
JH
5708d_cmsghdr, d_fcntl_can_lock, d_fsync, d_getitimer, d_getpagsz, d_msghdr_s,
5709need_va_copy, d_readv, d_recvmsg, d_sendmsg, sig_size, d_sockatmark,
5710d_strtoq, d_u32align, d_ualarm, d_usleep
5711
603b90a8
JH
5712=back
5713
5714=item Selected Bug Fixes
5715
5716=over 4
5717
5718=item Platform Specific Changes and Fixes
5719
5720=back
5721
5722=item New or Changed Diagnostics
5723
5724=item Changed Internals
5725
bd28ded5
JH
5726=item New Tests
5727
603b90a8
JH
5728=item Known Problems
5729
5730=over 4
5731
bd28ded5
JH
5732=item AIX vac 5.0.0.0 May Produce Buggy Code For Perl
5733
5734=item lib/ftmp-security tests warn 'system possibly insecure'
5735
5736=item lib/io_multihomed Fails In LP64-Configured HP-UX
5737
5738=item Test lib/posix Subtest 9 Fails In LP64-Configured HP-UX
5739
603b90a8
JH
5740=item lib/b test 19
5741
bd28ded5 5742=item Linux With Sfio Fails op/misc Test 48
603b90a8
JH
5743
5744=item sigaction test 13 in VMS
5745
5746=item sprintf tests 129 and 130
5747
bd28ded5
JH
5748=item Failure of Thread tests
5749
5750=item Localising a Tied Variable Leaks Memory
5751
603b90a8
JH
5752=item Self-tying of Arrays and Hashes Is Forbidden
5753
bd28ded5
JH
5754=item Building Extensions Can Fail Because Of Largefiles
5755
5756=item The Compiler Suite Is Still Experimental
5757
603b90a8
JH
5758=back
5759
5760=item Reporting Bugs
5761
5762=item SEE ALSO
5763
5764=item HISTORY
5765
5766=back
5767
5768=head2 perl570delta - what's new for perl v5.7.0
694468e3 5769
d420ca49 5770=over 4
694468e3 5771
7029d033 5772=item DESCRIPTION
694468e3 5773
a9ef4385
JH
5774=item Security Vulnerability Closed
5775
5776=item Incompatible Changes
5777
7029d033 5778=item Core Enhancements
694468e3 5779
7029d033 5780=item Modules and Pragmata
694468e3 5781
d420ca49 5782=over 4
a9ef4385
JH
5783
5784=item New Modules
5785
5786=item Updated And Improved Modules and Pragmata
5787
5788=back
5789
7029d033 5790=item Utility Changes
694468e3 5791
a9ef4385 5792=item New Documentation
694468e3 5793
a9ef4385 5794=item Performance Enhancements
694468e3 5795
7029d033 5796=item Installation and Configuration Improvements
694468e3 5797
d420ca49 5798=over 4
694468e3 5799
a9ef4385 5800=item Generic Improvements
694468e3 5801
4755096e 5802=back
694468e3 5803
a9ef4385 5804=item Selected Bug Fixes
694468e3 5805
d420ca49 5806=over 4
cb1a09d0 5807
a9ef4385 5808=item Platform Specific Changes and Fixes
cb1a09d0 5809
a9ef4385 5810=back
cb1a09d0 5811
a9ef4385
JH
5812=item New or Changed Diagnostics
5813
5814=item Changed Internals
cb1a09d0 5815
4755096e 5816=item Known Problems
cb1a09d0 5817
d420ca49 5818=over 4
a9ef4385
JH
5819
5820=item Unicode Support Still Far From Perfect
5821
5822=item EBCDIC Still A Lost Platform
5823
5824=item Building Extensions Can Fail Because Of Largefiles
5825
93d73c42
JH
5826=item ftmp-security tests warn 'system possibly insecure'
5827
b3b6085d
PP
5828=item Test lib/posix Subtest 9 Fails In LP64-Configured HP-UX
5829
93d73c42 5830=item Long Doubles Still Don't Work In Solaris
9fa7f388 5831
b3b6085d
PP
5832=item Linux With Sfio Fails op/misc Test 48
5833
9fa7f388 5834=item Storable tests fail in some platforms
a9ef4385 5835
93d73c42
JH
5836=item Threads Are Still Experimental
5837
5838=item The Compiler Suite Is Still Experimental
5839
a9ef4385 5840=back
193fb0af 5841
4755096e 5842=item Reporting Bugs
8ebc5c01 5843
4755096e 5844=item SEE ALSO
8ebc5c01 5845
4755096e 5846=item HISTORY
8ebc5c01 5847
a45bd81d
GS
5848=back
5849
f502af34 5850=head2 perl561delta - what's new for perl v5.6.x
493a87da
JH
5851
5852=over 4
5853
5854=item DESCRIPTION
5855
5856=item Summary of changes between 5.6.0 and 5.6.1
5857
5858=over 4
5859
5860=item Security Issues
5861
5862=item Core bug fixes
5863
5864C<UNIVERSAL::isa()>, Memory leaks, Numeric conversions, qw(a\\b), caller(),
5865Bugs in regular expressions, "slurp" mode, Autovivification of symbolic
5866references to special variables, Lexical warnings, Spurious warnings and
5867errors, glob(), Tainting, sort(), #line directives, Subroutine prototypes,
5868map(), Debugger, PERL5OPT, chop(), Unicode support, 64-bit support,
5869Compiler, Lvalue subroutines, IO::Socket, File::Find, xsubpp, C<no
5870Module;>, Tests
5871
5872=item Core features
5873
5874=item Configuration issues
5875
5876=item Documentation
5877
5878=item Bundled modules
5879
5880B::Concise, File::Temp, Pod::LaTeX, Pod::Text::Overstrike, CGI, CPAN,
5881Class::Struct, DB_File, Devel::Peek, File::Find, Getopt::Long, IO::Poll,
5882IPC::Open3, Math::BigFloat, Math::Complex, Net::Ping, Opcode, Pod::Parser,
5883Pod::Text, SDBM_File, Sys::Syslog, Tie::RefHash, Tie::SubstrHash
5884
5885=item Platform-specific improvements
5886
5887NCR MP-RAS, NonStop-UX
5888
04b01f78
JH
5889=back
5890
5891=item Core Enhancements
5892
5893=over 4
5894
493a87da
JH
5895=item Interpreter cloning, threads, and concurrency
5896
5897=item Lexically scoped warning categories
5898
5899=item Unicode and UTF-8 support
5900
5901=item Support for interpolating named characters
5902
5903=item "our" declarations
5904
5905=item Support for strings represented as a vector of ordinals
5906
5907=item Improved Perl version numbering system
5908
5909=item New syntax for declaring subroutine attributes
5910
5911=item File and directory handles can be autovivified
5912
5913=item open() with more than two arguments
5914
5915=item 64-bit support
5916
5917=item Large file support
5918
5919=item Long doubles
5920
5921=item "more bits"
5922
5923=item Enhanced support for sort() subroutines
5924
5925=item C<sort $coderef @foo> allowed
5926
5927=item File globbing implemented internally
5928
5929=item Support for CHECK blocks
5930
5931=item POSIX character class syntax [: :] supported
5932
5933=item Better pseudo-random number generator
5934
5935=item Improved C<qw//> operator
5936
5937=item Better worst-case behavior of hashes
5938
5939=item pack() format 'Z' supported
5940
5941=item pack() format modifier '!' supported
5942
5943=item pack() and unpack() support counted strings
5944
5945=item Comments in pack() templates
5946
5947=item Weak references
5948
5949=item Binary numbers supported
5950
5951=item Lvalue subroutines
5952
5953=item Some arrows may be omitted in calls through references
5954
5955=item Boolean assignment operators are legal lvalues
5956
5957=item exists() is supported on subroutine names
5958
5959=item exists() and delete() are supported on array elements
5960
5961=item Pseudo-hashes work better
5962
5963=item Automatic flushing of output buffers
5964
5965=item Better diagnostics on meaningless filehandle operations
5966
5967=item Where possible, buffered data discarded from duped input filehandle
5968
5969=item eof() has the same old magic as <>
5970
5971=item binmode() can be used to set :crlf and :raw modes
5972
5973=item C<-T> filetest recognizes UTF-8 encoded files as "text"
5974
5975=item system(), backticks and pipe open now reflect exec() failure
5976
5977=item Improved diagnostics
5978
5979=item Diagnostics follow STDERR
5980
5981=item More consistent close-on-exec behavior
5982
5983=item syswrite() ease-of-use
5984
5985=item Better syntax checks on parenthesized unary operators
5986
5987=item Bit operators support full native integer width
5988
5989=item Improved security features
5990
5991=item More functional bareword prototype (*)
5992
5993=item C<require> and C<do> may be overridden
5994
5995=item $^X variables may now have names longer than one character
5996
5997=item New variable $^C reflects C<-c> switch
5998
5999=item New variable $^V contains Perl version as a string
6000
6001=item Optional Y2K warnings
6002
6003=item Arrays now always interpolate into double-quoted strings
6004
6005=back
6006
6007=item Modules and Pragmata
6008
6009=over 4
6010
6011=item Modules
6012
6013attributes, B, Benchmark, ByteLoader, constant, charnames, Data::Dumper,
6014DB, DB_File, Devel::DProf, Devel::Peek, Dumpvalue, DynaLoader, English,
6015Env, Fcntl, File::Compare, File::Find, File::Glob, File::Spec,
6016File::Spec::Functions, Getopt::Long, IO, JPL, lib, Math::BigInt,
6017Math::Complex, Math::Trig, Pod::Parser, Pod::InputObjects, Pod::Checker,
6018podchecker, Pod::ParseUtils, Pod::Find, Pod::Select, podselect, Pod::Usage,
6019pod2usage, Pod::Text and Pod::Man, SDBM_File, Sys::Syslog, Sys::Hostname,
6020Term::ANSIColor, Time::Local, Win32, XSLoader, DBM Filters
6021
6022=item Pragmata
6023
6024=back
6025
6026=item Utility Changes
6027
6028=over 4
6029
6030=item dprofpp
6031
6032=item find2perl
6033
6034=item h2xs
6035
6036=item perlcc
6037
6038=item perldoc
6039
6040=item The Perl Debugger
6041
6042=back
6043
6044=item Improved Documentation
6045
6046perlapi.pod, perlboot.pod, perlcompile.pod, perldbmfilter.pod,
6047perldebug.pod, perldebguts.pod, perlfork.pod, perlfilter.pod, perlhack.pod,
6048perlintern.pod, perllexwarn.pod, perlnumber.pod, perlopentut.pod,
6049perlreftut.pod, perltootc.pod, perltodo.pod, perlunicode.pod
6050
6051=item Performance enhancements
6052
6053=over 4
6054
6055=item Simple sort() using { $a <=> $b } and the like are optimized
6056
6057=item Optimized assignments to lexical variables
6058
6059=item Faster subroutine calls
6060
6061=item delete(), each(), values() and hash iteration are faster
6062
6063=back
6064
6065=item Installation and Configuration Improvements
6066
6067=over 4
6068
6069=item -Dusethreads means something different
6070
6071=item New Configure flags
6072
6073=item Threadedness and 64-bitness now more daring
6074
6075=item Long Doubles
6076
6077=item -Dusemorebits
6078
6079=item -Duselargefiles
6080
6081=item installusrbinperl
6082
6083=item SOCKS support
6084
6085=item C<-A> flag
6086
6087=item Enhanced Installation Directories
6088
6089=item gcc automatically tried if 'cc' does not seem to be working
6090
6091=back
6092
6093=item Platform specific changes
6094
6095=over 4
6096
6097=item Supported platforms
6098
6099=item DOS
6100
6101=item OS390 (OpenEdition MVS)
6102
6103=item VMS
6104
6105=item Win32
6106
6107=back
6108
6109=item Significant bug fixes
6110
6111=over 4
6112
6113=item <HANDLE> on empty files
6114
6115=item C<eval '...'> improvements
6116
6117=item All compilation errors are true errors
6118
6119=item Implicitly closed filehandles are safer
6120
6121=item Behavior of list slices is more consistent
6122
6123=item C<(\$)> prototype and C<$foo{a}>
6124
6125=item C<goto &sub> and AUTOLOAD
6126
6127=item C<-bareword> allowed under C<use integer>
6128
6129=item Failures in DESTROY()
6130
6131=item Locale bugs fixed
6132
6133=item Memory leaks
6134
6135=item Spurious subroutine stubs after failed subroutine calls
6136
6137=item Taint failures under C<-U>
6138
6139=item END blocks and the C<-c> switch
6140
6141=item Potential to leak DATA filehandles
6142
6143=back
6144
6145=item New or Changed Diagnostics
6146
6147"%s" variable %s masks earlier declaration in same %s, "my sub" not yet
6148implemented, "our" variable %s redeclared, '!' allowed only after types %s,
6149/ cannot take a count, / must be followed by a, A or Z, / must be followed
6150by a*, A* or Z*, / must follow a numeric type, /%s/: Unrecognized escape
6151\\%c passed through, /%s/: Unrecognized escape \\%c in character class
6152passed through, /%s/ should probably be written as "%s", %s() called too
6153early to check prototype, %s argument is not a HASH or ARRAY element, %s
6154argument is not a HASH or ARRAY element or slice, %s argument is not a
6155subroutine name, %s package attribute may clash with future reserved word:
6156%s, (in cleanup) %s, <> should be quotes, Attempt to join self, Bad evalled
6157substitution pattern, Bad realloc() ignored, Bareword found in conditional,
6158Binary number > 0b11111111111111111111111111111111 non-portable, Bit vector
6159size > 32 non-portable, Buffer overflow in prime_env_iter: %s, Can't check
6160filesystem of script "%s", Can't declare class for non-scalar %s in "%s",
6161Can't declare %s in "%s", Can't ignore signal CHLD, forcing to default,
6162Can't modify non-lvalue subroutine call, Can't read CRTL environ, Can't
6163remove %s: %s, skipping file, Can't return %s from lvalue subroutine, Can't
6164weaken a nonreference, Character class [:%s:] unknown, Character class
6165syntax [%s] belongs inside character classes, Constant is not %s reference,
6166constant(%s): %s, CORE::%s is not a keyword, defined(@array) is deprecated,
6167defined(%hash) is deprecated, Did not produce a valid header, (Did you mean
6168"local" instead of "our"?), Document contains no data, entering effective
6169%s failed, false [] range "%s" in regexp, Filehandle %s opened only for
6170output, flock() on closed filehandle %s, Global symbol "%s" requires
6171explicit package name, Hexadecimal number > 0xffffffff non-portable,
6172Ill-formed CRTL environ value "%s", Ill-formed message in prime_env_iter:
6173|%s|, Illegal binary digit %s, Illegal binary digit %s ignored, Illegal
6174number of bits in vec, Integer overflow in %s number, Invalid %s attribute:
6175%s, Invalid %s attributes: %s, invalid [] range "%s" in regexp, Invalid
6176separator character %s in attribute list, Invalid separator character %s in
6177subroutine attribute list, leaving effective %s failed, Lvalue subs
6178returning %s not implemented yet, Method %s not permitted, Missing
6179%sbrace%s on \N{}, Missing command in piped open, Missing name in "my sub",
6180No %s specified for -%c, No package name allowed for variable %s in "our",
6181No space allowed after -%c, no UTC offset information; assuming local time
6182is UTC, Octal number > 037777777777 non-portable, panic: del_backref,
6183panic: kid popen errno read, panic: magic_killbackrefs, Parentheses missing
6184around "%s" list, Possible unintended interpolation of %s in string,
6185Possible Y2K bug: %s, pragma "attrs" is deprecated, use "sub NAME : ATTRS"
6186instead, Premature end of script headers, Repeat count in pack overflows,
6187Repeat count in unpack overflows, realloc() of freed memory ignored,
6188Reference is already weak, setpgrp can't take arguments, Strange *+?{} on
6189zero-length expression, switching effective %s is not implemented, This
6190Perl can't reset CRTL environ elements (%s), This Perl can't set CRTL
6191environ elements (%s=%s), Too late to run %s block, Unknown open() mode
6192'%s', Unknown process %x sent message to prime_env_iter: %s, Unrecognized
6193escape \\%c passed through, Unterminated attribute parameter in attribute
6194list, Unterminated attribute list, Unterminated attribute parameter in
6195subroutine attribute list, Unterminated subroutine attribute list, Value of
6196CLI symbol "%s" too long, Version number must be a constant number
6197
6198=item New tests
6199
6200=item Incompatible Changes
6201
6202=over 4
6203
6204=item Perl Source Incompatibilities
6205
6206CHECK is a new keyword, Treatment of list slices of undef has changed,
6207Format of $English::PERL_VERSION is different, Literals of the form
6208C<1.2.3> parse differently, Possibly changed pseudo-random number
6209generator, Hashing function for hash keys has changed, C<undef> fails on
6210read only values, Close-on-exec bit may be set on pipe and socket handles,
6211Writing C<"$$1"> to mean C<"${$}1"> is unsupported, delete(), each(),
6212values() and C<\(%h)>, vec(EXPR,OFFSET,BITS) enforces powers-of-two BITS,
6213Text of some diagnostic output has changed, C<%@> has been removed,
6214Parenthesized not() behaves like a list operator, Semantics of bareword
6215prototype C<(*)> have changed, Semantics of bit operators may have changed
6216on 64-bit platforms, More builtins taint their results
6217
6218=item C Source Incompatibilities
6219
6220C<PERL_POLLUTE>, C<PERL_IMPLICIT_CONTEXT>, C<PERL_POLLUTE_MALLOC>
6221
6222=item Compatible C Source API Changes
6223
6224C<PATCHLEVEL> is now C<PERL_VERSION>
6225
6226=item Binary Incompatibilities
6227
6228=back
6229
6230=item Known Problems
6231
6232=over 4
6233
6234=item Localizing a tied hash element may leak memory
6235
6236=item Known test failures
6237
ff426ff2 6238, ,
493a87da
JH
6239
6240=item EBCDIC platforms not fully supported
6241
6242=item UNICOS/mk CC failures during Configure run
6243
6244=item Arrow operator and arrays
6245
6246=item Experimental features
6247
6248Threads, Unicode, 64-bit support, Lvalue subroutines, Weak references, The
6249pseudo-hash data type, The Compiler suite, Internal implementation of file
6250globbing, The DB module, The regular expression code constructs:
6251
6252=back
6253
6254=item Obsolete Diagnostics
6255
6256Character class syntax [: :] is reserved for future extensions, Ill-formed
6257logical name |%s| in prime_env_iter, In string, @%s now must be written as
6258\@%s, Probable precedence problem on %s, regexp too big, Use of "$$<digit>"
6259to mean "${$}<digit>" is deprecated
6260
6261=item Reporting Bugs
6262
6263=item SEE ALSO
6264
6265=item HISTORY
6266
6267=back
6268
f502af34 6269=head2 perl56delta - what's new for perl v5.6.0
14218588 6270
d420ca49 6271=over 4
a45bd81d 6272
14218588
GS
6273=item DESCRIPTION
6274
4755096e 6275=item Core Enhancements
14218588 6276
d420ca49 6277=over 4
14218588 6278
4755096e 6279=item Interpreter cloning, threads, and concurrency
14218588 6280
4755096e 6281=item Lexically scoped warning categories
14218588 6282
4755096e 6283=item Unicode and UTF-8 support
14218588 6284
4755096e 6285=item Support for interpolating named characters
14218588 6286
4755096e 6287=item "our" declarations
14218588 6288
4755096e 6289=item Support for strings represented as a vector of ordinals
14218588 6290
4755096e 6291=item Improved Perl version numbering system
14218588 6292
4755096e 6293=item New syntax for declaring subroutine attributes
14218588 6294
4755096e 6295=item File and directory handles can be autovivified
14218588 6296
4755096e 6297=item open() with more than two arguments
14218588 6298
4755096e 6299=item 64-bit support
14218588 6300
4755096e 6301=item Large file support
14218588 6302
4755096e 6303=item Long doubles
14218588 6304
4755096e 6305=item "more bits"
14218588 6306
4755096e 6307=item Enhanced support for sort() subroutines
14218588 6308
4755096e 6309=item C<sort $coderef @foo> allowed
14218588 6310
4755096e 6311=item File globbing implemented internally
14218588 6312
4755096e 6313=item Support for CHECK blocks
14218588 6314
4755096e 6315=item POSIX character class syntax [: :] supported
14218588 6316
4755096e 6317=item Better pseudo-random number generator
a45bd81d 6318
4755096e 6319=item Improved C<qw//> operator
8ebc5c01 6320
4755096e 6321=item Better worst-case behavior of hashes
a45bd81d 6322
4755096e 6323=item pack() format 'Z' supported
8ebc5c01 6324
4755096e 6325=item pack() format modifier '!' supported
8ebc5c01 6326
4755096e 6327=item pack() and unpack() support counted strings
8ebc5c01 6328
4755096e 6329=item Comments in pack() templates
8ebc5c01 6330
4755096e 6331=item Weak references
8ebc5c01 6332
4755096e 6333=item Binary numbers supported
8ebc5c01 6334
4755096e 6335=item Lvalue subroutines
14218588 6336
4755096e 6337=item Some arrows may be omitted in calls through references
8ebc5c01 6338
4755096e 6339=item Boolean assignment operators are legal lvalues
8ebc5c01 6340
4755096e 6341=item exists() is supported on subroutine names
8ebc5c01 6342
4755096e 6343=item exists() and delete() are supported on array elements
cb1a09d0 6344
4755096e 6345=item Pseudo-hashes work better
cb1a09d0 6346
4755096e 6347=item Automatic flushing of output buffers
cb1a09d0 6348
4755096e 6349=item Better diagnostics on meaningless filehandle operations
cb1a09d0 6350
4755096e 6351=item Where possible, buffered data discarded from duped input filehandle
a45bd81d 6352
4755096e 6353=item eof() has the same old magic as <>
cb1a09d0 6354
4755096e 6355=item binmode() can be used to set :crlf and :raw modes
a45bd81d 6356
4755096e 6357=item C<-T> filetest recognizes UTF-8 encoded files as "text"
cb1a09d0 6358
4755096e 6359=item system(), backticks and pipe open now reflect exec() failure
cb1a09d0 6360
4755096e 6361=item Improved diagnostics
cb1a09d0 6362
4755096e 6363=item Diagnostics follow STDERR
cb1a09d0 6364
4755096e 6365=item More consistent close-on-exec behavior
cb1a09d0 6366
4755096e 6367=item syswrite() ease-of-use
cb1a09d0 6368
4755096e 6369=item Better syntax checks on parenthesized unary operators
cb1a09d0 6370
4755096e 6371=item Bit operators support full native integer width
cb1a09d0 6372
4755096e 6373=item Improved security features
cb1a09d0 6374
4755096e 6375=item More functional bareword prototype (*)
cb1a09d0 6376
4755096e 6377=item C<require> and C<do> may be overridden
cb1a09d0 6378
4755096e 6379=item $^X variables may now have names longer than one character
4fdae800 6380
4755096e 6381=item New variable $^C reflects C<-c> switch
cb1a09d0 6382
4755096e 6383=item New variable $^V contains Perl version as a string
cb1a09d0 6384
4755096e 6385=item Optional Y2K warnings
cb1a09d0 6386
4755096e 6387=item Arrays now always interpolate into double-quoted strings
cb1a09d0 6388
a45bd81d
GS
6389=back
6390
4755096e 6391=item Modules and Pragmata
cb1a09d0 6392
d420ca49 6393=over 4
a45bd81d 6394
4755096e 6395=item Modules
cb1a09d0 6396
4755096e
GS
6397attributes, B, Benchmark, ByteLoader, constant, charnames, Data::Dumper,
6398DB, DB_File, Devel::DProf, Devel::Peek, Dumpvalue, DynaLoader, English,
6399Env, Fcntl, File::Compare, File::Find, File::Glob, File::Spec,
6400File::Spec::Functions, Getopt::Long, IO, JPL, lib, Math::BigInt,
6401Math::Complex, Math::Trig, Pod::Parser, Pod::InputObjects, Pod::Checker,
6402podchecker, Pod::ParseUtils, Pod::Find, Pod::Select, podselect, Pod::Usage,
6403pod2usage, Pod::Text and Pod::Man, SDBM_File, Sys::Syslog, Sys::Hostname,
6404Term::ANSIColor, Time::Local, Win32, XSLoader, DBM Filters
cb1a09d0 6405
4755096e 6406=item Pragmata
cb1a09d0 6407
4755096e 6408=back
cb1a09d0 6409
4755096e 6410=item Utility Changes
cb1a09d0 6411
d420ca49 6412=over 4
cb1a09d0 6413
4755096e 6414=item dprofpp
cb1a09d0 6415
4755096e 6416=item find2perl
cb1a09d0 6417
4755096e 6418=item h2xs
cb1a09d0 6419
4755096e 6420=item perlcc
cb1a09d0 6421
4755096e
GS
6422=item perldoc
6423
6424=item The Perl Debugger
cb1a09d0 6425
a45bd81d
GS
6426=back
6427
4755096e 6428=item Improved Documentation
cb1a09d0 6429
4755096e
GS
6430perlapi.pod, perlboot.pod, perlcompile.pod, perldbmfilter.pod,
6431perldebug.pod, perldebguts.pod, perlfork.pod, perlfilter.pod, perlhack.pod,
6432perlintern.pod, perllexwarn.pod, perlnumber.pod, perlopentut.pod,
6433perlreftut.pod, perltootc.pod, perltodo.pod, perlunicode.pod
a45bd81d 6434
4755096e 6435=item Performance enhancements
cb1a09d0 6436
d420ca49 6437=over 4
cb1a09d0 6438
4755096e 6439=item Simple sort() using { $a <=> $b } and the like are optimized
cb1a09d0 6440
4755096e 6441=item Optimized assignments to lexical variables
193fb0af 6442
4755096e
GS
6443=item Faster subroutine calls
6444
6445=item delete(), each(), values() and hash iteration are faster
193fb0af
GS
6446
6447=back
6448
4755096e 6449=item Installation and Configuration Improvements
cb1a09d0 6450
d420ca49 6451=over 4
cb1a09d0 6452
4755096e 6453=item -Dusethreads means something different
68dc0745 6454
4755096e 6455=item New Configure flags
68dc0745 6456
4755096e 6457=item Threadedness and 64-bitness now more daring
68dc0745 6458
4755096e 6459=item Long Doubles
cb1a09d0 6460
4755096e 6461=item -Dusemorebits
55497cff 6462
4755096e
GS
6463=item -Duselargefiles
6464
6465=item installusrbinperl
6466
6467=item SOCKS support
6468
6469=item C<-A> flag
6470
6471=item Enhanced Installation Directories
193fb0af 6472
8ebc5c01 6473=back
6474
4755096e 6475=item Platform specific changes
55497cff 6476
d420ca49 6477=over 4
cb1a09d0 6478
4755096e 6479=item Supported platforms
193fb0af 6480
4755096e 6481=item DOS
55497cff 6482
4755096e
GS
6483=item OS390 (OpenEdition MVS)
6484
6485=item VMS
6486
6487=item Win32
55497cff 6488
c90c0ff4 6489=back
6490
4755096e 6491=item Significant bug fixes
c90c0ff4 6492
d420ca49 6493=over 4
c90c0ff4 6494
4755096e 6495=item <HANDLE> on empty files
c90c0ff4 6496
4755096e 6497=item C<eval '...'> improvements
c90c0ff4 6498
4755096e 6499=item All compilation errors are true errors
c90c0ff4 6500
4755096e 6501=item Implicitly closed filehandles are safer
cb1a09d0 6502
4755096e 6503=item Behavior of list slices is more consistent
cb1a09d0 6504
4755096e 6505=item C<(\$)> prototype and C<$foo{a}>
cb1a09d0 6506
4755096e 6507=item C<goto &sub> and AUTOLOAD
c90c0ff4 6508
4755096e 6509=item C<-bareword> allowed under C<use integer>
c90c0ff4 6510
4755096e 6511=item Failures in DESTROY()
cb1a09d0 6512
4755096e
GS
6513=item Locale bugs fixed
6514
6515=item Memory leaks
6516
6517=item Spurious subroutine stubs after failed subroutine calls
cb1a09d0 6518
4755096e 6519=item Taint failures under C<-U>
55497cff 6520
4755096e 6521=item END blocks and the C<-c> switch
55497cff 6522
4755096e 6523=item Potential to leak DATA filehandles
55497cff 6524
a45bd81d
GS
6525=back
6526
4755096e 6527=item New or Changed Diagnostics
a45bd81d 6528
4755096e
GS
6529"%s" variable %s masks earlier declaration in same %s, "my sub" not yet
6530implemented, "our" variable %s redeclared, '!' allowed only after types %s,
6531/ cannot take a count, / must be followed by a, A or Z, / must be followed
6532by a*, A* or Z*, / must follow a numeric type, /%s/: Unrecognized escape
6533\\%c passed through, /%s/: Unrecognized escape \\%c in character class
6534passed through, /%s/ should probably be written as "%s", %s() called too
6535early to check prototype, %s argument is not a HASH or ARRAY element, %s
6536argument is not a HASH or ARRAY element or slice, %s argument is not a
6537subroutine name, %s package attribute may clash with future reserved word:
6538%s, (in cleanup) %s, <> should be quotes, Attempt to join self, Bad evalled
6539substitution pattern, Bad realloc() ignored, Bareword found in conditional,
6540Binary number > 0b11111111111111111111111111111111 non-portable, Bit vector
6541size > 32 non-portable, Buffer overflow in prime_env_iter: %s, Can't check
6542filesystem of script "%s", Can't declare class for non-scalar %s in "%s",
6543Can't declare %s in "%s", Can't ignore signal CHLD, forcing to default,
6544Can't modify non-lvalue subroutine call, Can't read CRTL environ, Can't
6545remove %s: %s, skipping file, Can't return %s from lvalue subroutine, Can't
6546weaken a nonreference, Character class [:%s:] unknown, Character class
6547syntax [%s] belongs inside character classes, Constant is not %s reference,
6548constant(%s): %s, CORE::%s is not a keyword, defined(@array) is deprecated,
6549defined(%hash) is deprecated, Did not produce a valid header, (Did you mean
6550"local" instead of "our"?), Document contains no data, entering effective
6551%s failed, false [] range "%s" in regexp, Filehandle %s opened only for
6552output, flock() on closed filehandle %s, Global symbol "%s" requires
6553explicit package name, Hexadecimal number > 0xffffffff non-portable,
6554Ill-formed CRTL environ value "%s", Ill-formed message in prime_env_iter:
6555|%s|, Illegal binary digit %s, Illegal binary digit %s ignored, Illegal
6556number of bits in vec, Integer overflow in %s number, Invalid %s attribute:
6557%s, Invalid %s attributes: %s, invalid [] range "%s" in regexp, Invalid
6558separator character %s in attribute list, Invalid separator character %s in
6559subroutine attribute list, leaving effective %s failed, Lvalue subs
6560returning %s not implemented yet, Method %s not permitted, Missing
6561%sbrace%s on \N{}, Missing command in piped open, Missing name in "my sub",
6562No %s specified for -%c, No package name allowed for variable %s in "our",
6563No space allowed after -%c, no UTC offset information; assuming local time
6564is UTC, Octal number > 037777777777 non-portable, panic: del_backref,
6565panic: kid popen errno read, panic: magic_killbackrefs, Parentheses missing
6566around "%s" list, Possible unintended interpolation of %s in string,
6567Possible Y2K bug: %s, pragma "attrs" is deprecated, use "sub NAME : ATTRS"
6568instead, Premature end of script headers, Repeat count in pack overflows,
6569Repeat count in unpack overflows, realloc() of freed memory ignored,
6570Reference is already weak, setpgrp can't take arguments, Strange *+?{} on
6571zero-length expression, switching effective %s is not implemented, This
6572Perl can't reset CRTL environ elements (%s), This Perl can't set CRTL
6573environ elements (%s=%s), Too late to run %s block, Unknown open() mode
6574'%s', Unknown process %x sent message to prime_env_iter: %s, Unrecognized
6575escape \\%c passed through, Unterminated attribute parameter in attribute
6576list, Unterminated attribute list, Unterminated attribute parameter in
6577subroutine attribute list, Unterminated subroutine attribute list, Value of
6578CLI symbol "%s" too long, Version number must be a constant number
14218588 6579
4755096e 6580=item New tests
14218588 6581
4755096e 6582=item Incompatible Changes
14218588 6583
d420ca49 6584=over 4
14218588 6585
4755096e 6586=item Perl Source Incompatibilities
14218588 6587
4755096e
GS
6588CHECK is a new keyword, Treatment of list slices of undef has changed,
6589Format of $English::PERL_VERSION is different, Literals of the form
6590C<1.2.3> parse differently, Possibly changed pseudo-random number
6591generator, Hashing function for hash keys has changed, C<undef> fails on
6592read only values, Close-on-exec bit may be set on pipe and socket handles,
983dbef6
JH
6593Writing C<"$$1"> to mean C<"${$}1"> is unsupported, delete(), each(),
6594values() and C<\(%h)>, vec(EXPR,OFFSET,BITS) enforces powers-of-two BITS,
6595Text of some diagnostic output has changed, C<%@> has been removed,
6596Parenthesized not() behaves like a list operator, Semantics of bareword
6597prototype C<(*)> have changed, Semantics of bit operators may have changed
6598on 64-bit platforms, More builtins taint their results
14218588 6599
4755096e 6600=item C Source Incompatibilities
14218588 6601
4755096e 6602C<PERL_POLLUTE>, C<PERL_IMPLICIT_CONTEXT>, C<PERL_POLLUTE_MALLOC>
14218588 6603
4755096e 6604=item Compatible C Source API Changes
a45bd81d 6605
4755096e 6606C<PATCHLEVEL> is now C<PERL_VERSION>
55497cff 6607
4755096e 6608=item Binary Incompatibilities
a45bd81d 6609
4755096e 6610=back
55497cff 6611
4755096e 6612=item Known Problems
55497cff 6613
d420ca49 6614=over 4
55497cff 6615
4755096e 6616=item Thread test failures
b38f6a39 6617
4755096e 6618=item EBCDIC platforms not supported
774d564b 6619
4755096e 6620=item In 64-bit HP-UX the lib/io_multihomed test may hang
774d564b 6621
4755096e 6622=item NEXTSTEP 3.3 POSIX test failure
774d564b 6623
4755096e
GS
6624=item Tru64 (aka Digital UNIX, aka DEC OSF/1) lib/sdbm test failure with
6625gcc
cb1a09d0 6626
4755096e 6627=item UNICOS/mk CC failures during Configure run
cb1a09d0 6628
4755096e 6629=item Arrow operator and arrays
cb1a09d0 6630
4755096e 6631=item Experimental features
cb1a09d0 6632
4755096e
GS
6633Threads, Unicode, 64-bit support, Lvalue subroutines, Weak references, The
6634pseudo-hash data type, The Compiler suite, Internal implementation of file
983dbef6 6635globbing, The DB module, The regular expression code constructs:
cb1a09d0 6636
b38f6a39 6637=back
cb1a09d0 6638
4755096e 6639=item Obsolete Diagnostics
b38f6a39 6640
4755096e
GS
6641Character class syntax [: :] is reserved for future extensions, Ill-formed
6642logical name |%s| in prime_env_iter, In string, @%s now must be written as
6643\@%s, Probable precedence problem on %s, regexp too big, Use of "$$<digit>"
6644to mean "${$}<digit>" is deprecated
6645
6646=item Reporting Bugs
cb1a09d0 6647
b38f6a39 6648=item SEE ALSO
cb1a09d0 6649
4755096e 6650=item HISTORY
193fb0af 6651
8ebc5c01 6652=back
cb1a09d0 6653
f502af34 6654=head2 perl5005delta - what's new for perl5.005
193fb0af 6655
d420ca49 6656=over 4
193fb0af 6657
b38f6a39 6658=item DESCRIPTION
193fb0af 6659
4755096e 6660=item About the new versioning system
193fb0af 6661
4755096e 6662=item Incompatible Changes
193fb0af 6663
d420ca49 6664=over 4
b38f6a39 6665
4755096e 6666=item WARNING: This version is not binary compatible with Perl 5.004.
b38f6a39 6667
4755096e 6668=item Default installation structure has changed
b38f6a39 6669
4755096e 6670=item Perl Source Compatibility
193fb0af 6671
4755096e 6672=item C Source Compatibility
b38f6a39 6673
4755096e 6674=item Binary Compatibility
b38f6a39 6675
4755096e 6676=item Security fixes may affect compatibility
b38f6a39 6677
4755096e 6678=item Relaxed new mandatory warnings introduced in 5.004
b38f6a39 6679
4755096e 6680=item Licensing
193fb0af
GS
6681
6682=back
cb1a09d0 6683
4755096e 6684=item Core Changes
fb9cefb4 6685
d420ca49 6686=over 4
fb9cefb4 6687
4755096e 6688=item Threads
fb9cefb4 6689
4755096e 6690=item Compiler
fb9cefb4 6691
4755096e 6692=item Regular Expressions
fb9cefb4 6693
4755096e
GS
6694Many new and improved optimizations, Many bug fixes, New regular expression
6695constructs, New operator for precompiled regular expressions, Other
6696improvements, Incompatible changes
fb9cefb4 6697
4755096e 6698=item Improved malloc()
fb9cefb4 6699
4755096e 6700=item Quicksort is internally implemented
ac65edd0 6701
4755096e 6702=item Reliable signals
ac65edd0 6703
4755096e 6704=item Reliable stack pointers
ac65edd0 6705
4755096e 6706=item More generous treatment of carriage returns
ac65edd0 6707
4755096e 6708=item Memory leaks
ac65edd0 6709
4755096e 6710=item Better support for multiple interpreters
ac65edd0 6711
4755096e 6712=item Behavior of local() on array and hash elements is now well-defined
ac65edd0 6713
4755096e 6714=item C<%!> is transparently tied to the L<Errno> module
ac65edd0 6715
4755096e 6716=item Pseudo-hashes are supported
b38f6a39 6717
4755096e 6718=item C<EXPR foreach EXPR> is supported
ac65edd0 6719
4755096e 6720=item Keywords can be globally overridden
ac65edd0 6721
4755096e 6722=item C<$^E> is meaningful on Win32
ac65edd0 6723
4755096e 6724=item C<foreach (1..1000000)> optimized
cb1a09d0 6725
4755096e 6726=item C<Foo::> can be used as implicitly quoted package name
a45bd81d 6727
4755096e 6728=item C<exists $Foo::{Bar::}> tests existence of a package
cb1a09d0 6729
4755096e 6730=item Better locale support
a45bd81d 6731
4755096e 6732=item Experimental support for 64-bit platforms
cb1a09d0 6733
4755096e 6734=item prototype() returns useful results on builtins
a45bd81d 6735
4755096e 6736=item Extended support for exception handling
cb1a09d0 6737
4755096e 6738=item Re-blessing in DESTROY() supported for chaining DESTROY() methods
cb1a09d0 6739
4755096e 6740=item All C<printf> format conversions are handled internally
55497cff 6741
4755096e 6742=item New C<INIT> keyword
b971f6e4 6743
4755096e 6744=item New C<lock> keyword
cb1a09d0 6745
4755096e 6746=item New C<qr//> operator
a6006777 6747
4755096e 6748=item C<our> is now a reserved word
68dc0745 6749
4755096e 6750=item Tied arrays are now fully supported
cb1a09d0 6751
4755096e
GS
6752=item Tied handles support is better
6753
6754=item 4th argument to substr
6755
6756=item Negative LENGTH argument to splice
6757
6758=item Magic lvalues are now more magical
6759
6760=item <> now reads in records
193fb0af 6761
a45bd81d
GS
6762=back
6763
4755096e 6764=item Supported Platforms
cb1a09d0 6765
d420ca49 6766=over 4
a45bd81d 6767
4755096e 6768=item New Platforms
cb1a09d0 6769
4755096e 6770=item Changes in existing support
cb1a09d0 6771
4755096e 6772=back
cb1a09d0 6773
4755096e 6774=item Modules and Pragmata
cb1a09d0 6775
d420ca49 6776=over 4
cb1a09d0 6777
4755096e 6778=item New Modules
cb1a09d0 6779
4755096e
GS
6780B, Data::Dumper, Dumpvalue, Errno, File::Spec, ExtUtils::Installed,
6781ExtUtils::Packlist, Fatal, IPC::SysV, Test, Tie::Array, Tie::Handle,
6782Thread, attrs, fields, re
cb1a09d0 6783
4755096e 6784=item Changes in existing modules
cb1a09d0 6785
4755096e 6786Benchmark, Carp, CGI, Fcntl, Math::Complex, Math::Trig, POSIX, DB_File,
4d4e713d 6787MakeMaker, CPAN, Cwd
cb1a09d0 6788
4755096e 6789=back
cb1a09d0 6790
4755096e 6791=item Utility Changes
cb1a09d0 6792
4755096e
GS
6793=item Documentation Changes
6794
6795=item New Diagnostics
6796
6797Ambiguous call resolved as CORE::%s(), qualify as such or use &, Bad index
6798while coercing array into hash, Bareword "%s" refers to nonexistent
6799package, Can't call method "%s" on an undefined value, Can't check
6800filesystem of script "%s" for nosuid, Can't coerce array into hash, Can't
6801goto subroutine from an eval-string, Can't localize pseudo-hash element,
6802Can't use %%! because Errno.pm is not available, Cannot find an opnumber
6803for "%s", Character class syntax [. .] is reserved for future extensions,
6804Character class syntax [: :] is reserved for future extensions, Character
6805class syntax [= =] is reserved for future extensions, %s: Eval-group in
6806insecure regular expression, %s: Eval-group not allowed, use re 'eval', %s:
6807Eval-group not allowed at run time, Explicit blessing to '' (assuming
6808package main), Illegal hex digit ignored, No such array field, No such
6809field "%s" in variable %s of type %s, Out of memory during ridiculously
6810large request, Range iterator outside integer range, Recursive inheritance
ab648d5e
JH
6811detected while looking for method '%s' %s, Reference found where even-sized
6812list expected, Undefined value assigned to typeglob, Use of reserved word
6813"%s" is deprecated, perl: warning: Setting locale failed
cb1a09d0 6814
4755096e 6815=item Obsolete Diagnostics
cb1a09d0 6816
4755096e
GS
6817Can't mktemp(), Can't write to temp file for B<-e>: %s, Cannot open
6818temporary file, regexp too big
cb1a09d0 6819
4755096e 6820=item Configuration Changes
cb1a09d0 6821
4755096e 6822=item BUGS
cb1a09d0 6823
4755096e 6824=item SEE ALSO
cb1a09d0 6825
4755096e 6826=item HISTORY
cb1a09d0 6827
4755096e 6828=back
cb1a09d0 6829
f502af34 6830=head2 perl5004delta - what's new for perl5.004
cb1a09d0 6831
d420ca49 6832=over 4
cb1a09d0 6833
4755096e 6834=item DESCRIPTION
cb1a09d0 6835
4755096e 6836=item Supported Environments
cb1a09d0 6837
4755096e 6838=item Core Changes
cb1a09d0 6839
d420ca49 6840=over 4
cb1a09d0 6841
4755096e 6842=item List assignment to %ENV works
cb1a09d0 6843
d420ca49 6844=item Change to "Can't locate Foo.pm in @INC" error
cb1a09d0 6845
4755096e 6846=item Compilation option: Binary compatibility with 5.003
cb1a09d0 6847
4755096e 6848=item $PERL5OPT environment variable
cb1a09d0 6849
4755096e 6850=item Limitations on B<-M>, B<-m>, and B<-T> options
cb1a09d0 6851
4755096e 6852=item More precise warnings
cb1a09d0 6853
4755096e 6854=item Deprecated: Inherited C<AUTOLOAD> for non-methods
cb1a09d0 6855
4755096e 6856=item Previously deprecated %OVERLOAD is no longer usable
cb1a09d0 6857
4755096e 6858=item Subroutine arguments created only when they're modified
cb1a09d0 6859
4755096e 6860=item Group vector changeable with C<$)>
a45bd81d 6861
4755096e 6862=item Fixed parsing of $$<digit>, &$<digit>, etc.
fb9cefb4 6863
4755096e 6864=item Fixed localization of $<digit>, $&, etc.
a45bd81d 6865
4755096e 6866=item No resetting of $. on implicit close
fb9cefb4 6867
4755096e 6868=item C<wantarray> may return undef
fb9cefb4 6869
4755096e 6870=item C<eval EXPR> determines value of EXPR in scalar context
fb9cefb4 6871
4755096e 6872=item Changes to tainting checks
fb9cefb4 6873
4755096e
GS
6874No glob() or <*>, No spawning if tainted $CDPATH, $ENV, $BASH_ENV, No
6875spawning if tainted $TERM doesn't look like a terminal name
fb9cefb4 6876
4755096e 6877=item New Opcode module and revised Safe module
14218588 6878
4755096e 6879=item Embedding improvements
fb9cefb4 6880
4755096e 6881=item Internal change: FileHandle class based on IO::* classes
fb9cefb4 6882
4755096e 6883=item Internal change: PerlIO abstraction interface
fb9cefb4 6884
4755096e 6885=item New and changed syntax
fb9cefb4 6886
4755096e 6887$coderef->(PARAMS)
fb9cefb4 6888
4755096e 6889=item New and changed builtin constants
fb9cefb4 6890
4755096e 6891__PACKAGE__
14218588 6892
4755096e 6893=item New and changed builtin variables
14218588 6894
4755096e 6895$^E, $^H, $^M
fb9cefb4 6896
4755096e 6897=item New and changed builtin functions
fb9cefb4 6898
4755096e
GS
6899delete on slices, flock, printf and sprintf, keys as an lvalue, my() in
6900Control Structures, pack() and unpack(), sysseek(), use VERSION, use Module
6901VERSION LIST, prototype(FUNCTION), srand, $_ as Default, C<m//gc> does not
6902reset search position on failure, C<m//x> ignores whitespace before ?*+{},
6903nested C<sub{}> closures work now, formats work right on changing lexicals
fb9cefb4 6904
4755096e 6905=item New builtin methods
fb9cefb4 6906
4755096e 6907isa(CLASS), can(METHOD), VERSION( [NEED] )
fb9cefb4 6908
4755096e 6909=item TIEHANDLE now supported
fb9cefb4 6910
4755096e
GS
6911TIEHANDLE classname, LIST, PRINT this, LIST, PRINTF this, LIST, READ this
6912LIST, READLINE this, GETC this, DESTROY this
fb9cefb4 6913
4755096e 6914=item Malloc enhancements
fb9cefb4 6915
4755096e 6916-DPERL_EMERGENCY_SBRK, -DPACK_MALLOC, -DTWO_POT_OPTIMIZE
fb9cefb4 6917
4755096e 6918=item Miscellaneous efficiency enhancements
fb9cefb4 6919
4755096e 6920=back
fb9cefb4 6921
4755096e 6922=item Support for More Operating Systems
fb9cefb4 6923
d420ca49 6924=over 4
fb9cefb4 6925
4755096e 6926=item Win32
14218588 6927
4755096e 6928=item Plan 9
fb9cefb4 6929
4755096e 6930=item QNX
fb9cefb4 6931
4755096e 6932=item AmigaOS
fb9cefb4 6933
fb9cefb4
GS
6934=back
6935
4755096e
GS
6936=item Pragmata
6937
6938use autouse MODULE => qw(sub1 sub2 sub3), use blib, use blib 'dir', use
6939constant NAME => VALUE, use locale, use ops, use vmsish
6940
6941=item Modules
fb9cefb4 6942
d420ca49 6943=over 4
fb9cefb4 6944
4755096e 6945=item Required Updates
fb9cefb4 6946
4755096e 6947=item Installation directories
fb9cefb4 6948
4755096e 6949=item Module information summary
fb9cefb4 6950
4755096e 6951=item Fcntl
14218588 6952
4755096e 6953=item IO
14218588 6954
4755096e 6955=item Math::Complex
b38f6a39 6956
4755096e 6957=item Math::Trig
37590e52 6958
4755096e 6959=item DB_File
fb9cefb4 6960
4755096e
GS
6961=item Net::Ping
6962
6963=item Object-oriented overrides for builtin operators
fb9cefb4 6964
a45bd81d
GS
6965=back
6966
4755096e 6967=item Utility Changes
cb1a09d0 6968
d420ca49 6969=over 4
a45bd81d 6970
4755096e 6971=item pod2html
a45bd81d 6972
4755096e 6973Sends converted HTML to standard output
cb1a09d0 6974
4755096e 6975=item xsubpp
a45bd81d 6976
4755096e 6977C<void> XSUBs now default to returning nothing
cb1a09d0 6978
4755096e 6979=back
d516a115 6980
4755096e 6981=item C Language API Changes
d516a115 6982
4755096e
GS
6983C<gv_fetchmethod> and C<perl_call_sv>, C<perl_eval_pv>, Extended API for
6984manipulating hashes
d516a115 6985
4755096e 6986=item Documentation Changes
d516a115 6987
4755096e
GS
6988L<perldelta>, L<perlfaq>, L<perllocale>, L<perltoot>, L<perlapio>,
6989L<perlmodlib>, L<perldebug>, L<perlsec>
d516a115 6990
4755096e 6991=item New Diagnostics
cb1a09d0 6992
4755096e
GS
6993"my" variable %s masks earlier declaration in same scope, %s argument is
6994not a HASH element or slice, Allocation too large: %lx, Allocation too
6995large, Applying %s to %s will act on scalar(%s), Attempt to free
6996nonexistent shared string, Attempt to use reference as lvalue in substr,
6997Bareword "%s" refers to nonexistent package, Can't redefine active sort
6998subroutine %s, Can't use bareword ("%s") as %s ref while "strict refs" in
6999use, Cannot resolve method `%s' overloading `%s' in package `%s', Constant
7000subroutine %s redefined, Constant subroutine %s undefined, Copy method did
7001not return a reference, Died, Exiting pseudo-block via %s, Identifier too
7002long, Illegal character %s (carriage return), Illegal switch in PERL5OPT:
7003%s, Integer overflow in hex number, Integer overflow in octal number,
7004internal error: glob failed, Invalid conversion in %s: "%s", Invalid type
7005in pack: '%s', Invalid type in unpack: '%s', Name "%s::%s" used only once:
7006possible typo, Null picture in formline, Offset outside string, Out of
7007memory!, Out of memory during request for %s, panic: frexp, Possible
7008attempt to put comments in qw() list, Possible attempt to separate words
7009with commas, Scalar value @%s{%s} better written as $%s{%s}, Stub found
ab648d5e
JH
7010while resolving method `%s' overloading `%s' in %s, Too late for "B<-T>"
7011option, untie attempted while %d inner references still exist, Unrecognized
7012character %s, Unsupported function fork, Use of "$$<digit>" to mean
7013"${$}<digit>" is deprecated, Value of %s can be "0"; test with defined(),
7014Variable "%s" may be unavailable, Variable "%s" will not stay shared,
7015Warning: something's wrong, Ill-formed logical name |%s| in prime_env_iter,
7016Got an error from DosAllocMem, Malformed PERLLIB_PREFIX, PERL_SH_DIR too
7017long, Process terminated by SIG%s
cb1a09d0 7018
4755096e 7019=item BUGS
d516a115 7020
8ebc5c01 7021=item SEE ALSO
cb1a09d0 7022
4755096e 7023=item HISTORY
cb1a09d0 7024
a45bd81d
GS
7025=back
7026
37d4d706
JH
7027=head2 perlaix, README.aix - Perl version 5 on IBM Unix (AIX) systems
7028
d420ca49 7029=over 4
37d4d706
JH
7030
7031=item DESCRIPTION
7032
d420ca49 7033=over 4
37d4d706
JH
7034
7035=item Compiling Perl 5 on AIX
7036
7037=item OS level
7038
7039=item Building Dynamic Extensions on AIX
7040
7041=item The IBM ANSI C Compiler
7042
7043=item Using GNU's gcc for building perl
7044
7045=item Using Large Files with Perl
7046
7047=item Threaded Perl
7048
7049=item 64-bit Perl
7050
27713a04 7051=item AIX 4.2 and extensions using C++ with statics
37d4d706
JH
7052
7053=back
7054
7055=item AUTHOR
7056
7057=item DATE
7058
7059=back
7060
a83b6f46
JH
7061=head2 perlapollo, README.apollo - Perl version 5 on Apollo DomainOS
7062
7063=over 4
7064
7065=item DESCRIPTION
7066
7067=item AUTHOR
7068
7069=back
7070
165c0277 7071=head2 perlamiga - Perl under Amiga OS
cb1a09d0 7072
d420ca49 7073=over 4
a45bd81d 7074
4755096e 7075=item SYNOPSIS
cb1a09d0 7076
a45bd81d
GS
7077=back
7078
d420ca49 7079=over 4
a45bd81d 7080
8ebc5c01 7081=item DESCRIPTION
cb1a09d0 7082
d420ca49 7083=over 4
cb1a09d0 7084
a83b6f46 7085=item Prerequisites for Compiling Perl on AmigaOS
cb1a09d0 7086
4755096e 7087B<Unix emulation for AmigaOS: ixemul.library>, B<Version of Amiga OS>
cb1a09d0 7088
4755096e 7089=item Starting Perl programs under AmigaOS
cb1a09d0 7090
4755096e 7091=item Shortcomings of Perl under AmigaOS
cb1a09d0 7092
4755096e 7093=back
cb1a09d0 7094
4755096e 7095=item INSTALLATION
cb1a09d0 7096
4755096e 7097=item Accessing documentation
cb1a09d0 7098
d420ca49 7099=over 4
cb1a09d0 7100
a83b6f46 7101=item Manpages for Perl on AmigaOS
cb1a09d0 7102
a83b6f46 7103=item Perl HTML Documentation on AmigaOS
cb1a09d0 7104
a83b6f46 7105=item Perl GNU Info Files on AmigaOS
4755096e 7106
a83b6f46 7107=item Perl LaTeX Documentation on AmigaOS
cb1a09d0 7108
8ebc5c01 7109=back
cb1a09d0 7110
a83b6f46 7111=item BUILDING PERL ON AMIGAOS
3e3baf6d 7112
d420ca49 7113=over 4
4755096e 7114
a83b6f46 7115=item Build Prerequisites for Perl on AmigaOS
4755096e 7116
a83b6f46 7117=item Getting the Perl Source for AmigaOS
4755096e 7118
a83b6f46 7119=item Making Perl on AmigaOS
4755096e 7120
a83b6f46 7121=item Testing Perl on AmigaOS
4755096e 7122
a83b6f46 7123=item Installing the built Perl on AmigaOS
4755096e
GS
7124
7125=back
cb1a09d0 7126
165c0277 7127=item AUTHORS
cb1a09d0 7128
4755096e 7129=item SEE ALSO
f86702cc 7130
a45bd81d
GS
7131=back
7132
a83b6f46
JH
7133=head2 perlbeos, README.beos - Perl version 5 on BeOS
7134
7135=over 4
7136
7137=item DESCRIPTION
7138
7139=over 4
7140
7141=item General Issues with Perl on BeOS
7142
7143=item BeOS Release-specific Notes
7144
7145R4 x86, R4 PPC
7146
7147=item Contact Information
7148
ff426ff2 7149=item Update 2002-03-02
04b01f78 7150
a83b6f46
JH
7151=back
7152
7153=back
7154
2d967e39 7155=head2 perlbs2000, README.BS2000 - building and installing Perl for BS2000.
dc5c060f
JH
7156
7157=over 4
7158
7159=item SYNOPSIS
7160
7161=item DESCRIPTION
7162
7163=over 4
7164
a83b6f46 7165=item gzip on BS2000
dc5c060f 7166
a83b6f46 7167=item bison on BS2000
dc5c060f 7168
a83b6f46 7169=item Unpacking Perl Distribution on BS2000
dc5c060f 7170
a83b6f46 7171=item Compiling Perl on BS2000
dc5c060f 7172
a83b6f46 7173=item Testing Perl on BS2000
dc5c060f 7174
a83b6f46 7175=item Installing Perl on BS2000
dc5c060f 7176
a83b6f46 7177=item Using Perl in the Posix-Shell of BS2000
2d967e39
JH
7178
7179=item Using Perl in "native" BS2000
dc5c060f 7180
a83b6f46 7181=item Floating point anomalies on BS2000
dc5c060f
JH
7182
7183=back
7184
7185=item AUTHORS
7186
7187=item SEE ALSO
7188
7189=over 4
7190
7191=item Mailing list
7192
7193=back
7194
7195=item HISTORY
7196
7197=back
7198
a1f19229
JH
7199=over 4
7200
7201=item Name
7202
7203=item Description
7204
7205=item Build
7206
7207=over 4
7208
7209=item Tools & SDK
7210
7211=item Make
7212
7213=back
7214
7215=item Acknowledgements
7216
7217=item Author
7218
7219=back
7220
4755096e 7221=head2 perlcygwin, README.cygwin - Perl for Cygwin
cb1a09d0 7222
d420ca49 7223=over 4
a45bd81d 7224
8ebc5c01 7225=item SYNOPSIS
cb1a09d0 7226
a83b6f46 7227=item PREREQUISITES FOR COMPILING PERL ON CYGWIN
cb1a09d0 7228
d420ca49 7229=over 4
cb1a09d0 7230
4755096e 7231=item Cygwin = GNU+Cygnus+Windows (Don't leave UNIX without it)
cb1a09d0 7232
4755096e 7233=item Cygwin Configuration
cb1a09d0 7234
4755096e 7235C<PATH>, I<nroff>, Permissions
cb1a09d0 7236
a45bd81d
GS
7237=back
7238
a83b6f46 7239=item CONFIGURE PERL ON CYGWIN
cb1a09d0 7240
d420ca49 7241=over 4
a45bd81d 7242
a83b6f46 7243=item Stripping Perl Binaries on Cygwin
cb1a09d0 7244
a83b6f46 7245=item Optional Libraries for Perl on Cygwin
cb1a09d0 7246
4755096e
GS
7247C<-lcrypt>, C<-lgdbm> (C<use GDBM_File>), C<-ldb> (C<use DB_File>),
7248C<-lcygipc> (C<use IPC::SysV>)
cb1a09d0 7249
a83b6f46 7250=item Configure-time Options for Perl on Cygwin
cb1a09d0 7251
248e172a 7252C<-Uusedl>, C<-Uusemymalloc>, C<-Uuseperlio>, C<-Dusemultiplicity>,
ff426ff2
JH
7253C<-Duse64bitint>, C<-Duselongdouble>, C<-Dusethreads>, C<-Duselargefiles>,
7254C<-Dmksymlinks>
cb1a09d0 7255
a83b6f46 7256=item Suspicious Warnings on Cygwin
cb1a09d0 7257
74cac757 7258I<dlsym()>, Win9x and C<d_eofnblk>, Compiler/Preprocessor defines
cb1a09d0 7259
4755096e 7260=back
cb1a09d0 7261
a83b6f46 7262=item MAKE ON CYGWIN
cb1a09d0 7263
d420ca49 7264=over 4
cb1a09d0 7265
a83b6f46 7266=item Warnings on Cygwin
cb1a09d0 7267
a83b6f46 7268=item ld2 on Cygwin
7d2bfb28 7269
4755096e 7270=back
cb1a09d0 7271
a83b6f46 7272=item TEST ON CYGWIN
cb1a09d0 7273
d420ca49 7274=over 4
cb1a09d0 7275
a83b6f46 7276=item File Permissions on Cygwin
7d2bfb28 7277
a83b6f46 7278=item Script Portability on Cygwin
cb1a09d0 7279
4755096e 7280Pathnames, Text/Binary, F<.exe>, chown(), Miscellaneous
cb1a09d0 7281
4755096e 7282=back
cb1a09d0 7283
a83b6f46 7284=item INSTALL PERL ON CYGWIN
cb1a09d0 7285
a83b6f46 7286=item MANIFEST ON CYGWIN
cb1a09d0 7287
4755096e
GS
7288Documentation, Build, Configure, Make, Install, Tests, Compiled Perl
7289Source, Compiled Module Source, Perl Modules/Scripts
7d2bfb28 7290
a83b6f46 7291=item BUGS ON CYGWIN
7d2bfb28 7292
4755096e 7293=item AUTHORS
7d2bfb28 7294
4755096e 7295=item HISTORY
7d2bfb28 7296
4755096e 7297=back
193fb0af 7298
245d750e
JH
7299=head2 perldgux - Perl under DG/UX.
7300
7301=over 4
7302
7303=item SYNOPSIS
7304
7305=back
7306
7307=over 4
7308
7309=item DESCRIPTION
7310
a83b6f46 7311=item BUILDING PERL ON DG/UX
245d750e
JH
7312
7313=over 4
7314
a83b6f46 7315=item Non-threaded Perl on DG/UX
245d750e 7316
a83b6f46 7317=item Threaded Perl on DG/UX
245d750e 7318
a83b6f46 7319=item Testing Perl on DG/UX
245d750e 7320
a83b6f46 7321=item Installing the built perl on DG/UX
245d750e
JH
7322
7323=back
7324
7325=item AUTHOR
7326
7327=item SEE ALSO
7328
7329=back
7330
fa17183e
JH
7331=head2 perldos - Perl under DOS, W31, W95.
7332
7333=over 4
7334
7335=item SYNOPSIS
7336
7337=item DESCRIPTION
7338
7339=over 4
7340
7341=item Prerequisites for Compiling Perl on DOS
7342
7343DJGPP, Pthreads
7344
7345=item Shortcomings of Perl under DOS
7346
7347=item Building Perl on DOS
7348
7349=item Testing Perl on DOS
7350
7351=item Installation of Perl on DOS
7352
7353=back
7354
7355=item BUILDING AND INSTALLING MODULES ON DOS
7356
7357=over 4
7358
7359=item Building Prerequisites for Perl on DOS
7360
7361=item Unpacking CPAN Modules on DOS
7362
7363=item Building Non-XS Modules on DOS
7364
7365=item Building XS Modules on DOS
7366
7367=back
7368
7369=item AUTHOR
7370
7371=item SEE ALSO
7372
7373=back
7374
9a997319
JH
7375=head2 perlepoc, README.epoc - Perl for EPOC
7376
d420ca49 7377=over 4
9a997319
JH
7378
7379=item SYNOPSIS
7380
7381=item INTRODUCTION
7382
7383=item INSTALLING PERL ON EPOC
7384
2d967e39
JH
7385=item STARTING PERL ON EPOC
7386
7387=item STOPPING PERL ON EPOC
7388
9a997319
JH
7389=item USING PERL ON EPOC
7390
d420ca49 7391=over 4
9a997319 7392
a83b6f46 7393=item I/O Redirection on Epoc
9a997319 7394
a83b6f46 7395=item PATH Names on Epoc
9a997319 7396
a83b6f46 7397=item Editors on Epoc
9a997319 7398
a83b6f46 7399=item Features of Perl on Epoc
9a997319 7400
a83b6f46 7401=item Restrictions of Perl on Epoc
9a997319
JH
7402
7403=item Compiling Perl 5 on the EPOC cross compiling environment
7404
7405=back
7406
a83b6f46 7407=item SUPPORT STATUS OF PERL ON EPOC
9a997319
JH
7408
7409=item AUTHOR
7410
7411=item LAST UPDATE
7412
7413=back
7414
4755096e
GS
7415=head2 perlhpux, README.hpux - Perl version 5 on Hewlett-Packard Unix
7416(HP-UX) systems
cb1a09d0 7417
d420ca49 7418=over 4
a45bd81d 7419
cb1a09d0
AD
7420=item DESCRIPTION
7421
d420ca49 7422=over 4
7d2bfb28 7423
35bf961c
JH
7424=item Using perl as shipped with HP-UX
7425
4755096e 7426=item Compiling Perl 5 on HP-UX
7d2bfb28 7427
4755096e 7428=item PA-RISC
cb1a09d0 7429
4755096e 7430=item PA-RISC 1.0
cb1a09d0 7431
4755096e 7432=item PA-RISC 1.1
cb1a09d0 7433
4755096e 7434=item PA-RISC 2.0
cb1a09d0 7435
35bf961c
JH
7436=item Itanium
7437
4755096e 7438=item Portability Between PA-RISC Versions
cb1a09d0 7439
a83b6f46 7440=item Itanium Processor Family and HP-UX
772ff3b9 7441
4755096e 7442=item Building Dynamic Extensions on HP-UX
cb1a09d0 7443
4755096e 7444=item The HP ANSI C Compiler
cb1a09d0 7445
a83b6f46 7446=item Using Large Files with Perl on HP-UX
cb1a09d0 7447
a83b6f46 7448=item Threaded Perl on HP-UX
cb1a09d0 7449
a83b6f46 7450=item 64-bit Perl on HP-UX
cb1a09d0 7451
a83b6f46 7452=item GDBM and Threads on HP-UX
cb1a09d0 7453
a83b6f46 7454=item NFS filesystems and utime(2) on HP-UX
7d2bfb28 7455
a83b6f46 7456=item perl -P and // and HP-UX
7029d033 7457
a83b6f46 7458=item HP-UX Kernel Parameters (maxdsiz) for Compiling Perl
772ff3b9 7459
4755096e 7460=back
a45bd81d 7461
35bf961c
JH
7462=item nss_delete core dump from op/pwent or op/grent
7463
4755096e 7464=item AUTHOR
a45bd81d 7465
4755096e 7466=item DATE
7d2bfb28 7467
4755096e 7468=back
7d2bfb28 7469
a83b6f46
JH
7470=head2 perlhurd, README.hurd - Perl version 5 on Hurd
7471
7472=over 4
7473
7474=item DESCRIPTION
7475
7476=over 4
7477
7478=item Known Problems with Perl on Hurd
7479
7480=back
7481
7482=item AUTHOR
7483
7484=back
7485
4755096e
GS
7486=head2 perlmachten, README.machten - Perl version 5 on Power MachTen
7487systems
7d2bfb28 7488
d420ca49 7489=over 4
7d2bfb28 7490
4755096e 7491=item DESCRIPTION
7d2bfb28 7492
d420ca49 7493=over 4
c76ac1ee 7494
4755096e 7495=item Compiling Perl 5 on MachTen
c76ac1ee 7496
a83b6f46 7497=item Failures during C<make test> on MachTen
2e1d04bc 7498
4755096e 7499op/lexassign.t, pragma/warnings.t
c76ac1ee 7500
a83b6f46 7501=item Building external modules on MachTen
c76ac1ee 7502
4755096e 7503=back
c76ac1ee 7504
4755096e 7505=item AUTHOR
c76ac1ee 7506
4755096e 7507=item DATE
c76ac1ee
GS
7508
7509=back
7510
e42c74e1
JH
7511=head2 perlmacos, README.macos - Perl under Mac OS (Classic)
7512
7513=over 4
7514
7515=item SYNOPSIS
7516
7517=item DESCRIPTION
7518
7519=item AUTHOR
7520
7521=item DATE
7522
7523=back
7524
a83b6f46
JH
7525=head2 perlmint, README.mint - Perl version 5 on Atari MiNT
7526
7527=over 4
7528
7529=item DESCRIPTION
7530
7531=item Known problems with Perl on MiNT
7532
7533=item AUTHOR
7534
7535=back
7536
ab648d5e
JH
7537=head2 perlmpeix, README.mpeix - Perl/iX for HP e3000 MPE
7538
ab648d5e
JH
7539=over 4
7540
772ff3b9
JH
7541=item SYNOPSIS
7542
7543=item NOTE
7544
248e172a
JH
7545=item Binary distribution from HP
7546
07fcf8ff 7547=item What's New in Perl for MPE/iX
ab648d5e 7548
a83b6f46 7549=item Welcome to Perl/iX
772ff3b9 7550
a83b6f46 7551=item System Requirements for Perl/iX
ab648d5e
JH
7552
7553=item How to Obtain Perl/iX
7554
a83b6f46 7555=item Perl/iX Distribution Contents Highlights
ab648d5e 7556
772ff3b9
JH
7557README, INSTALL, LIBSHP3K, PERL, .cpan/, lib/, man/,
7558public_html/feedback.cgi, src/perl-5.6.0-mpe
7559
7560=item How to Compile Perl/iX
7561
7562 4, 6
ab648d5e
JH
7563
7564=item Getting Started with Perl/iX
7565
7566=item MPE/iX Implementation Considerations
7567
a83b6f46 7568=item Known Perl/iX Bugs Under Investigation
772ff3b9 7569
a83b6f46 7570=item Perl/iX To-Do List
772ff3b9 7571
a83b6f46 7572=item Perl/iX Change History
ab648d5e 7573
a83b6f46 7574=item AUTHOR
772ff3b9 7575
9038e305
JH
7576=item Name
7577
7578=item Description
7579
7580=item Build
7581
7582=over 4
7583
7584=item Tools & SDK
7585
7586=item Setup
7587
7588Buildtype.bat, SetNWBld.bat, MPKBuild.bat
7589
7590=item Make
7591
7592=item Interpreter
7593
7594=item Extensions
7595
7596=back
7597
7598=item Install
7599
7600=item Build new extensions
7601
7602=item Known Issues
7603
7604=item Acknowledgements
7605
51a35ef1 7606=item Authors
9038e305
JH
7607
7608=item Date
7609
ab648d5e
JH
7610=back
7611
4755096e 7612=head2 perlos2 - Perl under OS/2, DOS, Win0.3*, Win0.95 and WinNT.
cb1a09d0 7613
d420ca49 7614=over 4
c76ac1ee 7615
4755096e 7616=item SYNOPSIS
7d2bfb28 7617
a45bd81d
GS
7618=back
7619
d420ca49
AD
7620=over 4
7621
7622=item DESCRIPTION
7623
7624=over 4
a45bd81d 7625
4755096e 7626=item Target
cb1a09d0 7627
4755096e 7628=item Other OSes
0a753a76 7629
4755096e 7630=item Prerequisites
cb1a09d0 7631
4755096e 7632EMX, RSX, HPFS, pdksh
cb1a09d0 7633
4755096e 7634=item Starting Perl programs under OS/2 (and DOS and...)
cb1a09d0 7635
4755096e 7636=item Starting OS/2 (and DOS) programs under Perl
cb1a09d0 7637
4755096e 7638=back
cb1a09d0 7639
4755096e 7640=item Frequently asked questions
cb1a09d0 7641
d420ca49 7642=over 4
1e422769 7643
4d4e713d
JH
7644=item "It does not work"
7645
4755096e 7646=item I cannot run external programs
cb1a09d0 7647
4755096e
GS
7648=item I cannot embed perl into my program, or use F<perl.dll> from my
7649program.
cb1a09d0 7650
4755096e
GS
7651Is your program EMX-compiled with C<-Zmt -Zcrtdll>?, Did you use
7652L<ExtUtils::Embed>?
cb1a09d0 7653
4755096e 7654=item C<``> and pipe-C<open> do not work under DOS.
cb1a09d0 7655
4755096e 7656=item Cannot start C<find.exe "pattern" file>
cb1a09d0 7657
4755096e 7658=back
0a753a76 7659
4755096e 7660=item INSTALLATION
cb1a09d0 7661
d420ca49 7662=over 4
cb1a09d0 7663
4755096e 7664=item Automatic binary installation
cb1a09d0 7665
4755096e 7666C<PERL_BADLANG>, C<PERL_BADFREE>, F<Config.pm>
cb1a09d0 7667
4755096e 7668=item Manual binary installation
3e3baf6d 7669
4755096e
GS
7670Perl VIO and PM executables (dynamically linked), Perl_ VIO executable
7671(statically linked), Executables for Perl utilities, Main Perl library,
7672Additional Perl modules, Tools to compile Perl modules, Manpages for Perl
7673and utilities, Manpages for Perl modules, Source for Perl documentation,
7674Perl manual in F<.INF> format, Pdksh
d516a115 7675
4755096e 7676=item B<Warning>
d516a115 7677
0a753a76 7678=back
7679
4755096e 7680=item Accessing documentation
0a753a76 7681
d420ca49 7682=over 4
cb1a09d0 7683
4755096e 7684=item OS/2 F<.INF> file
cb1a09d0 7685
4755096e 7686=item Plain text
cb1a09d0 7687
4755096e 7688=item Manpages
cb1a09d0 7689
4755096e 7690=item HTML
cb1a09d0 7691
4755096e 7692=item GNU C<info> files
cb1a09d0 7693
ff426ff2 7694=item F<PDF> files
cb1a09d0 7695
4755096e 7696=item C<LaTeX> docs
cb1a09d0 7697
0a753a76 7698=back
7699
4755096e 7700=item BUILD
0a753a76 7701
d420ca49 7702=over 4
0a753a76 7703
4d4e713d
JH
7704=item The short story
7705
4755096e 7706=item Prerequisites
0a753a76 7707
4755096e 7708=item Getting perl source
0a753a76 7709
4755096e 7710=item Application of the patches
0a753a76 7711
4755096e 7712=item Hand-editing
0a753a76 7713
4755096e 7714=item Making
0a753a76 7715
4755096e
GS
7716=item Testing
7717
7718A lot of C<bad free>, Process terminated by SIGTERM/SIGINT, F<op/fs.t>,
4d4e713d 7719F<op/stat.t>
4755096e
GS
7720
7721=item Installing the built perl
7722
7723=item C<a.out>-style build
0a753a76 7724
7725=back
7726
4755096e 7727=item Build FAQ
c76ac1ee 7728
d420ca49 7729=over 4
c76ac1ee 7730
4755096e 7731=item Some C</> became C<\> in pdksh.
c76ac1ee 7732
4755096e 7733=item C<'errno'> - unresolved external
c76ac1ee 7734
4755096e 7735=item Problems with tr or sed
c76ac1ee 7736
4755096e 7737=item Some problem (forget which ;-)
c76ac1ee 7738
4755096e 7739=item Library ... not found
cb1a09d0 7740
4755096e 7741=item Segfault in make
954c1994 7742
d396a558
JH
7743=item op/sprintf test failure
7744
a45bd81d
GS
7745=back
7746
4755096e 7747=item Specific (mis)features of OS/2 port
cb1a09d0 7748
d420ca49 7749=over 4
a45bd81d 7750
4755096e 7751=item C<setpriority>, C<getpriority>
cb1a09d0 7752
4755096e 7753=item C<system()>
cb1a09d0 7754
4755096e 7755=item C<extproc> on the first line
cb1a09d0 7756
4755096e 7757=item Additional modules:
cb1a09d0 7758
4755096e
GS
7759=item Prebuilt methods:
7760
7761C<File::Copy::syscopy>, C<DynaLoader::mod2fname>, C<Cwd::current_drive()>,
7762 C<Cwd::sys_chdir(name)>, C<Cwd::change_drive(name)>,
7763C<Cwd::sys_is_absolute(name)>, C<Cwd::sys_is_rooted(name)>,
7764C<Cwd::sys_is_relative(name)>, C<Cwd::sys_cwd(name)>,
7765C<Cwd::sys_abspath(name, dir)>, C<Cwd::extLibpath([type])>,
4d4e713d
JH
7766C<Cwd::extLibpath_set( path [, type ] )>,
7767C<OS2::Error(do_harderror,do_exception)>, C<OS2::Errors2Drive(drive)>,
7768OS2::SysInfo(), OS2::BootDrive(), C<OS2::MorphPM(serve)>,
7769C<OS2::UnMorphPM(serve)>, C<OS2::Serve_Messages(force)>,
7770C<OS2::Process_Messages(force [, cnt])>, C<OS2::_control87(new,mask)>,
7771OS2::get_control87(), C<OS2::set_control87_em(new=MCW_EM,mask=MCW_EM)>
7772
7773=item Prebuilt variables:
7774
7775$OS2::emx_rev, $OS2::emx_env, $OS2::os_ver
4755096e
GS
7776
7777=item Misfeatures
7778
7779=item Modifications
7780
4d4e713d
JH
7781C<popen>, C<tmpnam>, C<tmpfile>, C<ctermid>, C<stat>, C<mkdir>, C<rmdir>,
7782C<flock>
7783
7784=item Identifying DLLs
7785
7786=item Centralized management of resources
7787
7788C<HAB>, C<HMQ>
4755096e
GS
7789
7790=back
7791
7792=item Perl flavors
cb1a09d0 7793
d420ca49 7794=over 4
cb1a09d0 7795
4755096e 7796=item F<perl.exe>
54310121 7797
4755096e 7798=item F<perl_.exe>
cb1a09d0 7799
4755096e 7800=item F<perl__.exe>
cb1a09d0 7801
4755096e 7802=item F<perl___.exe>
cb1a09d0 7803
4755096e 7804=item Why strange names?
cb1a09d0 7805
4755096e 7806=item Why dynamic linking?
cb1a09d0 7807
4755096e 7808=item Why chimera build?
7d2bfb28 7809
cb1a09d0
AD
7810=back
7811
4755096e 7812=item ENVIRONMENT
cb1a09d0 7813
d420ca49 7814=over 4
cb1a09d0 7815
4755096e 7816=item C<PERLLIB_PREFIX>
cb1a09d0 7817
4755096e 7818=item C<PERL_BADLANG>
cb1a09d0 7819
4755096e 7820=item C<PERL_BADFREE>
cb1a09d0 7821
4755096e 7822=item C<PERL_SH_DIR>
cb1a09d0 7823
4755096e 7824=item C<USE_PERL_FLOCK>
cb1a09d0 7825
4755096e 7826=item C<TMP> or C<TEMP>
cb1a09d0 7827
4755096e 7828=back
cb1a09d0 7829
4755096e 7830=item Evolution
7d2bfb28 7831
d420ca49 7832=over 4
cb1a09d0 7833
4755096e 7834=item Priorities
cb1a09d0 7835
354a27bf
JH
7836=item DLL name mangling: pre 5.6.2
7837
7838=item DLL name mangling: 5.6.2 and beyond
7839
7840Global DLLs, specific DLLs, C<BEGINLIBPATH> and C<ENDLIBPATH>, F<.> from
7841C<LIBPATH>
7842
7843=item DLL forwarder generation
cb1a09d0 7844
4755096e 7845=item Threading
cb1a09d0 7846
4755096e 7847=item Calls to external programs
cb1a09d0 7848
4755096e 7849=item Memory allocation
cb1a09d0 7850
4755096e 7851=item Threads
cb1a09d0 7852
4755096e 7853C<COND_WAIT>, F<os2.c>
cb1a09d0 7854
4755096e 7855=back
5cd24f17 7856
354a27bf
JH
7857=item BUGS
7858
cb1a09d0
AD
7859=back
7860
d420ca49 7861=over 4
cb1a09d0 7862
cb1a09d0
AD
7863=item AUTHOR
7864
4755096e 7865=item SEE ALSO
cb1a09d0 7866
a45bd81d
GS
7867=back
7868
248e172a
JH
7869=head2 perlos390, README.os390 - building and installing Perl for OS/390
7870and z/OS
c76ac1ee 7871
d420ca49 7872=over 4
a45bd81d 7873
4755096e
GS
7874=item SYNOPSIS
7875
c76ac1ee
GS
7876=item DESCRIPTION
7877
d420ca49 7878=over 4
c76ac1ee 7879
248e172a
JH
7880=item Tools
7881
a83b6f46 7882=item Unpacking Perl distribution on OS/390
c76ac1ee 7883
a83b6f46 7884=item Setup and utilities for Perl on OS/390
c76ac1ee 7885
a83b6f46 7886=item Configure Perl on OS/390
c76ac1ee 7887
a83b6f46 7888=item Build, Test, Install Perl on OS/390
c76ac1ee 7889
a83b6f46 7890=item Build Anomalies with Perl on OS/390
74cac757 7891
a83b6f46 7892=item Testing Anomalies with Perl on OS/390
74cac757 7893
a83b6f46 7894=item Installation Anomalies with Perl on OS/390
c2e66d9e 7895
a83b6f46 7896=item Usage Hints for Perl on OS/390
c2e66d9e 7897
a83b6f46 7898=item Floating Point Anomalies with Perl on OS/390
c2e66d9e 7899
a83b6f46 7900=item Modules and Extensions for Perl on OS/390
c2e66d9e
GS
7901
7902=back
7903
7904=item AUTHORS
7905
7906=item SEE ALSO
7907
d420ca49 7908=over 4
c2e66d9e 7909
a83b6f46 7910=item Mailing list for Perl on OS/390
c2e66d9e
GS
7911
7912=back
7913
7914=item HISTORY
7915
7916=back
7917
a83b6f46
JH
7918=head2 perlqnx, README.qnx - Perl version 5 on QNX
7919
7920=over 4
7921
7922=item DESCRIPTION
7923
7924=over 4
7925
27713a04 7926=item Required Software for Compiling Perl on QNX4
a83b6f46
JH
7927
7928/bin/sh, ar, nm, cpp, make
7929
27713a04 7930=item Outstanding Issues with Perl on QNX4
a83b6f46
JH
7931
7932=item QNX auxiliary files
7933
7934qnx/ar, qnx/cpp
7935
27713a04
JH
7936=item Outstanding issues with perl under QNX6
7937
a83b6f46
JH
7938=back
7939
7940=item AUTHOR
7941
7942=back
7943
7944=head2 perlplan9 - Plan 9-specific documentation for Perl
7945
7946=over 4
7947
7948=item DESCRIPTION
7949
7950=over 4
7951
7952=item Invoking Perl
7953
7954=item What's in Plan 9 Perl
7955
7956=item What's not in Plan 9 Perl
7957
7958=item Perl5 Functions not currently supported in Plan 9 Perl
7959
7960=item Signals in Plan 9 Perl
7961
7962=back
7963
7964=item COMPILING AND INSTALLING PERL ON PLAN 9
7965
7966=over 4
7967
7968=item Installing Perl Documentation on Plan 9
7969
7970=back
7971
7972=item BUGS
7973
7974=item Revision date
7975
7976=item AUTHOR
7977
7978=back
7979
d420ca49
AD
7980=head2 perlsolaris, README.solaris - Perl version 5 on Solaris systems
7981
7982=over 4
7983
7984=item DESCRIPTION
7985
7986=over 4
7987
7988=item Solaris Version Numbers.
7989
7990=back
7991
7992=item RESOURCES
7993
7994Solaris FAQ, Precompiled Binaries, Solaris Documentation
7995
7996=item SETTING UP
7997
7998=over 4
7999
a83b6f46 8000=item File Extraction Problems on Solaris.
d420ca49 8001
a83b6f46 8002=item Compiler and Related Tools on Solaris.
d420ca49 8003
a83b6f46 8004=item Environment for Compiling Perl on Solaris
d420ca49
AD
8005
8006=back
8007
8008=item RUN CONFIGURE.
8009
8010=over 4
8011
a83b6f46 8012=item 64-bit Issues with Perl on Solaris.
d420ca49 8013
a83b6f46 8014=item Threads in Perl on Solaris.
d420ca49 8015
a83b6f46 8016=item Malloc Issues with Perl on Solaris.
d420ca49
AD
8017
8018=back
8019
8020=item MAKE PROBLEMS.
8021
8022Dynamic Loading Problems With GNU as and GNU ld, ld.so.1: ./perl: fatal:
8023relocation error:, dlopen: stub interception failed, #error "No
8024DATAMODEL_NATIVE specified", sh: ar: not found
8025
8026=item MAKE TEST
8027
8028=over 4
8029
a83b6f46 8030=item op/stat.t test 4 in Solaris
d420ca49 8031
35bf961c
JH
8032=item nss_delete core dump from op/pwent or op/grent
8033
d420ca49
AD
8034=back
8035
a83b6f46 8036=item PREBUILT BINARIES OF PERL FOR SOLARIS.
d420ca49 8037
a83b6f46 8038=item RUNTIME ISSUES FOR PERL ON SOLARIS.
d420ca49
AD
8039
8040=over 4
8041
a83b6f46 8042=item Limits on Numbers of Open Files on Solaris.
d420ca49
AD
8043
8044=back
8045
8046=item SOLARIS-SPECIFIC MODULES.
8047
8048=item SOLARIS-SPECIFIC PROBLEMS WITH MODULES.
8049
8050=over 4
8051
a83b6f46 8052=item Proc::ProcessTable on Solaris
d420ca49 8053
354a27bf 8054=item BSD::Resource on Solaris
d420ca49 8055
354a27bf 8056=item Net::SSLeay on Solaris
74cac757 8057
d420ca49
AD
8058=back
8059
8060=item AUTHOR
8061
8062=item LAST MODIFIED
8063
8064=back
8065
772ff3b9
JH
8066=head2 perltru64, README.tru64 - Perl version 5 on Tru64 (formerly known as
8067Digital UNIX formerly known as DEC OSF/1) systems
8068
8069=over 4
8070
8071=item DESCRIPTION
8072
8073=over 4
8074
8075=item Compiling Perl 5 on Tru64
8076
8077=item Using Large Files with Perl on Tru64
8078
8079=item Threaded Perl on Tru64
8080
a83b6f46
JH
8081=item Long Doubles on Tru64
8082
772ff3b9
JH
8083=item 64-bit Perl on Tru64
8084
8085=item Warnings about floating-point overflow when compiling Perl on Tru64
8086
8087=back
8088
8089=item Testing Perl on Tru64
8090
8091=item AUTHOR
8092
8093=back
8094
91144103
JH
8095=head2 perluts - Perl under UTS
8096
8097=over 4
8098
8099=item SYNOPSIS
8100
8101=item DESCRIPTION
8102
8103=item BUILDING PERL ON UTS
8104
8105=item Installing the built perl on UTS
8106
8107=item AUTHOR
8108
8109=back
8110
dc5c060f
JH
8111=head2 perlvmesa, README.vmesa - building and installing Perl for VM/ESA.
8112
8113=over 4
8114
8115=item SYNOPSIS
8116
8117=item DESCRIPTION
8118
8119=over 4
8120
a83b6f46 8121=item Unpacking Perl Distribution on VM/ESA
dc5c060f 8122
a83b6f46 8123=item Setup Perl and utilities on VM/ESA
dc5c060f 8124
a83b6f46 8125=item Configure Perl on VM/ESA
dc5c060f 8126
a83b6f46 8127=item Testing Anomalies of Perl on VM/ESA
dc5c060f 8128
a83b6f46 8129=item Usage Hints for Perl on VM/ESA
dc5c060f 8130
dc5c060f
JH
8131=back
8132
8133=item AUTHORS
8134
8135=item SEE ALSO
8136
8137=over 4
8138
a83b6f46 8139=item Mailing list for Perl on VM/ESA
dc5c060f
JH
8140
8141=back
8142
8143=back
8144
4755096e 8145=head2 perlvms - VMS-specific documentation for Perl
954c1994 8146
d420ca49 8147=over 4
954c1994 8148
4755096e 8149=item DESCRIPTION
a45bd81d 8150
4755096e
GS
8151=item Installation
8152
8153=item Organization of Perl Images
954c1994 8154
d420ca49 8155=over 4
a45bd81d 8156
4755096e 8157=item Core Images
c76ac1ee 8158
4755096e 8159=item Perl Extensions
954c1994 8160
4755096e 8161=item Installing static extensions
954c1994 8162
4755096e 8163=item Installing dynamic extensions
954c1994
GS
8164
8165=back
8166
4755096e 8167=item File specifications
954c1994 8168
d420ca49 8169=over 4
954c1994 8170
4755096e 8171=item Syntax
2e1d04bc 8172
4755096e 8173=item Wildcard expansion
954c1994 8174
4755096e 8175=item Pipes
c76ac1ee 8176
a45bd81d
GS
8177=back
8178
4755096e
GS
8179=item PERL5LIB and PERLLIB
8180
8181=item Command line
d516a115 8182
d420ca49 8183=over 4
a45bd81d 8184
4755096e 8185=item I/O redirection and backgrounding
d516a115 8186
4755096e 8187=item Command line switches
d516a115 8188
4755096e
GS
8189-i, -S, -u
8190
8191=back
8192
8193=item Perl functions
8194
8195File tests, backticks, binmode FILEHANDLE, crypt PLAINTEXT, USER, dump,
8196exec LIST, fork, getpwent, getpwnam, getpwuid, gmtime, kill, qx//, select
8197(system call), stat EXPR, system LIST, time, times, unlink LIST, utime
8198LIST, waitpid PID,FLAGS
8199
8200=item Perl variables
8201
ac4dd294 8202%ENV, CRTL_ENV, CLISYM_[LOCAL], Any other string, $!, $^E, $?, $|
4755096e
GS
8203
8204=item Standard modules with VMS-specific differences
d516a115 8205
d420ca49 8206=over 4
d516a115 8207
4755096e 8208=item SDBM_File
d516a115
JH
8209
8210=back
8211
4755096e
GS
8212=item Revision date
8213
8214=item AUTHOR
8215
8216=back
8217
9a997319
JH
8218=head2 perlvos, README.vos - Perl for Stratus VOS
8219
d420ca49 8220=over 4
9a997319
JH
8221
8222=item SYNOPSIS
8223
d420ca49 8224=over 4
9a997319 8225
12b7c5c7
JH
8226=item Multiple methods to build perl for VOS
8227
9a997319
JH
8228=item Stratus POSIX Support
8229
8230=back
8231
8232=item INSTALLING PERL IN VOS
8233
d420ca49 8234=over 4
9a997319
JH
8235
8236=item Compiling Perl 5 on VOS
8237
8238=item Installing Perl 5 on VOS
8239
8240=back
8241
8242=item USING PERL IN VOS
8243
d420ca49 8244=over 4
9a997319 8245
a83b6f46 8246=item Unimplemented Features of Perl on VOS
9a997319 8247
a83b6f46 8248=item Restrictions of Perl on VOS
9a997319
JH
8249
8250=back
8251
8252=item SUPPORT STATUS
8253
8254=item AUTHOR
8255
8256=item LAST UPDATE
8257
8258=back
8259
3ecb3787
JH
8260=head2 perlwin32 - Perl under Win32
8261
8262=over 4
8263
8264=item SYNOPSIS
8265
8266=item DESCRIPTION
8267
8268=over 4
8269
8270=item Setting Up Perl on Win32
8271
8272Make, Command Shell, Borland C++, Microsoft Visual C++, Mingw32 with GCC
8273
8274=item Building
8275
8276=item Testing Perl on Win32
8277
8278=item Installation of Perl on Win32
8279
8280=item Usage Hints for Perl on Win32
8281
8282Environment Variables, File Globbing, Using perl from the command line,
8283Building Extensions, Command-line Wildcard Expansion, Win32 Specific
8284Extensions, Running Perl Scripts, Miscellaneous Things
8285
8286=back
8287
8288=item BUGS AND CAVEATS
8289
8290=item AUTHORS
8291
8292Gary Ng E<lt>71564.1743@CompuServe.COME<gt>, Gurusamy Sarathy
8293E<lt>gsar@activestate.comE<gt>, Nick Ing-Simmons
8294E<lt>nick@ing-simmons.netE<gt>
8295
8296=item SEE ALSO
8297
8298=item HISTORY
8299
8300=back
8301
8ebc5c01 8302=head1 PRAGMA DOCUMENTATION
cb1a09d0 8303
c76ac1ee 8304=head2 attrs - set/get attributes of a subroutine (deprecated)
d516a115 8305
d420ca49 8306=over 4
a45bd81d 8307
d516a115
JH
8308=item SYNOPSIS
8309
8310=item DESCRIPTION
8311
8312method, locked
8313
a45bd81d
GS
8314=back
8315
fb9cefb4
GS
8316=head2 re - Perl pragma to alter regular expression behaviour
8317
d420ca49 8318=over 4
a45bd81d
GS
8319
8320=item SYNOPSIS
fb9cefb4
GS
8321
8322=item DESCRIPTION
8323
a45bd81d
GS
8324=back
8325
1fdc5aa6
JH
8326=head2 threadshared::shared, threads::shared - Perl extension for sharing
8327data structures between threads
8328
8329=over 4
8330
8331=item SYNOPSIS
8332
8333=item DESCRIPTION
8334
1fdc5aa6
JH
8335=item EXPORT
8336
cb52f95f
JH
8337=item FUNCTIONS
8338
8339share VARIABLE, lock VARIABLE, unlock VARIABLE, cond_wait VARIABLE,
8340cond_signal VARIABLE, cond_broadcast VARIABLE
1fdc5aa6 8341
04b01f78
JH
8342=item NOTES
8343
1fdc5aa6
JH
8344=item BUGS
8345
8346=item AUTHOR
8347
8348=item SEE ALSO
8349
8350=back
8351
e61ecf27
JH
8352=head2 threads - Perl extension allowing use of interpreter based threads
8353from perl
8354
8355=over 4
8356
8357=item SYNOPSIS
8358
8359=item DESCRIPTION
8360
fe9287c4 8361$thread = threads->create(function, LIST), $thread->join, $thread->detach,
07fcf8ff 8362threads->self, $thread->tid
e61ecf27
JH
8363
8364=item TODO
8365
8366Fix so the return value is returned when you join, Add join_all, Fix memory
8367leaks!
8368
8369=item AUTHOR and COPYRIGHT
8370
8371=item BUGS
8372
35bf961c
JH
8373creating a thread from within a thread is unsafe under win32,
8374PERL_OLD_SIGNALS are not threadsafe, will not be
e61ecf27
JH
8375
8376=item SEE ALSO
8377
8378=back
8379
c76ac1ee
GS
8380=head2 attributes - get/set subroutine or variable attributes
8381
d420ca49 8382=over 4
a45bd81d 8383
c76ac1ee
GS
8384=item SYNOPSIS
8385
8386=item DESCRIPTION
8387
d420ca49 8388=over 4
c76ac1ee
GS
8389
8390=item Built-in Attributes
8391
694468e3 8392locked, method, lvalue
c76ac1ee
GS
8393
8394=item Available Subroutines
8395
8396get, reftype
8397
8398=item Package-specific Attribute Handling
8399
8400FETCH_I<type>_ATTRIBUTES, MODIFY_I<type>_ATTRIBUTES
8401
8402=item Syntax of Attribute Lists
8403
8404=back
8405
a45bd81d
GS
8406=item EXPORTS
8407
d420ca49 8408=over 4
a45bd81d
GS
8409
8410=item Default exports
8411
8412=item Available exports
8413
8414=item Export tags defined
8415
8416=back
8417
c76ac1ee
GS
8418=item EXAMPLES
8419
8420=item SEE ALSO
8421
a45bd81d
GS
8422=back
8423
cb52f95f
JH
8424=head2 attrs - set/get attributes of a subroutine (deprecated)
8425
8426=over 4
8427
8428=item SYNOPSIS
8429
8430=item DESCRIPTION
8431
8432method, locked
8433
8434=back
8435
68dc0745 8436=head2 autouse - postpone load of modules until a function is used
8437
d420ca49 8438=over 4
a45bd81d 8439
68dc0745 8440=item SYNOPSIS
8441
8442=item DESCRIPTION
8443
8444=item WARNING
8445
68dc0745 8446=item AUTHOR
8447
8448=item SEE ALSO
8449
a45bd81d
GS
8450=back
8451
d516a115
JH
8452=head2 base - Establish IS-A relationship with base class at compile time
8453
d420ca49 8454=over 4
a45bd81d 8455
d516a115
JH
8456=item SYNOPSIS
8457
8458=item DESCRIPTION
8459
14218588
GS
8460=item HISTORY
8461
fb9cefb4 8462=item SEE ALSO
d516a115 8463
a45bd81d
GS
8464=back
8465
8ebc5c01 8466=head2 blib - Use MakeMaker's uninstalled version of a package
cb1a09d0 8467
d420ca49 8468=over 4
a45bd81d 8469
8ebc5c01 8470=item SYNOPSIS
cb1a09d0 8471
8ebc5c01 8472=item DESCRIPTION
cb1a09d0 8473
8ebc5c01 8474=item BUGS
cb1a09d0 8475
8ebc5c01 8476=item AUTHOR
cb1a09d0 8477
a45bd81d
GS
8478=back
8479
694468e3
GS
8480=head2 bytes - Perl pragma to force byte semantics rather than character
8481semantics
a45bd81d 8482
d420ca49 8483=over 4
a45bd81d
GS
8484
8485=item SYNOPSIS
8486
8487=item DESCRIPTION
8488
694468e3 8489=item SEE ALSO
a10cf691 8490
a45bd81d
GS
8491=back
8492
c76ac1ee 8493=head2 charnames - define character names for C<\N{named}> string literal
ba62762e 8494escapes.
c76ac1ee 8495
d420ca49 8496=over 4
a45bd81d 8497
c76ac1ee
GS
8498=item SYNOPSIS
8499
8500=item DESCRIPTION
8501
8502=item CUSTOM TRANSLATORS
8503
ba62762e
JH
8504=item charnames::viacode(code)
8505
34babc16
JH
8506=item charnames::vianame(code)
8507
80637b95
JH
8508=item ILLEGAL CHARACTERS
8509
c76ac1ee
GS
8510=item BUGS
8511
a45bd81d
GS
8512=back
8513
54310121 8514=head2 constant - Perl pragma to declare constants
8515
d420ca49 8516=over 4
a45bd81d 8517
54310121 8518=item SYNOPSIS
8519
8520=item DESCRIPTION
8521
8522=item NOTES
8523
890a53b9
JH
8524=over 4
8525
8526=item List constants
8527
8528=item Defining multiple constants at once
8529
8530=item Magic constants
8531
8532=back
8533
8534=item TECHNICAL NOTES
54310121 8535
8536=item BUGS
8537
8538=item AUTHOR
8539
8540=item COPYRIGHT
8541
a45bd81d
GS
8542=back
8543
8ebc5c01 8544=head2 diagnostics - Perl compiler pragma to force verbose warning
8545diagnostics
cb1a09d0 8546
d420ca49 8547=over 4
a45bd81d 8548
8ebc5c01 8549=item SYNOPSIS
cb1a09d0 8550
8ebc5c01 8551=item DESCRIPTION
cb1a09d0 8552
d420ca49 8553=over 4
cb1a09d0 8554
8ebc5c01 8555=item The C<diagnostics> Pragma
cb1a09d0 8556
8ebc5c01 8557=item The I<splain> Program
cb1a09d0 8558
8ebc5c01 8559=back
cb1a09d0 8560
8ebc5c01 8561=item EXAMPLES
cb1a09d0 8562
8ebc5c01 8563=item INTERNALS
cb1a09d0 8564
8ebc5c01 8565=item BUGS
cb1a09d0 8566
8ebc5c01 8567=item AUTHOR
cb1a09d0 8568
a45bd81d
GS
8569=back
8570
cb52f95f
JH
8571=head2 encoding - pragma to control the conversion of legacy data into
8572Unicode
8573
8574=over 4
8575
8576=item SYNOPSIS
8577
8578=item DESCRIPTION
8579
8580=item KNOWN PROBLEMS
8581
8582=item SEE ALSO
8583
8584=back
8585
d516a115
JH
8586=head2 fields - compile-time class fields
8587
d420ca49 8588=over 4
a45bd81d 8589
d516a115
JH
8590=item SYNOPSIS
8591
8592=item DESCRIPTION
8593
694468e3
GS
8594new, phash
8595
fb9cefb4
GS
8596=item SEE ALSO
8597
a45bd81d
GS
8598=back
8599
14218588
GS
8600=head2 filetest - Perl pragma to control the filetest permission operators
8601
d420ca49 8602=over 4
a45bd81d 8603
14218588
GS
8604=item SYNOPSIS
8605
14218588
GS
8606=item DESCRIPTION
8607
d420ca49 8608=over 4
14218588
GS
8609
8610=item subpragma access
8611
8612=back
8613
a45bd81d
GS
8614=back
8615
12b7c5c7
JH
8616=head2 if - C<use> a Perl module if a condition holds
8617
8618=over 4
8619
8620=item SYNOPSIS
8621
8622=item DESCRIPTION
8623
8624=item BUGS
8625
8626=item AUTHOR
8627
8628=back
8629
4d4e713d
JH
8630=head2 integer - Perl pragma to use integer arithmetic instead of floating
8631point
cb1a09d0 8632
d420ca49 8633=over 4
a45bd81d 8634
8ebc5c01 8635=item SYNOPSIS
cb1a09d0 8636
8ebc5c01 8637=item DESCRIPTION
cb1a09d0 8638
a45bd81d
GS
8639=back
8640
8ebc5c01 8641=head2 less - perl pragma to request less of something from the compiler
cb1a09d0 8642
d420ca49 8643=over 4
a45bd81d 8644
8ebc5c01 8645=item SYNOPSIS
cb1a09d0 8646
8ebc5c01 8647=item DESCRIPTION
cb1a09d0 8648
a45bd81d
GS
8649=back
8650
8ebc5c01 8651=head2 lib - manipulate @INC at compile time
cb1a09d0 8652
d420ca49 8653=over 4
a45bd81d 8654
8ebc5c01 8655=item SYNOPSIS
cb1a09d0 8656
8ebc5c01 8657=item DESCRIPTION
cb1a09d0 8658
d420ca49 8659=over 4
8ebc5c01 8660
c76ac1ee 8661=item Adding directories to @INC
cb1a09d0 8662
c76ac1ee 8663=item Deleting directories from @INC
cb1a09d0 8664
c76ac1ee 8665=item Restoring original @INC
cb1a09d0 8666
8ebc5c01 8667=back
cb1a09d0 8668
04b01f78
JH
8669=item CAVEATS
8670
8ebc5c01 8671=item SEE ALSO
cb1a09d0 8672
8ebc5c01 8673=item AUTHOR
cb1a09d0 8674
a45bd81d
GS
8675=back
8676
8ebc5c01 8677=head2 locale - Perl pragma to use and avoid POSIX locales for built-in
8678operations
cb1a09d0 8679
d420ca49 8680=over 4
a45bd81d 8681
8ebc5c01 8682=item SYNOPSIS
cb1a09d0
AD
8683
8684=item DESCRIPTION
8685
a45bd81d
GS
8686=back
8687
b38f6a39
GS
8688=head2 open - perl pragma to set default disciplines for input and output
8689
d420ca49 8690=over 4
b38f6a39
GS
8691
8692=item SYNOPSIS
8693
8694=item DESCRIPTION
8695
0d0e97a6
JH
8696=item NONPERLIO FUNCTIONALITY
8697
8698=item IMPLEMENTATION DETAILS
b38f6a39
GS
8699
8700=item SEE ALSO
8701
8702=back
8703
d46b76b3
JH
8704=head2 ops - Perl pragma to restrict unsafe operations when compiling
8705
d420ca49 8706=over 4
d46b76b3
JH
8707
8708=item SYNOPSIS
8709
8710=item DESCRIPTION
8711
8712=item SEE ALSO
8713
8714=back
8715
8ebc5c01 8716=head2 overload - Package for overloading perl operations
cb1a09d0 8717
d420ca49 8718=over 4
a45bd81d 8719
8ebc5c01 8720=item SYNOPSIS
cb1a09d0 8721
8ebc5c01 8722=item DESCRIPTION
cb1a09d0 8723
d420ca49 8724=over 4
cb1a09d0 8725
8ebc5c01 8726=item Declaration of overloaded functions
cb1a09d0 8727
8ebc5c01 8728=item Calling Conventions for Binary Operations
cb1a09d0 8729
8ebc5c01 8730FALSE, TRUE, C<undef>
cb1a09d0 8731
8ebc5c01 8732=item Calling Conventions for Unary Operations
cb1a09d0 8733
14218588
GS
8734=item Calling Conventions for Mutators
8735
8736C<++> and C<-->, C<x=> and other assignment versions
8737
8ebc5c01 8738=item Overloadable Operations
cb1a09d0 8739
8ebc5c01 8740I<Arithmetic operations>, I<Comparison operations>, I<Bit operations>,
8741I<Increment and decrement>, I<Transcendental functions>, I<Boolean, string
14218588 8742and numeric conversion>, I<Iteration>, I<Dereferencing>, I<Special>
cb1a09d0 8743
774d564b 8744=item Inheritance and overloading
8745
8746Strings as values of C<use overload> directive, Overloading of an operation
8747is inherited by derived classes
8748
8ebc5c01 8749=back
cb1a09d0 8750
8ebc5c01 8751=item SPECIAL SYMBOLS FOR C<use overload>
cb1a09d0 8752
d420ca49 8753=over 4
cb1a09d0 8754
774d564b 8755=item Last Resort
cb1a09d0 8756
91331b4f 8757=item Fallback
cb1a09d0 8758
8ebc5c01 8759C<undef>, TRUE, defined, but FALSE
cb1a09d0 8760
8ebc5c01 8761=item Copy Constructor
cb1a09d0 8762
8ebc5c01 8763B<Example>
cb1a09d0 8764
8ebc5c01 8765=back
cb1a09d0 8766
8ebc5c01 8767=item MAGIC AUTOGENERATION
cb1a09d0 8768
8ebc5c01 8769I<Assignment forms of arithmetic operations>, I<Conversion operations>,
8770I<Increment and decrement>, C<abs($a)>, I<Unary minus>, I<Negation>,
14218588
GS
8771I<Concatenation>, I<Comparison operations>, I<Iterator>, I<Dereferencing>,
8772I<Copy operator>
cb1a09d0 8773
14218588 8774=item Losing overloading
cb1a09d0 8775
8ebc5c01 8776=item Run-time Overloading
cb1a09d0 8777
8ebc5c01 8778=item Public functions
cb1a09d0 8779
8ebc5c01 8780overload::StrVal(arg), overload::Overloaded(arg), overload::Method(obj,op)
cb1a09d0 8781
fb9cefb4
GS
8782=item Overloading constants
8783
8784integer, float, binary, q, qr
8785
8ebc5c01 8786=item IMPLEMENTATION
cb1a09d0 8787
14218588
GS
8788=item Metaphor clash
8789
8790=item Cookbook
8791
d420ca49 8792=over 4
14218588
GS
8793
8794=item Two-face scalars
8795
8796=item Two-face references
8797
8798=item Symbolic calculator
8799
8800=item I<Really> symbolic calculator
8801
4755096e 8802=back
497711e7 8803
4755096e 8804=item AUTHOR
497711e7 8805
4755096e 8806=item DIAGNOSTICS
497711e7 8807
93d73c42
JH
8808Odd number of arguments for overload::constant, `%s' is not an overloadable
8809type, `%s' is not a code reference
8810
4755096e 8811=item BUGS
497711e7
GS
8812
8813=back
8814
14218588
GS
8815=head2 re - Perl pragma to alter regular expression behaviour
8816
d420ca49 8817=over 4
a45bd81d 8818
14218588
GS
8819=item SYNOPSIS
8820
8821=item DESCRIPTION
8822
a45bd81d
GS
8823=back
8824
8ebc5c01 8825=head2 sigtrap - Perl pragma to enable simple signal handling
cb1a09d0 8826
d420ca49 8827=over 4
a45bd81d 8828
8ebc5c01 8829=item SYNOPSIS
cb1a09d0 8830
8ebc5c01 8831=item DESCRIPTION
cb1a09d0 8832
8ebc5c01 8833=item OPTIONS
cb1a09d0 8834
d420ca49 8835=over 4
cb1a09d0 8836
8ebc5c01 8837=item SIGNAL HANDLERS
cb1a09d0 8838
8ebc5c01 8839B<stack-trace>, B<die>, B<handler> I<your-handler>
cb1a09d0 8840
8ebc5c01 8841=item SIGNAL LISTS
cb1a09d0 8842
8ebc5c01 8843B<normal-signals>, B<error-signals>, B<old-interface-signals>
cb1a09d0 8844
8ebc5c01 8845=item OTHER
cb1a09d0 8846
8ebc5c01 8847B<untrapped>, B<any>, I<signal>, I<number>
cb1a09d0 8848
8ebc5c01 8849=back
cb1a09d0 8850
8ebc5c01 8851=item EXAMPLES
cb1a09d0 8852
a45bd81d
GS
8853=back
8854
428dc699
JH
8855=head2 sort - perl pragma to control sort() behaviour
8856
8857=over 4
8858
8859=item SYNOPSIS
8860
8861=item DESCRIPTION
8862
8863=back
8864
8ebc5c01 8865=head2 strict - Perl pragma to restrict unsafe constructs
cb1a09d0 8866
d420ca49 8867=over 4
a45bd81d 8868
8ebc5c01 8869=item SYNOPSIS
cb1a09d0 8870
8ebc5c01 8871=item DESCRIPTION
cb1a09d0 8872
8ebc5c01 8873C<strict refs>, C<strict vars>, C<strict subs>
cb1a09d0 8874
a45bd81d
GS
8875=back
8876
8ebc5c01 8877=head2 subs - Perl pragma to predeclare sub names
cb1a09d0 8878
d420ca49 8879=over 4
a45bd81d 8880
cb1a09d0
AD
8881=item SYNOPSIS
8882
cb1a09d0
AD
8883=item DESCRIPTION
8884
a45bd81d
GS
8885=back
8886
04b01f78
JH
8887=head2 threads - Perl extension allowing use of interpreter based threads
8888from perl
8889
8890=over 4
8891
8892=item SYNOPSIS
8893
8894=item DESCRIPTION
8895
fe9287c4 8896$thread = threads->create(function, LIST), $thread->join, $thread->detach,
04b01f78
JH
8897threads->self, $thread->tid
8898
8899=item TODO
8900
8901Fix so the return value is returned when you join, Add join_all, Fix memory
8902leaks!
8903
8904=item AUTHOR and COPYRIGHT
8905
8906=item BUGS
8907
8908creating a thread from within a thread is unsafe under win32,
8909PERL_OLD_SIGNALS are not threadsafe, will not be
8910
8911=item SEE ALSO
8912
8913=back
8914
8915=head2 threadshared, threads::shared - Perl extension for sharing data
8916structures between threads
8917
8918=over 4
8919
8920=item SYNOPSIS
8921
8922=item DESCRIPTION
8923
8924=item EXPORT
8925
8926=item FUNCTIONS
8927
8928share VARIABLE, lock VARIABLE, unlock VARIABLE, cond_wait VARIABLE,
8929cond_signal VARIABLE, cond_broadcast VARIABLE
8930
8931=item NOTES
8932
8933=item BUGS
8934
8935=item AUTHOR
8936
8937=item SEE ALSO
8938
8939=back
8940
bd28ded5
JH
8941=head2 utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source
8942code
14218588 8943
d420ca49 8944=over 4
a45bd81d 8945
14218588
GS
8946=item SYNOPSIS
8947
8948=item DESCRIPTION
8949
4d4e713d
JH
8950=over 4
8951
8952=item Utility functions
8953
8954$num_octets = utf8::upgrade($string);, utf8::downgrade($string[, CHECK]),
fa17183e 8955utf8::encode($string), $flag = utf8::decode($string)
4d4e713d
JH
8956
8957=back
8958
694468e3 8959=item SEE ALSO
14218588 8960
a45bd81d
GS
8961=back
8962
8963=head2 vars - Perl pragma to predeclare global variable names (obsolete)
8964
d420ca49 8965=over 4
cb1a09d0 8966
8ebc5c01 8967=item SYNOPSIS
cb1a09d0 8968
8ebc5c01 8969=item DESCRIPTION
cb1a09d0 8970
a45bd81d
GS
8971=back
8972
ba62762e
JH
8973=head2 vmsish - Perl pragma to control VMS-specific language features
8974
8975=over 4
8976
8977=item SYNOPSIS
8978
8979=item DESCRIPTION
8980
8981C<vmsish status>, C<vmsish exit>, C<vmsish time>, C<vmsish hushed>
8982
8983=back
8984
4438c4b7 8985=head2 warnings - Perl pragma to control optional warnings
14218588 8986
d420ca49 8987=over 4
a45bd81d 8988
14218588
GS
8989=item SYNOPSIS
8990
8991=item DESCRIPTION
8992
a9ef4385
JH
8993use warnings::register, warnings::enabled(), warnings::enabled($category),
8994warnings::enabled($object), warnings::warn($message),
8995warnings::warn($category, $message), warnings::warn($object, $message),
8996warnings::warnif($message), warnings::warnif($category, $message),
8997warnings::warnif($object, $message)
694468e3 8998
a45bd81d
GS
8999=back
9000
4755096e
GS
9001=head2 warnings::register - warnings import function
9002
890a53b9
JH
9003=over 4
9004
9005=item SYNOPSIS
9006
9007=item DESCRIPTION
9008
9009=back
9010
8ebc5c01 9011=head1 MODULE DOCUMENTATION
cb1a09d0 9012
8ebc5c01 9013=head2 AnyDBM_File - provide framework for multiple DBMs
cb1a09d0 9014
d420ca49 9015=over 4
a45bd81d 9016
cb1a09d0
AD
9017=item SYNOPSIS
9018
cb1a09d0
AD
9019=item DESCRIPTION
9020
d420ca49 9021=over 4
cb1a09d0 9022
8ebc5c01 9023=item DBM Comparisons
cb1a09d0 9024
8ebc5c01 9025[0], [1], [2], [3]
cb1a09d0 9026
8ebc5c01 9027=back
cb1a09d0 9028
8ebc5c01 9029=item SEE ALSO
cb1a09d0 9030
a45bd81d
GS
9031=back
9032
0e9b9e0c
JH
9033=head2 Attribute::Handlers - Simpler definition of attribute handlers
9034
9035=over 4
9036
9037=item VERSION
9038
9039=item SYNOPSIS
9040
9041=item DESCRIPTION
9042
9043[0], [1], [2], [3], [4], [5]
9044
9045=over 4
9046
9047=item Typed lexicals
9048
9049=item Type-specific attribute handlers
9050
9051=item Non-interpretive attribute handlers
9052
9053=item Phase-specific attribute handlers
9054
9055=item Attributes as C<tie> interfaces
9056
9057=back
9058
9059=item EXAMPLES
9060
9061=item DIAGNOSTICS
9062
9063C<Bad attribute type: ATTR(%s)>, C<Attribute handler %s doesn't handle %s
9064attributes>, C<Declaration of %s attribute in package %s may clash with
9065future reserved word>, C<Can't have two ATTR specifiers on one subroutine>,
fe9287c4
JH
9066C<Can't autotie a %s>, C<Internal error: %s symbol went missing>, C<Won't
9067be able to apply END handler>
0e9b9e0c
JH
9068
9069=item AUTHOR
9070
9071=item BUGS
9072
9073=item COPYRIGHT
9074
9075=back
9076
4a6725af 9077=head2 AutoLoader - load subroutines only on demand
cb1a09d0 9078
d420ca49 9079=over 4
a45bd81d 9080
8ebc5c01 9081=item SYNOPSIS
cb1a09d0 9082
8ebc5c01 9083=item DESCRIPTION
cb1a09d0 9084
d420ca49 9085=over 4
cb1a09d0 9086
4a6725af
NT
9087=item Subroutine Stubs
9088
9089=item Using B<AutoLoader>'s AUTOLOAD Subroutine
cb1a09d0 9090
4a6725af 9091=item Overriding B<AutoLoader>'s AUTOLOAD Subroutine
cb1a09d0 9092
8ebc5c01 9093=item Package Lexicals
cb1a09d0 9094
7029d033
JH
9095=item Not Using AutoLoader
9096
4a6725af 9097=item B<AutoLoader> vs. B<SelfLoader>
cb1a09d0 9098
8ebc5c01 9099=back
cb1a09d0 9100
4a6725af
NT
9101=item CAVEATS
9102
9103=item SEE ALSO
cb1a09d0 9104
a45bd81d
GS
9105=back
9106
8ebc5c01 9107=head2 AutoSplit - split a package for autoloading
cb1a09d0 9108
d420ca49 9109=over 4
a45bd81d 9110
8ebc5c01 9111=item SYNOPSIS
cb1a09d0 9112
8ebc5c01 9113=item DESCRIPTION
cb1a09d0 9114
193fb0af
GS
9115$keep, $check, $modtime
9116
d420ca49 9117=over 4
193fb0af
GS
9118
9119=item Multiple packages
9120
9121=back
cb1a09d0 9122
8ebc5c01 9123=item DIAGNOSTICS
cb1a09d0 9124
a45bd81d
GS
9125=back
9126
fb9cefb4 9127=head2 B - The Perl Compiler
193fb0af 9128
d420ca49 9129=over 4
a45bd81d 9130
193fb0af
GS
9131=item SYNOPSIS
9132
9133=item DESCRIPTION
9134
fb9cefb4 9135=item OVERVIEW OF CLASSES
193fb0af 9136
d420ca49 9137=over 4
193fb0af 9138
fb9cefb4 9139=item SV-RELATED CLASSES
193fb0af 9140
fb9cefb4 9141=item B::SV METHODS
193fb0af 9142
fb9cefb4 9143REFCNT, FLAGS
193fb0af 9144
fb9cefb4 9145=item B::IV METHODS
193fb0af 9146
e42c74e1 9147IV, IVX, UVX, int_value, needs64bits, packiv
193fb0af 9148
fb9cefb4 9149=item B::NV METHODS
193fb0af 9150
fb9cefb4 9151NV, NVX
193fb0af 9152
fb9cefb4 9153=item B::RV METHODS
193fb0af 9154
fb9cefb4 9155RV
193fb0af 9156
fb9cefb4 9157=item B::PV METHODS
193fb0af 9158
f502af34 9159PV, RV, PVX
193fb0af 9160
fb9cefb4 9161=item B::PVMG METHODS
cb1a09d0 9162
fb9cefb4 9163MAGIC, SvSTASH
cb1a09d0 9164
fb9cefb4 9165=item B::MAGIC METHODS
cb1a09d0 9166
f502af34 9167MOREMAGIC, precomp, PRIVATE, TYPE, FLAGS, OBJ, PTR, REGEX
cb1a09d0 9168
fb9cefb4 9169=item B::PVLV METHODS
cb1a09d0 9170
fb9cefb4 9171TARGOFF, TARGLEN, TYPE, TARG
cb1a09d0 9172
fb9cefb4 9173=item B::BM METHODS
cb1a09d0 9174
fb9cefb4 9175USEFUL, PREVIOUS, RARE, TABLE
cb1a09d0 9176
fb9cefb4 9177=item B::GV METHODS
cb1a09d0 9178
e42c74e1
JH
9179is_empty, NAME, SAFENAME, STASH, SV, IO, FORM, AV, HV, EGV, CV, CVGEN,
9180LINE, FILE, FILEGV, GvREFCNT, FLAGS
54310121 9181
fb9cefb4 9182=item B::IO METHODS
cb1a09d0 9183
fb9cefb4 9184LINES, PAGE, PAGE_LEN, LINES_LEFT, TOP_NAME, TOP_GV, FMT_NAME, FMT_GV,
f502af34 9185BOTTOM_NAME, BOTTOM_GV, SUBPROCESS, IoTYPE, IoFLAGS, IsSTD
cb1a09d0 9186
fb9cefb4 9187=item B::AV METHODS
cb1a09d0 9188
fb9cefb4 9189FILL, MAX, OFF, ARRAY, AvFLAGS
cb1a09d0 9190
fb9cefb4 9191=item B::CV METHODS
cb1a09d0 9192
a45bd81d 9193STASH, START, ROOT, GV, FILE, DEPTH, PADLIST, OUTSIDE, XSUB, XSUBANY,
a7ffa9b9 9194CvFLAGS, const_sv
cb1a09d0 9195
fb9cefb4 9196=item B::HV METHODS
f86702cc 9197
fb9cefb4 9198FILL, MAX, KEYS, RITER, NAME, PMROOT, ARRAY
f86702cc 9199
fb9cefb4 9200=item OP-RELATED CLASSES
f86702cc 9201
fb9cefb4 9202=item B::OP METHODS
f86702cc 9203
c76ac1ee 9204next, sibling, name, ppaddr, desc, targ, type, seq, flags, private
f86702cc 9205
fb9cefb4 9206=item B::UNOP METHOD
54310121 9207
fb9cefb4 9208first
dc848c6f 9209
fb9cefb4 9210=item B::BINOP METHOD
54310121 9211
fb9cefb4 9212last
54310121 9213
fb9cefb4 9214=item B::LOGOP METHOD
54310121 9215
fb9cefb4 9216other
54310121 9217
fb9cefb4 9218=item B::LISTOP METHOD
54310121 9219
fb9cefb4 9220children
54310121 9221
fb9cefb4 9222=item B::PMOP METHODS
54310121 9223
f502af34
JH
9224pmreplroot, pmreplstart, pmnext, pmregexp, pmflags, pmdynflags,
9225pmpermflags, precomp, pmoffet
54310121 9226
fb9cefb4 9227=item B::SVOP METHOD
54310121 9228
a45bd81d 9229sv, gv
54310121 9230
a45bd81d 9231=item B::PADOP METHOD
54310121 9232
a45bd81d 9233padix
54310121 9234
fb9cefb4 9235=item B::PVOP METHOD
54310121 9236
fb9cefb4 9237pv
54310121 9238
fb9cefb4 9239=item B::LOOP METHODS
54310121 9240
fb9cefb4 9241redoop, nextop, lastop
54310121 9242
fb9cefb4 9243=item B::COP METHODS
54310121 9244
a45bd81d 9245label, stash, file, cop_seq, arybase, line
54310121 9246
fb9cefb4 9247=back
54310121 9248
fb9cefb4 9249=item FUNCTIONS EXPORTED BY C<B>
54310121 9250
f502af34
JH
9251main_cv, init_av, begin_av, end_av, main_root, main_start, comppadlist,
9252regex_padav, sv_undef, sv_yes, sv_no, amagic_generation, walkoptree(OP,
9253METHOD), walkoptree_debug(DEBUG), walksymtable(SYMREF, METHOD, RECURSE,
9254PREFIX), svref_2object(SV), ppname(OPNUM), hash(STR), cast_I32(I), minus_c,
9255cstring(STR), class(OBJ), threadsv_names
54310121 9256
fb9cefb4 9257=item AUTHOR
54310121 9258
a45bd81d
GS
9259=back
9260
fb9cefb4
GS
9261=head2 B::Asmdata - Autogenerated data about Perl ops, used to generate
9262bytecode
54310121 9263
d420ca49 9264=over 4
a45bd81d 9265
fb9cefb4 9266=item SYNOPSIS
54310121 9267
fb9cefb4 9268=item DESCRIPTION
54310121 9269
80637b95
JH
9270%insn_data, @insn_name, @optype, @specialsv_name
9271
fb9cefb4 9272=item AUTHOR
54310121 9273
a45bd81d
GS
9274=back
9275
fb9cefb4 9276=head2 B::Assembler - Assemble Perl bytecode
54310121 9277
d420ca49 9278=over 4
a45bd81d 9279
fb9cefb4 9280=item SYNOPSIS
54310121 9281
fb9cefb4 9282=item DESCRIPTION
54310121 9283
a9ef4385 9284=item AUTHORS
54310121 9285
a45bd81d
GS
9286=back
9287
fb9cefb4 9288=head2 B::Bblock - Walk basic blocks
54310121 9289
d420ca49 9290=over 4
a45bd81d 9291
fb9cefb4 9292=item SYNOPSIS
54310121 9293
fb9cefb4 9294=item DESCRIPTION
54310121 9295
80637b95
JH
9296=over 4
9297
9298=item Functions
9299
9300B<find_leaders>
9301
9302=back
9303
fb9cefb4 9304=item AUTHOR
54310121 9305
a45bd81d
GS
9306=back
9307
fb9cefb4 9308=head2 B::Bytecode - Perl compiler's bytecode backend
54310121 9309
d420ca49 9310=over 4
a45bd81d 9311
fb9cefb4 9312=item SYNOPSIS
54310121 9313
fb9cefb4
GS
9314=item DESCRIPTION
9315
9316=item OPTIONS
9317
a45bd81d 9318B<-ofilename>, B<-afilename>, B<-->, B<-f>, B<-fcompress-nullops>,
a9ef4385 9319B<-fomit-sequence-numbers>, B<-fbypass-nullops>, B<-On>, B<-D>, B<-Do>,
4d4e713d 9320B<-Db>, B<-Da>, B<-DC>, B<-S>, B<-upackage>
fb9cefb4 9321
14218588
GS
9322=item EXAMPLES
9323
fb9cefb4
GS
9324=item BUGS
9325
a9ef4385 9326=item AUTHORS
fb9cefb4 9327
a45bd81d
GS
9328=back
9329
fb9cefb4
GS
9330=head2 B::C - Perl compiler's C backend
9331
d420ca49 9332=over 4
a45bd81d 9333
fb9cefb4
GS
9334=item SYNOPSIS
9335
9336=item DESCRIPTION
9337
9338=item OPTIONS
9339
9340B<-ofilename>, B<-v>, B<-->, B<-uPackname>, B<-D>, B<-Do>, B<-Dc>, B<-DA>,
04b01f78 9341B<-DC>, B<-DM>, B<-f>, B<-fcog>, B<-fsave-data>, B<-fppaddr>, B<-fwarn-sv>,
f502af34
JH
9342B<-fuse-script-name>, B<-fsave-sig-hash>, B<-On>, B<-O0>, B<-O1>, B<-O2>,
9343B<-llimit>
fb9cefb4
GS
9344
9345=item EXAMPLES
9346
9347=item BUGS
9348
9349=item AUTHOR
9350
a45bd81d
GS
9351=back
9352
fb9cefb4
GS
9353=head2 B::CC - Perl compiler's optimized C translation backend
9354
d420ca49 9355=over 4
a45bd81d 9356
fb9cefb4
GS
9357=item SYNOPSIS
9358
9359=item DESCRIPTION
9360
9361=item OPTIONS
9362
9363B<-ofilename>, B<-v>, B<-->, B<-uPackname>, B<-mModulename>, B<-D>, B<-Dr>,
9364B<-DO>, B<-Ds>, B<-Dp>, B<-Dq>, B<-Dl>, B<-Dt>, B<-f>,
9365B<-ffreetmps-each-bblock>, B<-ffreetmps-each-loop>, B<-fomit-taint>, B<-On>
9366
9367=item EXAMPLES
9368
9369=item BUGS
9370
9371=item DIFFERENCES
9372
d420ca49 9373=over 4
fb9cefb4
GS
9374
9375=item Loops
9376
9377=item Context of ".."
9378
9379=item Arithmetic
9380
9381=item Deprecated features
9382
9383=back
9384
9385=item AUTHOR
9386
a45bd81d
GS
9387=back
9388
76d3c696
JH
9389=head2 B::Concise - Walk Perl syntax tree, printing concise info about ops
9390
9391=over 4
9392
9393=item SYNOPSIS
9394
9395=item DESCRIPTION
9396
ff426ff2
JH
9397=item EXAMPLE
9398
76d3c696
JH
9399=item OPTIONS
9400
9401B<-basic>, B<-exec>, B<-tree>, B<-compact>, B<-loose>, B<-vt>, B<-ascii>,
9402B<-main>, B<-base>I<n>, B<-bigendian>, B<-littleendian>, B<-concise>,
9403B<-terse>, B<-linenoise>, B<-debug>, B<-env>
9404
9405=item FORMATTING SPECIFICATIONS
9406
9407B<(x(>I<exec_text>B<;>I<basic_text>B<)x)>, B<(*(>I<text>B<)*)>,
9408B<(*(>I<text1>B<;>I<text2>B<)*)>, B<(?(>I<text1>B<#>I<var>I<Text2>B<)?)>,
9409B<#>I<var>, B<#>I<var>I<N>, B<~>, B<#addr>, B<#arg>, B<#class>,
ff426ff2
JH
9410B<#classsym>, B<#coplabel>, B<#exname>, B<#extarg>, B<#firstaddr>,
9411B<#flags>, B<#flagval>, B<#hyphseq>, B<#label>, B<#lastaddr>, B<#name>,
76d3c696
JH
9412B<#NAME>, B<#next>, B<#nextaddr>, B<#noise>, B<#private>, B<#privval>,
9413B<#seq>, B<#seqnum>, B<#sibaddr>, B<#svaddr>, B<#svclass>, B<#svval>,
9414B<#targ>, B<#targarg>, B<#targarglife>, B<#typenum>
9415
9416=item ABBREVIATIONS
9417
9418=over 4
9419
9420=item OP flags abbreviations
9421
9422=item OP class abbreviations
9423
9424=back
9425
1fa7ca25
JH
9426=item Using B::Concise outside of the O framework
9427
76d3c696
JH
9428=item AUTHOR
9429
9430=back
9431
fb9cefb4
GS
9432=head2 B::Debug - Walk Perl syntax tree, printing debug info about ops
9433
d420ca49 9434=over 4
a45bd81d 9435
fb9cefb4
GS
9436=item SYNOPSIS
9437
9438=item DESCRIPTION
9439
9440=item AUTHOR
9441
a45bd81d
GS
9442=back
9443
fb9cefb4
GS
9444=head2 B::Deparse - Perl compiler backend to produce perl code
9445
d420ca49 9446=over 4
a45bd81d 9447
fb9cefb4
GS
9448=item SYNOPSIS
9449
9450=item DESCRIPTION
9451
9452=item OPTIONS
9453
fe9287c4
JH
9454B<-l>, B<-p>, B<-P>, B<-q>, B<-f>I<FILE>, B<-s>I<LETTERS>, B<C>,
9455B<i>I<NUMBER>, B<T>, B<v>I<STRING>B<.>, B<-x>I<LEVEL>
c76ac1ee
GS
9456
9457=item USING B::Deparse AS A MODULE
9458
d420ca49 9459=over 4
c76ac1ee
GS
9460
9461=item Synopsis
9462
9463=item Description
9464
9465=item new
9466
d2f2ce36
JH
9467=item ambient_pragmas
9468
9469strict, $[, bytes, utf8, integer, re, warnings, hint_bits, warning_bits
9470
c76ac1ee
GS
9471=item coderef2text
9472
9473=back
fb9cefb4
GS
9474
9475=item BUGS
9476
9477=item AUTHOR
9478
a45bd81d
GS
9479=back
9480
fb9cefb4
GS
9481=head2 B::Disassembler - Disassemble Perl bytecode
9482
d420ca49 9483=over 4
a45bd81d 9484
fb9cefb4
GS
9485=item SYNOPSIS
9486
9487=item DESCRIPTION
9488
9489=item AUTHOR
9490
a45bd81d
GS
9491=back
9492
fb9cefb4
GS
9493=head2 B::Lint - Perl lint
9494
d420ca49 9495=over 4
a45bd81d 9496
fb9cefb4
GS
9497=item SYNOPSIS
9498
9499=item DESCRIPTION
9500
9501=item OPTIONS AND LINT CHECKS
9502
9503B<context>, B<implicit-read> and B<implicit-write>, B<dollar-underscore>,
9504B<private-names>, B<undefined-subs>, B<regexp-variables>, B<all>, B<none>
9505
9506=item NON LINT-CHECK OPTIONS
9507
9508B<-u Package>
9509
9510=item BUGS
9511
9512=item AUTHOR
9513
a45bd81d
GS
9514=back
9515
fb9cefb4
GS
9516=head2 B::O, O - Generic interface to Perl Compiler backends
9517
d420ca49 9518=over 4
a45bd81d 9519
fb9cefb4
GS
9520=item SYNOPSIS
9521
9522=item DESCRIPTION
9523
9524=item CONVENTIONS
9525
9526=item IMPLEMENTATION
9527
9528=item AUTHOR
9529
a45bd81d
GS
9530=back
9531
fb9cefb4
GS
9532=head2 B::Showlex - Show lexical variables used in functions or files
9533
d420ca49 9534=over 4
a45bd81d 9535
fb9cefb4
GS
9536=item SYNOPSIS
9537
9538=item DESCRIPTION
9539
9540=item AUTHOR
9541
a45bd81d
GS
9542=back
9543
fb9cefb4
GS
9544=head2 B::Stackobj - Helper module for CC backend
9545
d420ca49 9546=over 4
a45bd81d 9547
fb9cefb4
GS
9548=item SYNOPSIS
9549
9550=item DESCRIPTION
9551
9552=item AUTHOR
9553
a45bd81d
GS
9554=back
9555
4755096e
GS
9556=head2 B::Stash - show what stashes are loaded
9557
fb9cefb4
GS
9558=head2 B::Terse - Walk Perl syntax tree, printing terse info about ops
9559
d420ca49 9560=over 4
a45bd81d 9561
fb9cefb4
GS
9562=item SYNOPSIS
9563
9564=item DESCRIPTION
9565
9566=item AUTHOR
9567
a45bd81d
GS
9568=back
9569
fb9cefb4
GS
9570=head2 B::Xref - Generates cross reference reports for Perl programs
9571
d420ca49 9572=over 4
a45bd81d 9573
fb9cefb4
GS
9574=item SYNOPSIS
9575
9576=item DESCRIPTION
9577
9578=item OPTIONS
9579
9580C<-oFILENAME>, C<-r>, C<-D[tO]>
9581
9582=item BUGS
9583
9584=item AUTHOR
9585
a45bd81d
GS
9586=back
9587
14218588
GS
9588=head2 Bblock, B::Bblock - Walk basic blocks
9589
d420ca49 9590=over 4
a45bd81d 9591
14218588
GS
9592=item SYNOPSIS
9593
9594=item DESCRIPTION
9595
80637b95
JH
9596=over 4
9597
9598=item Functions
9599
9600B<find_leaders>
9601
9602=back
9603
14218588
GS
9604=item AUTHOR
9605
a45bd81d
GS
9606=back
9607
9608=head2 Benchmark - benchmark running times of Perl code
9609
d420ca49 9610=over 4
fb9cefb4
GS
9611
9612=item SYNOPSIS
9613
9614=item DESCRIPTION
9615
d420ca49 9616=over 4
fb9cefb4
GS
9617
9618=item Methods
9619
c76ac1ee 9620new, debug, iters
fb9cefb4
GS
9621
9622=item Standard Exports
9623
9624timeit(COUNT, CODE), timethis ( COUNT, CODE, [ TITLE, [ STYLE ]] ),
c76ac1ee
GS
9625timethese ( COUNT, CODEHASHREF, [ STYLE ] ), timediff ( T1, T2 ), timestr (
9626TIMEDIFF, [ STYLE, [ FORMAT ] ] )
fb9cefb4
GS
9627
9628=item Optional Exports
9629
c76ac1ee 9630clearcache ( COUNT ), clearallcache ( ), cmpthese ( COUT, CODEHASHREF, [
ba62762e
JH
9631STYLE ] ), cmpthese ( RESULTSHASHREF, [ STYLE ] ), countit(TIME, CODE),
9632disablecache ( ), enablecache ( ), timesum ( T1, T2 )
fb9cefb4
GS
9633
9634=back
9635
9636=item NOTES
9637
a45bd81d
GS
9638=item EXAMPLES
9639
fb9cefb4
GS
9640=item INHERITANCE
9641
9642=item CAVEATS
9643
a45bd81d
GS
9644=item SEE ALSO
9645
fb9cefb4
GS
9646=item AUTHORS
9647
9648=item MODIFICATION HISTORY
9649
a45bd81d
GS
9650=back
9651
14218588
GS
9652=head2 ByteLoader - load byte compiled perl code
9653
d420ca49 9654=over 4
a45bd81d 9655
14218588
GS
9656=item SYNOPSIS
9657
9658=item DESCRIPTION
9659
9660=item AUTHOR
9661
9662=item SEE ALSO
9663
a45bd81d
GS
9664=back
9665
14218588
GS
9666=head2 Bytecode, B::Bytecode - Perl compiler's bytecode backend
9667
d420ca49 9668=over 4
a45bd81d 9669
14218588
GS
9670=item SYNOPSIS
9671
9672=item DESCRIPTION
9673
9674=item OPTIONS
9675
a45bd81d 9676B<-ofilename>, B<-afilename>, B<-->, B<-f>, B<-fcompress-nullops>,
a9ef4385 9677B<-fomit-sequence-numbers>, B<-fbypass-nullops>, B<-On>, B<-D>, B<-Do>,
4d4e713d 9678B<-Db>, B<-Da>, B<-DC>, B<-S>, B<-upackage>
14218588
GS
9679
9680=item EXAMPLES
9681
9682=item BUGS
9683
a9ef4385 9684=item AUTHORS
14218588 9685
a45bd81d
GS
9686=back
9687
fb9cefb4
GS
9688=head2 CGI - Simple Common Gateway Interface Class
9689
d420ca49 9690=over 4
a45bd81d 9691
fb9cefb4
GS
9692=item SYNOPSIS
9693
9694=item ABSTRACT
9695
9696=item DESCRIPTION
9697
d420ca49 9698=over 4
fb9cefb4
GS
9699
9700=item PROGRAMMING STYLE
9701
9702=item CALLING CGI.PM ROUTINES
9703
fb9cefb4
GS
9704=item CREATING A NEW QUERY OBJECT (OBJECT-ORIENTED STYLE):
9705
9706=item CREATING A NEW QUERY OBJECT FROM AN INPUT FILE
9707
9708=item FETCHING A LIST OF KEYWORDS FROM THE QUERY:
9709
9710=item FETCHING THE NAMES OF ALL THE PARAMETERS PASSED TO YOUR SCRIPT:
9711
9712=item FETCHING THE VALUE OR VALUES OF A SINGLE NAMED PARAMETER:
9713
9714=item SETTING THE VALUE(S) OF A NAMED PARAMETER:
9715
9716=item APPENDING ADDITIONAL VALUES TO A NAMED PARAMETER:
9717
9718=item IMPORTING ALL PARAMETERS INTO A NAMESPACE:
9719
9720=item DELETING A PARAMETER COMPLETELY:
9721
9722=item DELETING ALL PARAMETERS:
9723
9724=item DIRECT ACCESS TO THE PARAMETER LIST:
9725
a10cf691
GS
9726=item FETCHING THE PARAMETER LIST AS A HASH:
9727
fb9cefb4
GS
9728=item SAVING THE STATE OF THE SCRIPT TO A FILE:
9729
a10cf691
GS
9730=item RETRIEVING CGI ERRORS
9731
fb9cefb4
GS
9732=item USING THE FUNCTION-ORIENTED INTERFACE
9733
f502af34 9734B<:cgi>, B<:form>, B<:html2>, B<:html3>, B<:html4>, B<:netscape>, B<:html>,
fb9cefb4
GS
9735B<:standard>, B<:all>
9736
9737=item PRAGMAS
9738
bd28ded5
JH
9739-any, -compile, -nosticky, -no_undef_params, -no_xhtml, -nph,
9740-newstyle_urls, -oldstyle_urls, -autoload, -no_debug, -debug,
9741-private_tempfiles
fb9cefb4 9742
14218588
GS
9743=item SPECIAL FORMS FOR IMPORTING HTML-TAG FUNCTIONS
9744
f502af34
JH
97451. start_table() (generates a <table> tag), 2. end_table() (generates a
9746</table> tag), 3. start_ul() (generates a <ul> tag), 4. end_ul() (generates
9747a </ul> tag)
14218588
GS
9748
9749=back
fb9cefb4
GS
9750
9751=item GENERATING DYNAMIC DOCUMENTS
9752
d420ca49 9753=over 4
fb9cefb4
GS
9754
9755=item CREATING A STANDARD HTTP HEADER:
9756
9757=item GENERATING A REDIRECTION HEADER
9758
9759=item CREATING THE HTML DOCUMENT HEADER
9760
9761B<Parameters:>, 4, 5, 6..
9762
9763=item ENDING THE HTML DOCUMENT:
9764
9765=item CREATING A SELF-REFERENCING URL THAT PRESERVES STATE INFORMATION:
9766
9767=item OBTAINING THE SCRIPT'S URL
9768
9769B<-absolute>, B<-relative>, B<-full>, B<-path> (B<-path_info>), B<-query>
37d4d706 9770(B<-query_string>), B<-base>
fb9cefb4 9771
14218588
GS
9772=item MIXING POST AND URL PARAMETERS
9773
fb9cefb4
GS
9774=back
9775
9776=item CREATING STANDARD HTML ELEMENTS:
9777
d420ca49 9778=over 4
fb9cefb4
GS
9779
9780=item PROVIDING ARGUMENTS TO HTML SHORTCUTS
9781
9782=item THE DISTRIBUTIVE PROPERTY OF HTML SHORTCUTS
9783
9784=item HTML SHORTCUTS AND LIST INTERPOLATION
9785
9786=item NON-STANDARD HTML SHORTCUTS
9787
d722968f
JH
9788=item AUTOESCAPING HTML
9789
9790$escaped_string = escapeHTML("unescaped string");, $charset =
9791charset([$charset]);, $flag = autoEscape([$flag]);
9792
14218588
GS
9793=item PRETTY-PRINTING HTML
9794
fb9cefb4
GS
9795=back
9796
9797=item CREATING FILL-OUT FORMS:
9798
d420ca49 9799=over 4
fb9cefb4
GS
9800
9801=item CREATING AN ISINDEX TAG
9802
9803=item STARTING AND ENDING A FORM
9804
9805B<application/x-www-form-urlencoded>, B<multipart/form-data>
9806
9807=item CREATING A TEXT FIELD
9808
9809B<Parameters>
9810
9811=item CREATING A BIG TEXT FIELD
9812
9813=item CREATING A PASSWORD FIELD
9814
9815=item CREATING A FILE UPLOAD FIELD
9816
9817B<Parameters>
9818
9819=item CREATING A POPUP MENU
9820
9821=item CREATING A SCROLLING LIST
9822
9823B<Parameters:>
9824
9825=item CREATING A GROUP OF RELATED CHECKBOXES
54310121 9826
9827B<Parameters:>
9828
9829=item CREATING A STANDALONE CHECKBOX
9830
9831B<Parameters:>
9832
9833=item CREATING A RADIO BUTTON GROUP
9834
9835B<Parameters:>
9836
9837=item CREATING A SUBMIT BUTTON
9838
9839B<Parameters:>
9840
9841=item CREATING A RESET BUTTON
9842
9843=item CREATING A DEFAULT BUTTON
9844
9845=item CREATING A HIDDEN FIELD
9846
9847B<Parameters:>
9848
9849=item CREATING A CLICKABLE IMAGE BUTTON
9850
ff426ff2 9851B<Parameters:>
54310121 9852
9853=item CREATING A JAVASCRIPT ACTION BUTTON
9854
9855=back
9856
14218588 9857=item HTTP COOKIES
54310121 9858
98591. an expiration time, 2. a domain, 3. a path, 4. a "secure" flag,
9860B<-name>, B<-value>, B<-path>, B<-domain>, B<-expires>, B<-secure>
9861
14218588 9862=item WORKING WITH FRAMES
54310121 9863
98641. Create a <Frameset> document, 2. Specify the destination for the
9865document in the HTTP header, 3. Specify the destination for the document in
f502af34 9866the <form> tag
54310121 9867
c90c0ff4 9868=item LIMITED SUPPORT FOR CASCADING STYLE SHEETS
9869
54310121 9870=item DEBUGGING
9871
d420ca49 9872=over 4
54310121 9873
9874=item DUMPING OUT ALL THE NAME/VALUE PAIRS
9875
9876=back
9877
9878=item FETCHING ENVIRONMENT VARIABLES
9879
14218588 9880B<Accept()>, B<raw_cookie()>, B<user_agent()>, B<path_info()>,
ff426ff2
JH
9881B<path_translated()>, B<remote_host()>, B<script_name()>, B<referer()>,
9882B<auth_type ()>, B<server_name ()>, B<virtual_host ()>, B<server_port ()>,
37d4d706
JH
9883B<server_software ()>, B<remote_user ()>, B<user_name ()>,
9884B<request_method()>, B<content_type()>, B<http()>, B<https()>
54310121 9885
fb9cefb4 9886=item USING NPH SCRIPTS
54310121 9887
fb9cefb4 9888In the B<use> statement, By calling the B<nph()> method:, By using B<-nph>
ab648d5e 9889parameters
54310121 9890
fb9cefb4 9891=item Server Push
54310121 9892
2d967e39 9893multipart_init(), multipart_start(), multipart_end(), multipart_final()
54310121 9894
fb9cefb4 9895=item Avoiding Denial of Service Attacks
54310121 9896
fb9cefb4
GS
9897B<$CGI::POST_MAX>, B<$CGI::DISABLE_UPLOADS>, B<1. On a script-by-script
9898basis>, B<2. Globally for all scripts>
54310121 9899
fb9cefb4 9900=item COMPATIBILITY WITH CGI-LIB.PL
54310121 9901
9902=item AUTHOR INFORMATION
9903
9904=item CREDITS
9905
9906Matt Heffron (heffron@falstaff.css.beckman.com), James Taylor
9907(james.taylor@srs.gov), Scott Anguish <sanguish@digifix.com>, Mike Jewell
9908(mlj3u@virginia.edu), Timothy Shimmin (tes@kbs.citri.edu.au), Joergen Haegg
14218588
GS
9909(jh@axis.se), Laurent Delfosse (delfosse@delfosse.com), Richard Resnick
9910(applepi1@aol.com), Craig Bishop (csb@barwonwater.vic.gov.au), Tony Curtis
9911(tc@vcpc.univie.ac.at), Tim Bunce (Tim.Bunce@ig.co.uk), Tom Christiansen
9912(tchrist@convex.com), Andreas Koenig (k@franz.ww.TU-Berlin.DE), Tim
9913MacKenzie (Tim.MacKenzie@fulcrum.com.au), Kevin B. Hendricks
9914(kbhend@dogwood.tyler.wm.edu), Stephen Dahmen (joyfire@inxpress.net), Ed
9915Jordan (ed@fidalgo.net), David Alan Pisoni (david@cnation.com), Doug
9916MacEachern (dougm@opengroup.org), Robin Houston (robin@oneworld.org),
9917...and many many more..
54310121 9918
9919=item A COMPLETE EXAMPLE OF A SIMPLE FORM-BASED SCRIPT
9920
9921=item BUGS
9922
9923=item SEE ALSO
9924
a45bd81d
GS
9925=back
9926
9927=head2 CGI::Apache - Backward compatibility module for CGI.pm
9928
d420ca49 9929=over 4
54310121 9930
9931=item SYNOPSIS
9932
a45bd81d
GS
9933=item ABSTRACT
9934
54310121 9935=item DESCRIPTION
9936
a45bd81d 9937=item AUTHOR INFORMATION
137443ea 9938
a45bd81d 9939=item BUGS
54310121 9940
9941=item SEE ALSO
9942
a45bd81d 9943=back
54310121 9944
9945=head2 CGI::Carp, B<CGI::Carp> - CGI routines for writing to the HTTPD (or
9946other) error log
9947
d420ca49 9948=over 4
a45bd81d 9949
54310121 9950=item SYNOPSIS
9951
9952=item DESCRIPTION
9953
9954=item REDIRECTING ERROR MESSAGES
9955
9956=item MAKING PERL ERRORS APPEAR IN THE BROWSER WINDOW
9957
d420ca49 9958=over 4
fb9cefb4
GS
9959
9960=item Changing the default message
9961
9962=back
9963
10862624
RF
9964=item MAKING WARNINGS APPEAR AS HTML COMMENTS
9965
54310121 9966=item CHANGE LOG
9967
9968=item AUTHORS
9969
9970=item SEE ALSO
9971
a45bd81d
GS
9972=back
9973
fb9cefb4
GS
9974=head2 CGI::Cookie - Interface to Netscape Cookies
9975
d420ca49 9976=over 4
a45bd81d 9977
fb9cefb4
GS
9978=item SYNOPSIS
9979
9980=item DESCRIPTION
9981
9982=item USING CGI::Cookie
9983
9984B<1. expiration date>, B<2. domain>, B<3. path>, B<4. secure flag>
9985
d420ca49 9986=over 4
fb9cefb4
GS
9987
9988=item Creating New Cookies
9989
9990=item Sending the Cookie to the Browser
9991
9992=item Recovering Previous Cookies
9993
9994=item Manipulating Cookies
9995
9996B<name()>, B<value()>, B<domain()>, B<path()>, B<expires()>
9997
9998=back
9999
10000=item AUTHOR INFORMATION
10001
10002=item BUGS
10003
10004=item SEE ALSO
10005
a45bd81d
GS
10006=back
10007
54310121 10008=head2 CGI::Fast - CGI Interface for Fast CGI
10009
d420ca49 10010=over 4
a45bd81d 10011
54310121 10012=item SYNOPSIS
10013
10014=item DESCRIPTION
10015
10016=item OTHER PIECES OF THE PUZZLE
10017
10018=item WRITING FASTCGI PERL SCRIPTS
10019
10020=item INSTALLING FASTCGI SCRIPTS
10021
10022=item USING FASTCGI SCRIPTS AS CGI SCRIPTS
10023
53d7eaa8
JH
10024=item EXTERNAL FASTCGI SERVER INVOCATION
10025
10026FCGI_SOCKET_PATH, FCGI_LISTEN_QUEUE
10027
54310121 10028=item CAVEATS
10029
10030=item AUTHOR INFORMATION
10031
10032=item BUGS
10033
10034=item SEE ALSO
10035
a45bd81d
GS
10036=back
10037
c76ac1ee
GS
10038=head2 CGI::Pretty - module to produce nicely formatted HTML code
10039
d420ca49 10040=over 4
a45bd81d 10041
c76ac1ee
GS
10042=item SYNOPSIS
10043
10044=item DESCRIPTION
10045
d420ca49 10046=over 4
c76ac1ee
GS
10047
10048=item Tags that won't be formatted
10049
a45bd81d
GS
10050=item Customizing the Indenting
10051
c76ac1ee
GS
10052=back
10053
10054=item BUGS
10055
10056=item AUTHOR
10057
10058=item SEE ALSO
10059
a45bd81d
GS
10060=back
10061
54310121 10062=head2 CGI::Push - Simple Interface to Server Push
10063
d420ca49 10064=over 4
a45bd81d 10065
54310121 10066=item SYNOPSIS
10067
10068=item DESCRIPTION
10069
10070=item USING CGI::Push
10071
2d967e39 10072-next_page, -last_page, -type, -delay, -cookie, -target, -expires, -nph
54310121 10073
d420ca49 10074=over 4
fb9cefb4
GS
10075
10076=item Heterogeneous Pages
10077
10078=item Changing the Page Delay on the Fly
10079
10080=back
10081
54310121 10082=item INSTALLING CGI::Push SCRIPTS
10083
54310121 10084=item AUTHOR INFORMATION
10085
10086=item BUGS
10087
10088=item SEE ALSO
10089
a45bd81d
GS
10090=back
10091
10092=head2 CGI::Switch - Backward compatibility module for defunct CGI::Switch
10093
d420ca49 10094=over 4
54310121 10095
10096=item SYNOPSIS
10097
a45bd81d
GS
10098=item ABSTRACT
10099
54310121 10100=item DESCRIPTION
10101
a45bd81d 10102=item AUTHOR INFORMATION
54310121 10103
a45bd81d
GS
10104=item BUGS
10105
10106=item SEE ALSO
10107
10108=back
54310121 10109
2d967e39
JH
10110=head2 CGI::Util - Internal utilities used by CGI module
10111
10112=over 4
10113
10114=item SYNOPSIS
10115
10116=item DESCRIPTION
10117
10118=item AUTHOR INFORMATION
10119
10120=item SEE ALSO
10121
10122=back
10123
8ebc5c01 10124=head2 CPAN - query, download and build perl modules from CPAN sites
cb1a09d0 10125
d420ca49 10126=over 4
a45bd81d 10127
8ebc5c01 10128=item SYNOPSIS
cb1a09d0 10129
8ebc5c01 10130=item DESCRIPTION
cb1a09d0 10131
d420ca49 10132=over 4
cb1a09d0 10133
8ebc5c01 10134=item Interactive Mode
cb1a09d0 10135
8ebc5c01 10136Searching for authors, bundles, distribution files and modules, make, test,
694468e3 10137install, clean modules or distributions, get, readme, look module or
f40a6c71 10138distribution, ls author, Signals
cb1a09d0 10139
8ebc5c01 10140=item CPAN::Shell
cb1a09d0 10141
774d564b 10142=item autobundle
10143
10144=item recompile
10145
d516a115 10146=item The four C<CPAN::*> Classes: Author, Bundle, Module, Distribution
dc848c6f 10147
10862624 10148=item Programmer's interface
cb1a09d0 10149
165c0277
JH
10150expand($type,@things), expandany(@things), Programming Examples
10151
10152=item Methods in the other Classes
10153
10154CPAN::Author::as_glimpse(), CPAN::Author::as_string(),
10155CPAN::Author::email(), CPAN::Author::fullname(), CPAN::Author::name(),
10156CPAN::Bundle::as_glimpse(), CPAN::Bundle::as_string(),
10157CPAN::Bundle::clean(), CPAN::Bundle::contains(),
10158CPAN::Bundle::force($method,@args), CPAN::Bundle::get(),
10159CPAN::Bundle::inst_file(), CPAN::Bundle::inst_version(),
10160CPAN::Bundle::uptodate(), CPAN::Bundle::install(), CPAN::Bundle::make(),
10161CPAN::Bundle::readme(), CPAN::Bundle::test(),
10162CPAN::Distribution::as_glimpse(), CPAN::Distribution::as_string(),
10163CPAN::Distribution::clean(), CPAN::Distribution::containsmods(),
10164CPAN::Distribution::cvs_import(), CPAN::Distribution::dir(),
10165CPAN::Distribution::force($method,@args), CPAN::Distribution::get(),
10166CPAN::Distribution::install(), CPAN::Distribution::isa_perl(),
10167CPAN::Distribution::look(), CPAN::Distribution::make(),
10168CPAN::Distribution::prereq_pm(), CPAN::Distribution::readme(),
10169CPAN::Distribution::test(), CPAN::Distribution::uptodate(),
10170CPAN::Index::force_reload(), CPAN::Index::reload(), CPAN::InfoObj::dump(),
10171CPAN::Module::as_glimpse(), CPAN::Module::as_string(),
10172CPAN::Module::clean(), CPAN::Module::cpan_file(),
10173CPAN::Module::cpan_version(), CPAN::Module::cvs_import(),
10174CPAN::Module::description(), CPAN::Module::force($method,@args),
10175CPAN::Module::get(), CPAN::Module::inst_file(),
10176CPAN::Module::inst_version(), CPAN::Module::install(),
10177CPAN::Module::look(), CPAN::Module::make(),
10178CPAN::Module::manpage_headline(), CPAN::Module::readme(),
10179CPAN::Module::test(), CPAN::Module::uptodate(), CPAN::Module::userid()
d516a115 10180
8ebc5c01 10181=item Cache Manager
cb1a09d0 10182
8ebc5c01 10183=item Bundles
cb1a09d0 10184
774d564b 10185=item Prerequisites
cb1a09d0 10186
fb9cefb4
GS
10187=item Finding packages and VERSION
10188
774d564b 10189=item Debugging
10190
14218588 10191=item Floppy, Zip, Offline Mode
cb1a09d0
AD
10192
10193=back
10194
8ebc5c01 10195=item CONFIGURATION
cb1a09d0 10196
694468e3
GS
10197C<o conf E<lt>scalar optionE<gt>>, C<o conf E<lt>scalar optionE<gt>
10198E<lt>valueE<gt>>, C<o conf E<lt>list optionE<gt>>, C<o conf E<lt>list
10199optionE<gt> [shift|pop]>, C<o conf E<lt>list optionE<gt>
10200[unshift|push|splice] E<lt>listE<gt>>
cb1a09d0 10201
d420ca49 10202=over 4
d516a115 10203
14218588
GS
10204=item Note on urllist parameter's format
10205
10206=item urllist parameter has CD-ROM support
d516a115
JH
10207
10208=back
10209
8ebc5c01 10210=item SECURITY
cb1a09d0 10211
8ebc5c01 10212=item EXPORT
cb1a09d0 10213
14218588
GS
10214=item POPULATE AN INSTALLATION WITH LOTS OF MODULES
10215
10216=item WORKING WITH CPAN.pm BEHIND FIREWALLS
10217
d420ca49 10218=over 4
10862624
RF
10219
10220=item Three basic types of firewalls
10221
14218588
GS
10222http firewall, ftp firewall, One way visibility, SOCKS, IP Masquerade
10223
93d73c42 10224=item Configuring lynx or ncftp for going through a firewall
10862624
RF
10225
10226=back
10227
10228=item FAQ
10229
ab648d5e 102301), 2), 3), 4), 5), 6), 7), 8), 9), 10)
10862624 10231
774d564b 10232=item BUGS
cb1a09d0
AD
10233
10234=item AUTHOR
10235
f40a6c71
SC
10236=item TRANSLATIONS
10237
8ebc5c01 10238=item SEE ALSO
cb1a09d0 10239
a45bd81d
GS
10240=back
10241
8ebc5c01 10242=head2 CPAN::FirstTime - Utility for CPAN::Config file Initialization
cb1a09d0 10243
d420ca49 10244=over 4
a45bd81d 10245
cb1a09d0
AD
10246=item SYNOPSIS
10247
cb1a09d0
AD
10248=item DESCRIPTION
10249
a45bd81d
GS
10250=back
10251
8ebc5c01 10252=head2 CPANox, CPAN::Nox - Wrapper around CPAN.pm without using any XS
10253module
cb1a09d0 10254
d420ca49 10255=over 4
a45bd81d 10256
cb1a09d0
AD
10257=item SYNOPSIS
10258
cb1a09d0
AD
10259=item DESCRIPTION
10260
8ebc5c01 10261=item SEE ALSO
cb1a09d0 10262
a45bd81d
GS
10263=back
10264
d516a115 10265=head2 Carp, carp - warn of errors (from perspective of caller)
cb1a09d0 10266
d420ca49 10267=over 4
a45bd81d 10268
8ebc5c01 10269=item SYNOPSIS
cb1a09d0 10270
8ebc5c01 10271=item DESCRIPTION
cb1a09d0 10272
d420ca49 10273=over 4
d516a115
JH
10274
10275=item Forcing a Stack Trace
10276
10277=back
10278
14218588
GS
10279=item BUGS
10280
a45bd81d
GS
10281=back
10282
ab648d5e
JH
10283=head2 Carp::Heavy, Carp heavy machinery - no user serviceable parts inside
10284
0d0e97a6
JH
10285=head2 Class::ISA -- report the search path for a class's ISA tree
10286
10287=over 4
10288
10289=item SYNOPSIS
10290
10291=item DESCRIPTION
10292
10293=item FUNCTIONS
10294
10295the function Class::ISA::super_path($CLASS), the function
10296Class::ISA::self_and_super_path($CLASS), the function
10297Class::ISA::self_and_super_versions($CLASS)
10298
10299=item CAUTIONARY NOTES
10300
10301=item COPYRIGHT
10302
10303=item AUTHOR
10304
10305=back
10306
8cc95fdb 10307=head2 Class::Struct - declare struct-like datatypes as Perl classes
cb1a09d0 10308
d420ca49 10309=over 4
a45bd81d 10310
cb1a09d0
AD
10311=item SYNOPSIS
10312
cb1a09d0
AD
10313=item DESCRIPTION
10314
d420ca49 10315=over 4
8cc95fdb 10316
10317=item The C<struct()> function
10318
d420ca49
AD
10319=item Class Creation at Compile Time
10320
8cc95fdb 10321=item Element Types and Accessor Methods
10322
10323Scalar (C<'$'> or C<'*$'>), Array (C<'@'> or C<'*@'>), Hash (C<'%'> or
10324C<'*%'>), Class (C<'Class_Name'> or C<'*Class_Name'>)
10325
a10cf691
GS
10326=item Initializing with C<new>
10327
8cc95fdb 10328=back
10329
8ebc5c01 10330=item EXAMPLES
cb1a09d0 10331
a10cf691 10332Example 1, Example 2, Example 3
cb1a09d0 10333
8cc95fdb 10334=item Author and Modification History
cb1a09d0 10335
a45bd81d
GS
10336=back
10337
14218588
GS
10338=head2 Config - access Perl configuration information
10339
d420ca49 10340=over 4
a45bd81d 10341
14218588
GS
10342=item SYNOPSIS
10343
10344=item DESCRIPTION
10345
10346myconfig(), config_sh(), config_vars(@names)
10347
10348=item EXAMPLE
10349
10350=item WARNING
10351
10352=item GLOSSARY
10353
d420ca49 10354=over 4
14218588
GS
10355
10356=item _
10357
10358C<_a>, C<_exe>, C<_o>
10359
10360=item a
10361
640374d0
JH
10362C<afs>, C<afsroot>, C<alignbytes>, C<ansi2knr>, C<aphostname>,
10363C<api_revision>, C<api_subversion>, C<api_version>, C<api_versionstring>,
10364C<ar>, C<archlib>, C<archlibexp>, C<archname64>, C<archname>, C<archobjs>,
10365C<awk>
14218588
GS
10366
10367=item b
10368
c76ac1ee
GS
10369C<baserev>, C<bash>, C<bin>, C<bincompat5005>, C<binexp>, C<bison>,
10370C<byacc>, C<byteorder>
14218588
GS
10371
10372=item c
10373
10374C<c>, C<castflags>, C<cat>, C<cc>, C<cccdlflags>, C<ccdlflags>, C<ccflags>,
93d73c42
JH
10375C<ccflags_uselargefiles>, C<ccname>, C<ccsymbols>, C<ccversion>, C<cf_by>,
10376C<cf_email>, C<cf_time>, C<charsize>, C<chgrp>, C<chmod>, C<chown>,
772ff3b9
JH
10377C<clocktype>, C<comm>, C<compress>, C<contains>, C<cp>, C<cpio>, C<cpp>,
10378C<cpp_stuff>, C<cppccsymbols>, C<cppflags>, C<cpplast>, C<cppminus>,
5440bc8e 10379C<cpprun>, C<cppstdin>, C<cppsymbols>, C<cryptlib>, C<csh>
14218588
GS
10380
10381=item d
10382
2cc61e15
DD
10383C<d__fwalk>, C<d_access>, C<d_accessx>, C<d_alarm>, C<d_archlib>,
10384C<d_atolf>, C<d_atoll>, C<d_attribut>, C<d_bcmp>, C<d_bcopy>,
10385C<d_bincompat5005>, C<d_bsd>, C<d_bsdgetpgrp>, C<d_bsdsetpgrp>, C<d_bzero>,
10386C<d_casti32>, C<d_castneg>, C<d_charvspr>, C<d_chown>, C<d_chroot>,
758a5d79
JH
10387C<d_chsize>, C<d_class>, C<d_closedir>, C<d_cmsghdr_s>, C<d_const>,
10388C<d_crypt>, C<d_csh>, C<d_cuserid>, C<d_dbl_dig>, C<d_dbminitproto>,
34babc16
JH
10389C<d_difftime>, C<d_dirfd>, C<d_dirnamlen>, C<d_dlerror>, C<d_dlopen>,
10390C<d_dlsymun>, C<d_dosuid>, C<d_drand48proto>, C<d_dup2>, C<d_eaccess>,
10391C<d_endgrent>, C<d_endhent>, C<d_endnent>, C<d_endpent>, C<d_endpwent>,
10392C<d_endsent>, C<d_eofnblk>, C<d_eunice>, C<d_fchdir>, C<d_fchmod>,
10393C<d_fchown>, C<d_fcntl>, C<d_fcntl_can_lock>, C<d_fd_macros>, C<d_fd_set>,
758a5d79
JH
10394C<d_fds_bits>, C<d_fgetpos>, C<d_finite>, C<d_finitel>, C<d_flexfnam>,
10395C<d_flock>, C<d_flockproto>, C<d_fork>, C<d_fp_class>, C<d_fpathconf>,
10396C<d_fpclass>, C<d_fpclassify>, C<d_fpclassl>, C<d_fpos64_t>, C<d_frexpl>,
10397C<d_fs_data_s>, C<d_fseeko>, C<d_fsetpos>, C<d_fstatfs>, C<d_fstatvfs>,
10398C<d_fsync>, C<d_ftello>, C<d_ftime>, C<d_Gconvert>, C<d_getcwd>,
10399C<d_getespwnam>, C<d_getfsstat>, C<d_getgrent>, C<d_getgrps>,
10400C<d_gethbyaddr>, C<d_gethbyname>, C<d_gethent>, C<d_gethname>,
10401C<d_gethostprotos>, C<d_getitimer>, C<d_getlogin>, C<d_getmnt>,
10402C<d_getmntent>, C<d_getnbyaddr>, C<d_getnbyname>, C<d_getnent>,
10403C<d_getnetprotos>, C<d_getpagsz>, C<d_getpbyname>, C<d_getpbynumber>,
10404C<d_getpent>, C<d_getpgid>, C<d_getpgrp2>, C<d_getpgrp>, C<d_getppid>,
10405C<d_getprior>, C<d_getprotoprotos>, C<d_getprpwnam>, C<d_getpwent>,
10406C<d_getsbyname>, C<d_getsbyport>, C<d_getsent>, C<d_getservprotos>,
10407C<d_getspnam>, C<d_gettimeod>, C<d_gnulibc>, C<d_grpasswd>, C<d_hasmntopt>,
890a53b9
JH
10408C<d_htonl>, C<d_index>, C<d_inetaton>, C<d_int64_t>, C<d_isascii>,
10409C<d_isfinite>, C<d_isinf>, C<d_isnan>, C<d_isnanl>, C<d_killpg>,
10410C<d_lchown>, C<d_ldbl_dig>, C<d_link>, C<d_locconv>, C<d_lockf>,
10411C<d_longdbl>, C<d_longlong>, C<d_lseekproto>, C<d_lstat>, C<d_madvise>,
10412C<d_mblen>, C<d_mbstowcs>, C<d_mbtowc>, C<d_memchr>, C<d_memcmp>,
10413C<d_memcpy>, C<d_memmove>, C<d_memset>, C<d_mkdir>, C<d_mkdtemp>,
10414C<d_mkfifo>, C<d_mkstemp>, C<d_mkstemps>, C<d_mktime>, C<d_mmap>,
10415C<d_modfl>, C<d_modfl_pow32_bug>, C<d_mprotect>, C<d_msg>, C<d_msg_ctrunc>,
10416C<d_msg_dontroute>, C<d_msg_oob>, C<d_msg_peek>, C<d_msg_proxy>,
10417C<d_msgctl>, C<d_msgget>, C<d_msghdr_s>, C<d_msgrcv>, C<d_msgsnd>,
10418C<d_msync>, C<d_munmap>, C<d_mymalloc>, C<d_nice>, C<d_nl_langinfo>,
53133ed1 10419C<d_nv_preserves_uv>, C<nv_preserves_uv_bits>, C<d_off64_t>,
890a53b9
JH
10420C<d_old_pthread_create_joinable>, C<d_oldpthreads>, C<d_oldsock>,
10421C<d_open3>, C<d_pathconf>, C<d_pause>, C<d_perl_otherlibdirs>,
10422C<d_phostname>, C<d_pipe>, C<d_poll>, C<d_portable>, C<d_PRId64>,
10423C<d_PRIeldbl>, C<d_PRIEUldbl>, C<d_PRIfldbl>, C<d_PRIFUldbl>,
10424C<d_PRIgldbl>, C<d_PRIGUldbl>, C<d_PRIi64>, C<d_PRIo64>, C<d_PRIu64>,
34babc16
JH
10425C<d_PRIx64>, C<d_PRIXU64>, C<d_procselfexe>, C<d_pthread_atfork>,
10426C<d_pthread_yield>, C<d_pwage>, C<d_pwchange>, C<d_pwclass>,
10427C<d_pwcomment>, C<d_pwexpire>, C<d_pwgecos>, C<d_pwpasswd>, C<d_pwquota>,
10428C<d_qgcvt>, C<d_quad>, C<d_readdir>, C<d_readlink>, C<d_readv>,
10429C<d_recvmsg>, C<d_rename>, C<d_rewinddir>, C<d_rmdir>, C<d_safebcpy>,
10430C<d_safemcpy>, C<d_sanemcmp>, C<d_sbrkproto>, C<d_sched_yield>,
10431C<d_scm_rights>, C<d_SCNfldbl>, C<d_seekdir>, C<d_select>, C<d_sem>,
10432C<d_semctl>, C<d_semctl_semid_ds>, C<d_semctl_semun>, C<d_semget>,
10433C<d_semop>, C<d_sendmsg>, C<d_setegid>, C<d_seteuid>, C<d_setgrent>,
10434C<d_setgrps>, C<d_sethent>, C<d_setitimer>, C<d_setlinebuf>,
10435C<d_setlocale>, C<d_setnent>, C<d_setpent>, C<d_setpgid>, C<d_setpgrp2>,
10436C<d_setpgrp>, C<d_setprior>, C<d_setproctitle>, C<d_setpwent>,
10437C<d_setregid>, C<d_setresgid>, C<d_setresuid>, C<d_setreuid>, C<d_setrgid>,
10438C<d_setruid>, C<d_setsent>, C<d_setsid>, C<d_setvbuf>, C<d_sfio>, C<d_shm>,
10439C<d_shmat>, C<d_shmatprototype>, C<d_shmctl>, C<d_shmdt>, C<d_shmget>,
10440C<d_sigaction>, C<d_sigprocmask>, C<d_sigsetjmp>, C<d_sockatmark>,
10441C<d_sockatmarkproto>, C<d_socket>, C<d_socklen_t>, C<d_sockpair>,
10442C<d_socks5_init>, C<d_sqrtl>, C<d_sresgproto>, C<d_sresuproto>,
10443C<d_statblks>, C<d_statfs_f_flags>, C<d_statfs_s>, C<d_statvfs>,
10444C<d_stdio_cnt_lval>, C<d_stdio_ptr_lval>, C<d_stdio_ptr_lval_nochange_cnt>,
10445C<d_stdio_ptr_lval_sets_cnt>, C<d_stdio_stream_array>, C<d_stdiobase>,
10446C<d_stdstdio>, C<d_strchr>, C<d_strcoll>, C<d_strctcpy>, C<d_strerrm>,
10447C<d_strerror>, C<d_strftime>, C<d_strtod>, C<d_strtol>, C<d_strtold>,
10448C<d_strtoll>, C<d_strtoq>, C<d_strtoul>, C<d_strtoull>, C<d_strtouq>,
10449C<d_strxfrm>, C<d_suidsafe>, C<d_symlink>, C<d_syscall>, C<d_syscallproto>,
10450C<d_sysconf>, C<d_sysernlst>, C<d_syserrlst>, C<d_system>, C<d_tcgetpgrp>,
d2f2ce36 10451C<d_tcsetpgrp>, C<d_telldir>, C<d_telldirproto>, C<d_time>, C<d_times>,
80327a3d
JH
10452C<d_tm_tm_gmtoff>, C<d_tm_tm_zone>, C<d_truncate>, C<d_tzname>,
10453C<d_u32align>, C<d_ualarm>, C<d_umask>, C<d_uname>, C<d_union_semun>,
10454C<d_unordered>, C<d_usleep>, C<d_usleepproto>, C<d_ustat>, C<d_vendorarch>,
10455C<d_vendorbin>, C<d_vendorlib>, C<d_vfork>, C<d_void_closedir>,
10456C<d_voidsig>, C<d_voidtty>, C<d_volatile>, C<d_vprintf>, C<d_wait4>,
10457C<d_waitpid>, C<d_wcstombs>, C<d_wctomb>, C<d_writev>, C<d_xenix>, C<date>,
10458C<db_hashtype>, C<db_prefixtype>, C<db_version_major>, C<db_version_minor>,
758a5d79
JH
10459C<db_version_patch>, C<defvoidused>, C<direntrytype>, C<dlext>, C<dlsrc>,
10460C<doublesize>, C<drand01>, C<dynamic_ext>
14218588
GS
10461
10462=item e
10463
10464C<eagain>, C<ebcdic>, C<echo>, C<egrep>, C<emacs>, C<eunicefix>,
a1f19229 10465C<exe_ext>, C<expr>, C<extensions>, C<extras>
14218588
GS
10466
10467=item f
10468
10469C<fflushall>, C<fflushNULL>, C<find>, C<firstmakefile>, C<flex>,
5440bc8e
JH
10470C<fpossize>, C<fpostype>, C<freetype>, C<from>, C<full_ar>, C<full_csh>,
10471C<full_sed>
14218588
GS
10472
10473=item g
10474
d396a558 10475C<gccosandvers>, C<gccversion>, C<gidformat>, C<gidsign>, C<gidsize>,
c68a00c0
JH
10476C<gidtype>, C<glibpth>, C<gmake>, C<grep>, C<groupcat>, C<groupstype>,
10477C<gzip>
14218588
GS
10478
10479=item h
10480
91331b4f 10481C<h_fcntl>, C<h_sysfile>, C<hint>, C<hostcat>
14218588
GS
10482
10483=item i
10484
a45bd81d
GS
10485C<i16size>, C<i16type>, C<i32size>, C<i32type>, C<i64size>, C<i64type>,
10486C<i8size>, C<i8type>, C<i_arpainet>, C<i_bsdioctl>, C<i_db>, C<i_dbm>,
758a5d79 10487C<i_dirent>, C<i_dld>, C<i_dlfcn>, C<i_fcntl>, C<i_float>, C<i_fp>,
890a53b9 10488C<i_fp_class>, C<i_gdbm>, C<i_grp>, C<i_ieeefp>, C<i_inttypes>,
758a5d79
JH
10489C<i_langinfo>, C<i_libutil>, C<i_limits>, C<i_locale>, C<i_machcthr>,
10490C<i_malloc>, C<i_math>, C<i_memory>, C<i_mntent>, C<i_ndbm>, C<i_netdb>,
10491C<i_neterrno>, C<i_netinettcp>, C<i_niin>, C<i_poll>, C<i_prot>,
10492C<i_pthread>, C<i_pwd>, C<i_rpcsvcdbm>, C<i_sfio>, C<i_sgtty>, C<i_shadow>,
10493C<i_socks>, C<i_stdarg>, C<i_stddef>, C<i_stdlib>, C<i_string>,
10494C<i_sunmath>, C<i_sysaccess>, C<i_sysdir>, C<i_sysfile>, C<i_sysfilio>,
10495C<i_sysin>, C<i_sysioctl>, C<i_syslog>, C<i_sysmman>, C<i_sysmode>,
10496C<i_sysmount>, C<i_sysndir>, C<i_sysparam>, C<i_sysresrc>, C<i_syssecrt>,
10497C<i_sysselct>, C<i_syssockio>, C<i_sysstat>, C<i_sysstatfs>,
10498C<i_sysstatvfs>, C<i_systime>, C<i_systimek>, C<i_systimes>, C<i_systypes>,
10499C<i_sysuio>, C<i_sysun>, C<i_sysutsname>, C<i_sysvfs>, C<i_syswait>,
10500C<i_termio>, C<i_termios>, C<i_time>, C<i_unistd>, C<i_ustat>, C<i_utime>,
10501C<i_values>, C<i_varargs>, C<i_varhdr>, C<i_vfork>,
10502C<ignore_versioned_solibs>, C<inc_version_list>, C<inc_version_list_init>,
10503C<incpath>, C<inews>, C<installarchlib>, C<installbin>, C<installman1dir>,
10504C<installman3dir>, C<installprefix>, C<installprefixexp>,
10505C<installprivlib>, C<installscript>, C<installsitearch>, C<installsitebin>,
10506C<installsitelib>, C<installstyle>, C<installusrbinperl>,
10507C<installvendorarch>, C<installvendorbin>, C<installvendorlib>, C<intsize>,
10508C<issymlink>, C<ivdformat>, C<ivsize>, C<ivtype>
14218588
GS
10509
10510=item k
10511
10512C<known_extensions>, C<ksh>
10513
10514=item l
10515
91331b4f
JH
10516C<ld>, C<lddlflags>, C<ldflags>, C<ldflags_uselargefiles>, C<ldlibpthname>,
10517C<less>, C<lib_ext>, C<libc>, C<libperl>, C<libpth>, C<libs>, C<libsdirs>,
10518C<libsfiles>, C<libsfound>, C<libspath>, C<libswanted>,
10519C<libswanted_uselargefiles>, C<line>, C<lint>, C<lkflags>, C<ln>, C<lns>,
10520C<locincpth>, C<loclibpth>, C<longdblsize>, C<longlongsize>, C<longsize>,
10521C<lp>, C<lpr>, C<ls>, C<lseeksize>, C<lseektype>
14218588
GS
10522
10523=item m
10524
10525C<mail>, C<mailx>, C<make>, C<make_set_make>, C<mallocobj>, C<mallocsrc>,
10526C<malloctype>, C<man1dir>, C<man1direxp>, C<man1ext>, C<man3dir>,
10527C<man3direxp>, C<man3ext>
10528
10529=item M
10530
91331b4f
JH
10531C<Mcc>, C<mips_type>, C<mkdir>, C<mmaptype>, C<modetype>, C<more>,
10532C<multiarch>, C<mv>, C<myarchname>, C<mydomain>, C<myhostname>, C<myuname>
14218588
GS
10533
10534=item n
10535
165c0277
JH
10536C<n>, C<need_va_copy>, C<netdb_hlen_type>, C<netdb_host_type>,
10537C<netdb_name_type>, C<netdb_net_type>, C<nm>, C<nm_opt>, C<nm_so_opt>,
10538C<nonxs_ext>, C<nroff>, C<nveformat>, C<nvEUformat>, C<nvfformat>,
10539C<nvFUformat>, C<nvgformat>, C<nvGUformat>, C<nvsize>, C<nvtype>
14218588
GS
10540
10541=item o
10542
10543C<o_nonblock>, C<obj_ext>, C<old_pthread_create_joinable>, C<optimize>,
d722968f 10544C<orderlib>, C<osname>, C<osvers>, C<otherlibdirs>
14218588
GS
10545
10546=item p
10547
694468e3 10548C<package>, C<pager>, C<passcat>, C<patchlevel>, C<path_sep>, C<perl5>,
640374d0 10549C<perl>, C<perl_patchlevel>
a45bd81d
GS
10550
10551=item P
10552
10553C<PERL_REVISION>, C<PERL_SUBVERSION>, C<PERL_VERSION>, C<perladmin>,
91331b4f
JH
10554C<perllibs>, C<perlpath>, C<pg>, C<phostname>, C<pidtype>, C<plibpth>,
10555C<pm_apiversion>, C<pmake>, C<pr>, C<prefix>, C<prefixexp>, C<privlib>,
34babc16 10556C<privlibexp>, C<procselfexe>, C<prototype>, C<ptrsize>
a45bd81d
GS
10557
10558=item q
10559
10560C<quadkind>, C<quadtype>
14218588
GS
10561
10562=item r
10563
694468e3 10564C<randbits>, C<randfunc>, C<randseedtype>, C<ranlib>, C<rd_nodata>,
5440bc8e 10565C<revision>, C<rm>, C<rmail>, C<run>, C<runnm>
14218588
GS
10566
10567=item s
10568
10569C<sched_yield>, C<scriptdir>, C<scriptdirexp>, C<sed>, C<seedfunc>,
10570C<selectminbits>, C<selecttype>, C<sendmail>, C<sh>, C<shar>, C<sharpbang>,
10571C<shmattype>, C<shortsize>, C<shrpenv>, C<shsharp>, C<sig_count>,
dc5c060f
JH
10572C<sig_name>, C<sig_name_init>, C<sig_num>, C<sig_num_init>, C<sig_size>,
10573C<signal_t>, C<sitearch>, C<sitearchexp>, C<sitebin>, C<sitebinexp>,
10574C<sitelib>, C<sitelib_stem>, C<sitelibexp>, C<siteprefix>,
10575C<siteprefixexp>, C<sizesize>, C<sizetype>, C<sleep>, C<smail>, C<so>,
10576C<sockethdr>, C<socketlib>, C<socksizetype>, C<sort>, C<spackage>,
10577C<spitshell>, C<sPRId64>, C<sPRIeldbl>, C<sPRIEUldbl>, C<sPRIfldbl>,
10578C<sPRIFUldbl>, C<sPRIgldbl>, C<sPRIGUldbl>, C<sPRIi64>, C<sPRIo64>,
10579C<sPRIu64>, C<sPRIx64>, C<sPRIXU64>, C<src>, C<sSCNfldbl>, C<ssizetype>,
10580C<startperl>, C<startsh>, C<static_ext>, C<stdchar>, C<stdio_base>,
10581C<stdio_bufsiz>, C<stdio_cnt>, C<stdio_filbuf>, C<stdio_ptr>,
10582C<stdio_stream_array>, C<strings>, C<submit>, C<subversion>, C<sysman>
14218588
GS
10583
10584=item t
10585
5440bc8e
JH
10586C<tail>, C<tar>, C<targetarch>, C<tbl>, C<tee>, C<test>, C<timeincl>,
10587C<timetype>, C<to>, C<touch>, C<tr>, C<trnl>, C<troff>
14218588
GS
10588
10589=item u
10590
a45bd81d
GS
10591C<u16size>, C<u16type>, C<u32size>, C<u32type>, C<u64size>, C<u64type>,
10592C<u8size>, C<u8type>, C<uidformat>, C<uidsign>, C<uidsize>, C<uidtype>,
694468e3 10593C<uname>, C<uniq>, C<uquadtype>, C<use5005threads>, C<use64bitall>,
5440bc8e
JH
10594C<use64bitint>, C<usecrosscompile>, C<usedl>, C<useithreads>,
10595C<uselargefiles>, C<uselongdouble>, C<usemorebits>, C<usemultiplicity>,
10596C<usemymalloc>, C<usenm>, C<useopcode>, C<useperlio>, C<useposix>,
10597C<usereentrant>, C<usesfio>, C<useshrplib>, C<usesocks>, C<usethreads>,
10598C<usevendorprefix>, C<usevfork>, C<usrinc>, C<uuname>, C<uvoformat>,
10599C<uvsize>, C<uvtype>, C<uvuformat>, C<uvxformat>, C<uvXUformat>
14218588
GS
10600
10601=item v
10602
b38f6a39
GS
10603C<vendorarch>, C<vendorarchexp>, C<vendorbin>, C<vendorbinexp>,
10604C<vendorlib>, C<vendorlib_stem>, C<vendorlibexp>, C<vendorprefix>,
91144103
JH
10605C<vendorprefixexp>, C<version>, C<version_patchlevel_string>,
10606C<versiononly>, C<vi>, C<voidflags>
14218588
GS
10607
10608=item x
10609
694468e3 10610C<xlibpth>, C<xs_apiversion>
14218588 10611
fc6a272d
JH
10612=item y
10613
10614C<yacc>, C<yaccflags>
10615
14218588
GS
10616=item z
10617
10618C<zcat>, C<zip>
10619
10620=back
10621
10622=item NOTE
10623
a45bd81d
GS
10624=back
10625
ab1e085c 10626=head2 Cwd - get pathname of current working directory
cb1a09d0 10627
d420ca49 10628=over 4
a45bd81d 10629
8ebc5c01 10630=item SYNOPSIS
cb1a09d0 10631
8ebc5c01 10632=item DESCRIPTION
cb1a09d0 10633
53d7eaa8
JH
10634=over 4
10635
10636=item getcwd and friends
10637
10638getcwd, cwd, fastcwd, fastgetcwd
10639
10640=item abs_path and friends
10641
10642abs_path, realpath, fast_abs_path
10643
10644=item $ENV{PWD}
10645
10646=back
10647
d0363f02
JH
10648=item NOTES
10649
53d7eaa8
JH
10650=item SEE ALSO
10651
a45bd81d
GS
10652=back
10653
14218588
GS
10654=head2 DB - programmatic interface to the Perl debugging API (draft,
10655subject to
10656change)
10657
d420ca49 10658=over 4
a45bd81d 10659
14218588
GS
10660=item SYNOPSIS
10661
10662=item DESCRIPTION
10663
d420ca49 10664=over 4
14218588
GS
10665
10666=item Global Variables
10667
10668 $DB::sub, %DB::sub, $DB::single, $DB::signal, $DB::trace, @DB::args,
10669@DB::dbline, %DB::dbline, $DB::package, $DB::filename, $DB::subname,
10670$DB::lineno
10671
10672=item API Methods
10673
10674CLIENT->register(), CLIENT->evalcode(STRING), CLIENT->skippkg('D::hide'),
10675CLIENT->run(), CLIENT->step(), CLIENT->next(), CLIENT->done()
10676
10677=item Client Callback Methods
10678
10679CLIENT->init(), CLIENT->prestop([STRING]), CLIENT->stop(), CLIENT->idle(),
10680CLIENT->poststop([STRING]), CLIENT->evalcode(STRING), CLIENT->cleanup(),
10681CLIENT->output(LIST)
10682
10683=back
10684
10685=item BUGS
10686
10687=item AUTHOR
10688
a45bd81d
GS
10689=back
10690
d516a115 10691=head2 DB_File - Perl5 access to Berkeley DB version 1.x
cb1a09d0 10692
d420ca49 10693=over 4
a45bd81d 10694
cb1a09d0
AD
10695=item SYNOPSIS
10696
cb1a09d0
AD
10697=item DESCRIPTION
10698
8ebc5c01 10699B<DB_HASH>, B<DB_BTREE>, B<DB_RECNO>
cb1a09d0 10700
d420ca49 10701=over 4
cb1a09d0 10702
1fdc5aa6 10703=item Using DB_File with Berkeley DB version 2 or greater
d516a115 10704
68dc0745 10705=item Interface to Berkeley DB
cb1a09d0 10706
8ebc5c01 10707=item Opening a Berkeley DB Database File
cb1a09d0 10708
8ebc5c01 10709=item Default Parameters
cb1a09d0 10710
8ebc5c01 10711=item In Memory Databases
cb1a09d0
AD
10712
10713=back
10714
8ebc5c01 10715=item DB_HASH
cb1a09d0 10716
d420ca49 10717=over 4
cb1a09d0 10718
68dc0745 10719=item A Simple Example
cb1a09d0 10720
8ebc5c01 10721=back
cb1a09d0 10722
8ebc5c01 10723=item DB_BTREE
cb1a09d0 10724
d420ca49 10725=over 4
cb1a09d0 10726
8ebc5c01 10727=item Changing the BTREE sort order
cb1a09d0 10728
68dc0745 10729=item Handling Duplicate Keys
cb1a09d0 10730
68dc0745 10731=item The get_dup() Method
cb1a09d0 10732
14218588
GS
10733=item The find_dup() Method
10734
10735=item The del_dup() Method
10736
8ebc5c01 10737=item Matching Partial Keys
cb1a09d0 10738
8ebc5c01 10739=back
cb1a09d0 10740
8ebc5c01 10741=item DB_RECNO
cb1a09d0 10742
d420ca49 10743=over 4
cb1a09d0 10744
68dc0745 10745=item The 'bval' Option
cb1a09d0 10746
8ebc5c01 10747=item A Simple Example
cb1a09d0 10748
14218588 10749=item Extra RECNO Methods
cb1a09d0 10750
8ebc5c01 10751B<$X-E<gt>push(list) ;>, B<$value = $X-E<gt>pop ;>, B<$X-E<gt>shift>,
1fa7ca25
JH
10752B<$X-E<gt>unshift(list) ;>, B<$X-E<gt>length>, B<$X-E<gt>splice(offset,
10753length, elements);>
cb1a09d0 10754
8ebc5c01 10755=item Another Example
cb1a09d0 10756
8ebc5c01 10757=back
cb1a09d0 10758
8ebc5c01 10759=item THE API INTERFACE
cb1a09d0 10760
8ebc5c01 10761B<$status = $X-E<gt>get($key, $value [, $flags]) ;>, B<$status =
10762$X-E<gt>put($key, $value [, $flags]) ;>, B<$status = $X-E<gt>del($key [,
10763$flags]) ;>, B<$status = $X-E<gt>fd ;>, B<$status = $X-E<gt>seq($key,
10764$value, $flags) ;>, B<$status = $X-E<gt>sync([$flags]) ;>
cb1a09d0 10765
c76ac1ee
GS
10766=item DBM FILTERS
10767
10768B<filter_store_key>, B<filter_store_value>, B<filter_fetch_key>,
10769B<filter_fetch_value>
10770
d420ca49 10771=over 4
c76ac1ee
GS
10772
10773=item The Filter
10774
10775=item An Example -- the NULL termination problem.
10776
10777=item Another Example -- Key is a C int.
10778
10779=back
10780
8ebc5c01 10781=item HINTS AND TIPS
cb1a09d0 10782
d420ca49 10783=over 4
8ebc5c01 10784
a45bd81d
GS
10785=item Locking: The Trouble with fd
10786
10787=item Safe ways to lock a database
10788
10789B<Tie::DB_Lock>, B<Tie::DB_LockFile>, B<DB_File::Lock>
cb1a09d0 10790
68dc0745 10791=item Sharing Databases With C Applications
cb1a09d0 10792
68dc0745 10793=item The untie() Gotcha
4fdae800 10794
8ebc5c01 10795=back
cb1a09d0 10796
8ebc5c01 10797=item COMMON QUESTIONS
cb1a09d0 10798
d420ca49 10799=over 4
cb1a09d0 10800
8ebc5c01 10801=item Why is there Perl source in my database?
cb1a09d0 10802
8ebc5c01 10803=item How do I store complex data structures with DB_File?
cb1a09d0 10804
8ebc5c01 10805=item What does "Invalid Argument" mean?
cb1a09d0 10806
8ebc5c01 10807=item What does "Bareword 'DB_File' not allowed" mean?
cb1a09d0 10808
8ebc5c01 10809=back
cb1a09d0 10810
c76ac1ee
GS
10811=item REFERENCES
10812
8ebc5c01 10813=item HISTORY
cb1a09d0 10814
8ebc5c01 10815=item BUGS
cb1a09d0 10816
8ebc5c01 10817=item AVAILABILITY
cb1a09d0 10818
d516a115
JH
10819=item COPYRIGHT
10820
8ebc5c01 10821=item SEE ALSO
cb1a09d0 10822
8ebc5c01 10823=item AUTHOR
cb1a09d0 10824
a45bd81d
GS
10825=back
10826
fb9cefb4
GS
10827=head2 Data::Dumper - stringified perl data structures, suitable for both
10828printing and C<eval>
10829
d420ca49 10830=over 4
a45bd81d 10831
fb9cefb4
GS
10832=item SYNOPSIS
10833
10834=item DESCRIPTION
10835
d420ca49 10836=over 4
fb9cefb4
GS
10837
10838=item Methods
10839
14218588 10840I<PACKAGE>->new(I<ARRAYREF [>, I<ARRAYREF]>), I<$OBJ>->Dump I<or>
b38f6a39
GS
10841I<PACKAGE>->Dump(I<ARRAYREF [>, I<ARRAYREF]>), I<$OBJ>->Seen(I<[HASHREF]>),
10842I<$OBJ>->Values(I<[ARRAYREF]>), I<$OBJ>->Names(I<[ARRAYREF]>),
10843I<$OBJ>->Reset
fb9cefb4
GS
10844
10845=item Functions
10846
b38f6a39 10847Dumper(I<LIST>)
fb9cefb4
GS
10848
10849=item Configuration Variables or Methods
10850
10851$Data::Dumper::Indent I<or> I<$OBJ>->Indent(I<[NEWVAL]>),
10852$Data::Dumper::Purity I<or> I<$OBJ>->Purity(I<[NEWVAL]>),
10853$Data::Dumper::Pad I<or> I<$OBJ>->Pad(I<[NEWVAL]>),
10854$Data::Dumper::Varname I<or> I<$OBJ>->Varname(I<[NEWVAL]>),
10855$Data::Dumper::Useqq I<or> I<$OBJ>->Useqq(I<[NEWVAL]>),
10856$Data::Dumper::Terse I<or> I<$OBJ>->Terse(I<[NEWVAL]>),
10857$Data::Dumper::Freezer I<or> $I<OBJ>->Freezer(I<[NEWVAL]>),
10858$Data::Dumper::Toaster I<or> $I<OBJ>->Toaster(I<[NEWVAL]>),
10859$Data::Dumper::Deepcopy I<or> $I<OBJ>->Deepcopy(I<[NEWVAL]>),
10860$Data::Dumper::Quotekeys I<or> $I<OBJ>->Quotekeys(I<[NEWVAL]>),
c76ac1ee 10861$Data::Dumper::Bless I<or> $I<OBJ>->Bless(I<[NEWVAL]>),
35bf961c
JH
10862$Data::Dumper::Maxdepth I<or> $I<OBJ>->Maxdepth(I<[NEWVAL]>),
10863$Data::Dumper::Useperl I<or> $I<OBJ>->Useperl(I<[NEWVAL]>),
cb52f95f
JH
10864$Data::Dumper::Sortkeys I<or> $I<OBJ>->Sortkeys(I<[NEWVAL]>),
10865$Data::Dumper::Deparse I<or> $I<OBJ>->Deparse(I<[NEWVAL]>)
fb9cefb4
GS
10866
10867=item Exports
10868
10869Dumper
10870
10871=back
10872
10873=item EXAMPLES
10874
10875=item BUGS
10876
10877=item AUTHOR
10878
10879=item VERSION
10880
10881=item SEE ALSO
10882
a45bd81d
GS
10883=back
10884
c76ac1ee
GS
10885=head2 Devel::DProf - a Perl code profiler
10886
d420ca49 10887=over 4
a45bd81d 10888
c76ac1ee
GS
10889=item SYNOPSIS
10890
10891=item DESCRIPTION
10892
10893=item PROFILE FORMAT
10894
10895=item AUTOLOAD
10896
10897=item ENVIRONMENT
10898
10899=item BUGS
10900
10901=item SEE ALSO
10902
a45bd81d
GS
10903=back
10904
428dc699
JH
10905=head2 Devel::PPPort, Perl/Pollution/Portability
10906
10907=over 4
10908
10909=item SYNOPSIS
10910
10911=item DESCRIPTION
10912
10913=over 4
10914
10915=item WriteFile
10916
10917=back
10918
493a87da
JH
10919=item ppport.h
10920
428dc699
JH
10921=item AUTHOR
10922
10923=item SEE ALSO
10924
10925=back
10926
14218588
GS
10927=head2 Devel::Peek - A data debugging tool for the XS programmer
10928
d420ca49 10929=over 4
a45bd81d 10930
14218588
GS
10931=item SYNOPSIS
10932
10933=item DESCRIPTION
10934
d420ca49 10935=over 4
37d4d706 10936
07fcf8ff
JH
10937=item Runtime debugging
10938
37d4d706
JH
10939=item Memory footprint debugging
10940
10941=back
10942
14218588
GS
10943=item EXAMPLES
10944
d420ca49 10945=over 4
14218588
GS
10946
10947=item A simple scalar string
10948
10949=item A simple scalar number
10950
10951=item A simple scalar with an extra reference
10952
10953=item A reference to a simple scalar
10954
10955=item A reference to an array
10956
10957=item A reference to a hash
10958
10959=item Dumping a large array or hash
10960
10961=item A reference to an SV which holds a C pointer
10962
10963=item A reference to a subroutine
10964
10965=back
10966
10967=item EXPORTS
10968
10969=item BUGS
10970
10971=item AUTHOR
10972
10973=item SEE ALSO
10974
a45bd81d
GS
10975=back
10976
8ebc5c01 10977=head2 Devel::SelfStubber - generate stubs for a SelfLoading module
cb1a09d0 10978
d420ca49 10979=over 4
a45bd81d 10980
8ebc5c01 10981=item SYNOPSIS
cb1a09d0 10982
8ebc5c01 10983=item DESCRIPTION
cb1a09d0 10984
a45bd81d
GS
10985=back
10986
ab1e085c
JH
10987=head2 Digest:: - Modules that calculate message digests
10988
10989=over 4
10990
10991=item SYNOPSIS
10992
10993=item DESCRIPTION
10994
10995I<binary>, I<hex>, I<base64>
10996
10997=item OO INTERFACE
10998
10999$ctx = Digest->XXX($arg,...), $ctx = Digest->new(XXX => $arg,...), $ctx =
11000Digest::XXX->new($arg,...), $ctx->reset, $ctx->add($data,...),
11001$ctx->addfile($io_handle), $ctx->digest, $ctx->hexdigest, $ctx->b64digest
11002
11003=item SEE ALSO
11004
11005=item AUTHOR
11006
11007=back
11008
11009=head2 Digest::MD5 - Perl interface to the MD5 Algorithm
11010
11011=over 4
11012
11013=item SYNOPSIS
11014
11015=item DESCRIPTION
11016
11017=item FUNCTIONS
11018
11019md5($data,...), md5_hex($data,...), md5_base64($data,...)
11020
11021=item METHODS
11022
11023$md5 = Digest::MD5->new, $md5->reset, $md5->add($data,...),
11024$md5->addfile($io_handle), $md5->digest, $md5->hexdigest, $md5->b64digest
11025
11026=item EXAMPLES
11027
11028=item SEE ALSO
11029
11030=item COPYRIGHT
11031
11032=item AUTHORS
11033
11034=back
11035
8ebc5c01 11036=head2 DirHandle - supply object methods for directory handles
cb1a09d0 11037
d420ca49 11038=over 4
a45bd81d 11039
8ebc5c01 11040=item SYNOPSIS
cb1a09d0 11041
8ebc5c01 11042=item DESCRIPTION
cb1a09d0 11043
ac4dd294
JH
11044=item NOTES
11045
a45bd81d
GS
11046=back
11047
14218588
GS
11048=head2 Dumpvalue - provides screen dump of Perl data.
11049
d420ca49 11050=over 4
a45bd81d 11051
c76ac1ee 11052=item SYNOPSIS
14218588
GS
11053
11054=item DESCRIPTION
11055
d420ca49 11056=over 4
14218588
GS
11057
11058=item Creation
11059
11060C<arrayDepth>, C<hashDepth>, C<compactDump>, C<veryCompact>, C<globPrint>,
35bf961c
JH
11061C<dumpDBFiles>, C<dumpPackages>, C<dumpReused>, C<tick>, C<quoteHighBit>,
11062C<printUndef>, C<usageOnly>, unctrl, subdump, bareStringify, quoteHighBit,
14218588
GS
11063stopDbSignal
11064
11065=item Methods
11066
11067dumpValue, dumpValues, dumpvars, set_quote, set_unctrl, compactDump,
11068veryCompact, set, get
11069
11070=back
11071
a45bd81d
GS
11072=back
11073
14218588
GS
11074=head2 DynaLoader - Dynamically load C libraries into Perl code
11075
d420ca49 11076=over 4
a45bd81d 11077
14218588
GS
11078=item SYNOPSIS
11079
11080=item DESCRIPTION
11081
11082@dl_library_path, @dl_resolve_using, @dl_require_symbols, @dl_librefs,
11083@dl_modules, dl_error(), $dl_debug, dl_findfile(), dl_expandspec(),
b38f6a39 11084dl_load_file(), dl_unload_file(), dl_loadflags(), dl_find_symbol(),
14218588
GS
11085dl_find_symbol_anywhere(), dl_undef_symbols(), dl_install_xsub(),
11086bootstrap()
11087
11088=item AUTHOR
11089
a45bd81d
GS
11090=back
11091
11092=head2 DynaLoader::XSLoader, XSLoader - Dynamically load C libraries into
11093Perl code
11094
d420ca49 11095=over 4
a45bd81d
GS
11096
11097=item SYNOPSIS
11098
11099=item DESCRIPTION
11100
11101=item AUTHOR
11102
11103=back
11104
91331b4f
JH
11105=head2 Encode - character encodings
11106
d420ca49 11107=over 4
91331b4f 11108
2d967e39
JH
11109=item SYNOPSIS
11110
11111=item DESCRIPTION
11112
11113=over 4
11114
91331b4f
JH
11115=item TERMINOLOGY
11116
2d967e39
JH
11117=back
11118
11119=item ENCODINGS
11120
11121=over 4
11122
11123=item Characteristics of an Encoding
91331b4f 11124
2d967e39 11125=item Types of Encodings
91331b4f 11126
2d967e39
JH
11127Fixed length 8-bit (or less) encodings, Fixed length 16-bit encodings,
11128Fixed length 32-bit encodings, Multi-byte encodings, "Escape" encodings
91331b4f 11129
2d967e39 11130=item Specifying Encodings
91331b4f 11131
2d967e39 111321. By name, 2. As an object
91331b4f 11133
2d967e39
JH
11134=item Encoding Names
11135
ba62762e
JH
11136The MIME name as defined in IETF RFCs, The name in the IANA registry, The
11137name used by the organization that defined it
2d967e39
JH
11138
11139=back
11140
11141=item PERL ENCODING API
11142
11143=over 4
11144
11145=item Generic Encoding Interface
91331b4f
JH
11146
11147=item Handling Malformed Data
11148
2d967e39
JH
11149Scheme 1, Scheme 2, Other Schemes
11150
11151=item UTF-8 / utf8
11152
11153=item Other Encodings of Unicode
11154
fc6a272d
JH
11155=item Listing available encodings
11156
11157=item Defining Aliases
11158
11159As a simple string, As a qr// compiled regular expression, e.g.:, As a code
11160reference, e.g.:
11161
11162=item Defining Encodings
11163
2d967e39
JH
11164=back
11165
11166=item Encoding and IO
11167
11168=item Encoding How to ...
11169
11170IO with mixed content (faking iso-2020-*), MIME's Content-Length:, UTF-8
1fa7ca25 11171strings in binary data, Perl/Encode wrappers on non-Unicode XS modules
2d967e39
JH
11172
11173=item Messing with Perl's Internals
11174
4d4e713d 11175is_utf8(STRING [, CHECK]), valid_utf8(STRING)
2d967e39
JH
11176
11177=item IMPLEMENTATION CLASSES
11178
11179-E<gt>name, -E<gt>new_sequence, -E<gt>encode($string,$check),
11180-E<gt>decode($octets,$check)
11181
11182=over 4
11183
11184=item Compiled Encodings
11185
11186.enc, .ucm, .ucm, .c, .xs, ascii and iso-8859-*, IBM-1047 and two other
11187variants of EBCDIC, symbol and dingbats as used by Tk on X11
11188
11189=back
11190
11191=item SEE ALSO
11192
91331b4f
JH
11193=back
11194
fe9287c4
JH
11195=head2 Encode::Tcl - Tcl encodings
11196
80327a3d
JH
11197=over 4
11198
11199=item SYNOPSIS
11200
11201=item DESCRIPTION
11202
11203=item SEE ALSO
11204
11205=back
11206
11207=head2 Encode::Tcl::Escape - Tcl Escape encodings
11208
11209=over 4
11210
11211=item SYNOPSIS
11212
11213=item DESCRIPTION
11214
11215=item SEE ALSO
11216
11217=back
11218
11219=head2 Encode::Tcl::Extended - Tcl EUC encodings
11220
11221=over 4
11222
11223=item SYNOPSIS
11224
11225=item DESCRIPTION
11226
11227=item SEE ALSO
11228
11229=back
11230
11231=head2 Encode::Tcl::Table - Tcl Table encodings
11232
11233=over 4
11234
11235=item SYNOPSIS
11236
11237=item DESCRIPTION
11238
11239=item SEE ALSO
11240
11241=back
11242
fe9287c4
JH
11243=head2 Encode::lib::Encode::Tcl, Encode::Tcl - Tcl encodings
11244
80327a3d
JH
11245=over 4
11246
11247=item SYNOPSIS
11248
11249=item DESCRIPTION
11250
11251=item SEE ALSO
11252
11253=back
11254
11255=head2 Encode::lib::Encode::Tcl::Escape, Encode::Tcl::Escape - Tcl Escape
11256encodings
11257
11258=over 4
11259
11260=item SYNOPSIS
11261
11262=item DESCRIPTION
11263
11264=item SEE ALSO
11265
11266=back
11267
11268=head2 Encode::lib::Encode::Tcl::Extended, Encode::Tcl::Extended - Tcl EUC
11269encodings
11270
11271=over 4
11272
11273=item SYNOPSIS
11274
11275=item DESCRIPTION
11276
11277=item SEE ALSO
11278
11279=back
11280
11281=head2 Encode::lib::Encode::Tcl::Table, Encode::Tcl::Table - Tcl Table
11282encodings
11283
11284=over 4
11285
11286=item SYNOPSIS
11287
11288=item DESCRIPTION
11289
11290=item SEE ALSO
11291
11292=back
11293
fe9287c4
JH
11294=head2 Encode::lib::EncodeFormat, EncodeFormat - the format of encoding
11295tables of the Encode extension
165c0277
JH
11296
11297=over 4
11298
11299=item DESCRIPTION
11300
11301[1] B<S>, [2] B<D>, [3] B<M>, [4] B<E>
11302
11303=item KEYWORDS
11304
11305=item COPYRIGHT
11306
11307=back
11308
11309=head2 EncodeFormat - the format of encoding tables of the Encode extension
11310
11311=over 4
11312
11313=item DESCRIPTION
11314
11315[1] B<S>, [2] B<D>, [3] B<M>, [4] B<E>
11316
11317=item KEYWORDS
11318
11319=item COPYRIGHT
11320
11321=back
11322
8ebc5c01 11323=head2 English - use nice English (or awk) names for ugly punctuation
11324variables
cb1a09d0 11325
d420ca49 11326=over 4
a45bd81d 11327
8ebc5c01 11328=item SYNOPSIS
cb1a09d0 11329
8ebc5c01 11330=item DESCRIPTION
cb1a09d0 11331
497711e7 11332=item PERFORMANCE
694468e3 11333
a45bd81d
GS
11334=back
11335
b38f6a39
GS
11336=head2 Env - perl module that imports environment variables as scalars or
11337arrays
cb1a09d0 11338
d420ca49 11339=over 4
a45bd81d 11340
cb1a09d0
AD
11341=item SYNOPSIS
11342
cb1a09d0
AD
11343=item DESCRIPTION
11344
b38f6a39
GS
11345=item LIMITATIONS
11346
8ebc5c01 11347=item AUTHOR
cb1a09d0 11348
a45bd81d
GS
11349=back
11350
cb52f95f
JH
11351=head2 Errno - System errno constants
11352
11353=over 4
11354
11355=item SYNOPSIS
11356
11357=item DESCRIPTION
11358
11359=item CAVEATS
11360
11361=item AUTHOR
11362
11363=item COPYRIGHT
11364
11365=back
11366
8ebc5c01 11367=head2 Exporter - Implements default import method for modules
cb1a09d0 11368
d420ca49 11369=over 4
a45bd81d 11370
8ebc5c01 11371=item SYNOPSIS
cb1a09d0 11372
8ebc5c01 11373=item DESCRIPTION
cb1a09d0 11374
d420ca49 11375=over 4
cb1a09d0 11376
c76ac1ee
GS
11377=item How to Export
11378
8ebc5c01 11379=item Selecting What To Export
cb1a09d0 11380
f502af34
JH
11381=item How to Import
11382
11383C<use ModuleName;>, C<use ModuleName ();>, C<use ModuleName qw(...);>
11384
11385=back
11386
11387=item Advanced features
11388
11389=over 4
11390
8ebc5c01 11391=item Specialised Import Lists
cb1a09d0 11392
f502af34 11393=item Exporting without using Exporter's import method
d516a115 11394
8ebc5c01 11395=item Module Version Checking
cb1a09d0 11396
8ebc5c01 11397=item Managing Unknown Symbols
cb1a09d0 11398
8ebc5c01 11399=item Tag Handling Utility Functions
cb1a09d0 11400
80637b95
JH
11401=item Generating combined tags
11402
248e172a
JH
11403=item C<AUTOLOAD>ed Constants
11404
8ebc5c01 11405=back
cb1a09d0 11406
a45bd81d
GS
11407=back
11408
c76ac1ee
GS
11409=head2 Exporter::Heavy - Exporter guts
11410
d420ca49 11411=over 4
a45bd81d 11412
04b01f78 11413=item SYNOPSIS
c76ac1ee
GS
11414
11415=item DESCRIPTION
11416
a45bd81d
GS
11417=back
11418
68dc0745 11419=head2 ExtUtils::Command - utilities to replace common UNIX commands in
11420Makefiles etc.
11421
d420ca49 11422=over 4
a45bd81d 11423
dc848c6f 11424=item SYNOPSIS
68dc0745 11425
11426=item DESCRIPTION
11427
a45bd81d
GS
11428=back
11429
11430cat
11431
11432eqtime src dst
11433
e61ecf27 11434rm_rf files...
a45bd81d
GS
11435
11436rm_f files...
11437
11438touch files ..
11439
11440mv source... destination
11441
11442cp source... destination
11443
11444chmod mode files..
11445
11446mkpath directory..
11447
11448test_f file
11449
d420ca49 11450=over 4
68dc0745 11451
11452=item BUGS
11453
11454=item SEE ALSO
11455
11456=item AUTHOR
11457
a45bd81d
GS
11458=back
11459
772ff3b9
JH
11460=head2 ExtUtils::Constant - generate XS code to import C header constants
11461
11462=over 4
11463
11464=item SYNOPSIS
11465
11466=item DESCRIPTION
11467
11468=item USAGE
11469
35bf961c 11470IV, UV, NV, PV, PVN, SV, YES, NO, UNDEF
772ff3b9
JH
11471
11472=item FUNCTIONS
11473
11474=back
11475
11476C_stringify NAME
11477
11478constant_types
11479
11480memEQ_clause NAME, CHECKED_AT, INDENT
11481
9038e305 11482assign INDENT, TYPE, PRE, POST, VALUE..
2ef53570 11483
4f233aa4 11484return_clause
772ff3b9 11485
ac4dd294
JH
11486switch_clause INDENT, NAMELEN, ITEMHASH, ITEM..
11487
772ff3b9
JH
11488params WHAT
11489
ac4dd294 11490dump_names
2ef53570 11491
35bf961c
JH
11492dogfood
11493
9038e305
JH
11494C_constant, name, type, value, macro, default, pre, post, def_pre =item
11495def_post
772ff3b9
JH
11496
11497XS_constant PACKAGE, TYPES, SUBNAME, C_SUBNAME
11498
2ef53570 11499autoload PACKAGE, VERSION, AUTOLOADER
772ff3b9 11500
35bf961c
JH
11501WriteMakefileSnippet
11502
9038e305
JH
11503WriteConstants ATTRIBUTE =E<gt> VALUE [, ...], NAME, DEFAULT_TYPE,
11504BREAKOUT_AT, NAMES, C_FILE, XS_FILE, SUBNAME, C_SUBNAME
11505
772ff3b9
JH
11506=over 4
11507
11508=item AUTHOR
11509
11510=back
11511
8ebc5c01 11512=head2 ExtUtils::Embed - Utilities for embedding Perl in C/C++ applications
cb1a09d0 11513
d420ca49 11514=over 4
a45bd81d 11515
cb1a09d0
AD
11516=item SYNOPSIS
11517
cb1a09d0
AD
11518=item DESCRIPTION
11519
8ebc5c01 11520=item @EXPORT
cb1a09d0 11521
8ebc5c01 11522=item FUNCTIONS
cb1a09d0 11523
8ebc5c01 11524xsinit(), Examples, ldopts(), Examples, perl_inc(), ccflags(), ccdlflags(),
11525ccopts(), xsi_header(), xsi_protos(@modules), xsi_body(@modules)
cb1a09d0 11526
8ebc5c01 11527=item EXAMPLES
cb1a09d0 11528
8ebc5c01 11529=item SEE ALSO
cb1a09d0 11530
8ebc5c01 11531=item AUTHOR
cb1a09d0 11532
a45bd81d
GS
11533=back
11534
8ebc5c01 11535=head2 ExtUtils::Install - install files from here to there
cb1a09d0 11536
d420ca49 11537=over 4
a45bd81d 11538
8ebc5c01 11539=item SYNOPSIS
cb1a09d0 11540
8ebc5c01 11541=item DESCRIPTION
cb1a09d0 11542
a45bd81d
GS
11543=back
11544
193fb0af
GS
11545=head2 ExtUtils::Installed - Inventory management of installed modules
11546
d420ca49 11547=over 4
a45bd81d 11548
193fb0af
GS
11549=item SYNOPSIS
11550
11551=item DESCRIPTION
11552
11553=item USAGE
11554
11555=item FUNCTIONS
11556
11557new(), modules(), files(), directories(), directory_tree(), validate(),
11558packlist(), version()
11559
fb9cefb4
GS
11560=item EXAMPLE
11561
193fb0af
GS
11562=item AUTHOR
11563
a45bd81d
GS
11564=back
11565
8ebc5c01 11566=head2 ExtUtils::Liblist - determine libraries to use and how to use them
cb1a09d0 11567
d420ca49 11568=over 4
a45bd81d 11569
8ebc5c01 11570=item SYNOPSIS
cb1a09d0 11571
8ebc5c01 11572=item DESCRIPTION
cb1a09d0 11573
8ebc5c01 11574For static extensions, For dynamic extensions, For dynamic extensions
cb1a09d0 11575
d420ca49 11576=over 4
cb1a09d0 11577
8ebc5c01 11578=item EXTRALIBS
cb1a09d0 11579
8ebc5c01 11580=item LDLOADLIBS and LD_RUN_PATH
cb1a09d0 11581
8ebc5c01 11582=item BSLOADLIBS
cb1a09d0 11583
8ebc5c01 11584=back
cb1a09d0 11585
8ebc5c01 11586=item PORTABILITY
cb1a09d0 11587
d420ca49 11588=over 4
cb1a09d0 11589
8ebc5c01 11590=item VMS implementation
cb1a09d0 11591
3e3baf6d
TB
11592=item Win32 implementation
11593
8ebc5c01 11594=back
cb1a09d0 11595
8ebc5c01 11596=item SEE ALSO
cb1a09d0 11597
a45bd81d
GS
11598=back
11599
f502af34
JH
11600=head2 ExtUtils::MM_BeOS - methods to override UN*X behaviour in
11601ExtUtils::MakeMaker
11602
11603=over 4
11604
11605=item SYNOPSIS
11606
11607=item DESCRIPTION
11608
11609=back
11610
11611perl_archive
11612
14218588
GS
11613=head2 ExtUtils::MM_Cygwin - methods to override UN*X behaviour in
11614ExtUtils::MakeMaker
11615
d420ca49 11616=over 4
a45bd81d 11617
14218588
GS
11618=item SYNOPSIS
11619
11620=item DESCRIPTION
11621
11622canonpath, cflags, manifypods, perl_archive
11623
a45bd81d
GS
11624=back
11625
9038e305
JH
11626=head2 ExtUtils::MM_NW5 - methods to override UN*X behaviour in
11627ExtUtils::MakeMaker
11628
11629=over 4
11630
11631=item SYNOPSIS
11632
11633=item DESCRIPTION
11634
11635=back
11636
11637catfile
11638
11639constants (o)
11640
11641static_lib (o)
11642
11643dynamic_bs (o)
11644
11645dynamic_lib (o)
11646
11647canonpath
11648
11649perl_script
11650
11651pm_to_blib
11652
11653test_via_harness (o)
11654
11655tool_autosplit (override)
11656
11657tools_other (o)
11658
11659xs_o (o)
11660
11661top_targets (o)
11662
11663htmlifypods (o)
11664
11665manifypods (o)
11666
11667dist_ci (o)
11668
11669dist_core (o)
11670
11671pasthru (o)
11672
8ebc5c01 11673=head2 ExtUtils::MM_OS2 - methods to override UN*X behaviour in
11674ExtUtils::MakeMaker
cb1a09d0 11675
d420ca49 11676=over 4
a45bd81d 11677
8ebc5c01 11678=item SYNOPSIS
cb1a09d0 11679
8ebc5c01 11680=item DESCRIPTION
cb1a09d0 11681
4d4e713d
JH
11682=item METHODS
11683
a45bd81d
GS
11684=back
11685
4d4e713d
JH
11686perl_archive_after
11687
8ebc5c01 11688=head2 ExtUtils::MM_Unix - methods used by ExtUtils::MakeMaker
cb1a09d0 11689
d420ca49 11690=over 4
a45bd81d 11691
8ebc5c01 11692=item SYNOPSIS
cb1a09d0 11693
8ebc5c01 11694=item DESCRIPTION
cb1a09d0 11695
8ebc5c01 11696=item METHODS
cb1a09d0 11697
d420ca49 11698=over 4
cb1a09d0 11699
8ebc5c01 11700=item Preloaded methods
cb1a09d0 11701
a45bd81d 11702canonpath
cb1a09d0 11703
8ebc5c01 11704=back
cb1a09d0 11705
a45bd81d 11706=back
cb1a09d0 11707
a45bd81d 11708catdir
cb1a09d0 11709
a45bd81d 11710catfile
cb1a09d0 11711
a45bd81d 11712curdir
cb1a09d0 11713
a45bd81d 11714rootdir
cb1a09d0 11715
a45bd81d 11716updir
cb1a09d0 11717
d420ca49 11718=over 4
cb1a09d0 11719
8ebc5c01 11720=item SelfLoaded methods
cb1a09d0 11721
a45bd81d 11722c_o (o)
cb1a09d0 11723
8ebc5c01 11724=back
cb1a09d0 11725
a45bd81d 11726cflags (o)
68dc0745 11727
a45bd81d 11728clean (o)
68dc0745 11729
a45bd81d 11730const_cccmd (o)
68dc0745 11731
a45bd81d 11732const_config (o)
68dc0745 11733
a45bd81d 11734const_loadlibs (o)
cb1a09d0 11735
a45bd81d 11736constants (o)
cb1a09d0 11737
a45bd81d 11738depend (o)
cb1a09d0 11739
a45bd81d 11740dir_target (o)
cb1a09d0 11741
a45bd81d 11742dist (o)
cb1a09d0 11743
a45bd81d 11744dist_basics (o)
cb1a09d0 11745
a45bd81d 11746dist_ci (o)
cb1a09d0 11747
a45bd81d 11748dist_core (o)
7d2bfb28 11749
a45bd81d 11750dist_dir (o)
7d2bfb28 11751
a45bd81d 11752dist_test (o)
7d2bfb28 11753
a45bd81d 11754dlsyms (o)
7d2bfb28 11755
a45bd81d 11756dynamic (o)
7d2bfb28 11757
a45bd81d 11758dynamic_bs (o)
7d2bfb28 11759
a45bd81d 11760dynamic_lib (o)
7d2bfb28 11761
a45bd81d 11762exescan
cb1a09d0 11763
a45bd81d 11764extliblist
cb1a09d0 11765
a45bd81d 11766file_name_is_absolute
cb1a09d0 11767
a45bd81d 11768find_perl
cb1a09d0 11769
d420ca49 11770=over 4
cb1a09d0 11771
a45bd81d 11772=item Methods to actually produce chunks of text for the Makefile
cb1a09d0 11773
a45bd81d 11774fixin
cb1a09d0 11775
a45bd81d 11776=back
cb1a09d0 11777
a45bd81d 11778force (o)
d516a115 11779
a45bd81d 11780guess_name
cb1a09d0 11781
a45bd81d 11782has_link_code
14218588 11783
a45bd81d 11784htmlifypods (o)
14218588 11785
a45bd81d 11786init_dirscan
cb1a09d0 11787
a45bd81d 11788init_main
cb1a09d0 11789
a45bd81d 11790init_others
cb1a09d0 11791
a45bd81d 11792install (o)
cb1a09d0 11793
a45bd81d 11794installbin (o)
cb1a09d0 11795
a45bd81d 11796libscan (o)
cb1a09d0 11797
a45bd81d 11798linkext (o)
cb1a09d0 11799
a45bd81d 11800lsdir
cb1a09d0 11801
a45bd81d 11802macro (o)
cb1a09d0 11803
a45bd81d 11804makeaperl (o)
cb1a09d0 11805
a45bd81d 11806makefile (o)
cb1a09d0 11807
a45bd81d 11808manifypods (o)
cb1a09d0 11809
a45bd81d 11810maybe_command
14218588 11811
a45bd81d 11812maybe_command_in_dirs
14218588 11813
a45bd81d 11814needs_linking (o)
14218588 11815
a45bd81d 11816nicetext
14218588 11817
a45bd81d 11818parse_version
cb1a09d0 11819
a45bd81d 11820parse_abstract
cb1a09d0 11821
a45bd81d 11822pasthru (o)
cb1a09d0 11823
a45bd81d 11824path
cb1a09d0 11825
a45bd81d 11826perl_script
cb1a09d0 11827
a45bd81d 11828perldepend (o)
402d0d99 11829
a45bd81d 11830ppd
402d0d99 11831
a45bd81d 11832perm_rw (o)
402d0d99 11833
a45bd81d 11834perm_rwx (o)
402d0d99 11835
a45bd81d 11836pm_to_blib
193fb0af 11837
a45bd81d 11838post_constants (o)
193fb0af 11839
a45bd81d 11840post_initialize (o)
193fb0af 11841
a45bd81d 11842postamble (o)
193fb0af 11843
a45bd81d 11844prefixify
193fb0af 11845
a45bd81d 11846processPL (o)
193fb0af 11847
cb52f95f
JH
11848quote_paren
11849
a45bd81d 11850realclean (o)
fb9cefb4 11851
a45bd81d 11852replace_manpage_separator
193fb0af 11853
a45bd81d 11854static (o)
cb1a09d0 11855
a45bd81d
GS
11856static_lib (o)
11857
11858staticmake (o)
11859
11860subdir_x (o)
11861
11862subdirs (o)
11863
11864test (o)
11865
11866test_via_harness (o)
11867
11868test_via_script (o)
11869
11870tool_autosplit (o)
11871
11872tools_other (o)
11873
11874tool_xsubpp (o)
11875
11876top_targets (o)
11877
11878writedoc
11879
11880xs_c (o)
11881
11882xs_cpp (o)
11883
11884xs_o (o)
11885
11886perl_archive
11887
fc6a272d
JH
11888perl_archive_after
11889
a45bd81d
GS
11890export_list
11891
d420ca49 11892=over 4
a45bd81d
GS
11893
11894=item SEE ALSO
11895
11896=back
11897
11898=head2 ExtUtils::MM_VMS - methods to override UN*X behaviour in
11899ExtUtils::MakeMaker
11900
d420ca49 11901=over 4
a45bd81d
GS
11902
11903=item SYNOPSIS
11904
11905=item DESCRIPTION
11906
d420ca49 11907=over 4
a45bd81d
GS
11908
11909=item Methods always loaded
11910
11911wraplist
11912
11913=back
11914
11915=back
11916
11917rootdir (override)
11918
d420ca49 11919=over 4
a45bd81d
GS
11920
11921=item SelfLoaded methods
11922
11923guess_name (override)
11924
11925=back
11926
11927find_perl (override)
11928
11929path (override)
11930
11931maybe_command (override)
11932
11933maybe_command_in_dirs (override)
11934
11935perl_script (override)
11936
11937file_name_is_absolute (override)
11938
11939replace_manpage_separator
11940
11941init_others (override)
11942
11943constants (override)
11944
11945cflags (override)
11946
11947const_cccmd (override)
11948
11949pm_to_blib (override)
11950
11951tool_autosplit (override)
11952
11953tool_sxubpp (override)
11954
11955xsubpp_version (override)
11956
11957tools_other (override)
11958
11959dist (override)
11960
11961c_o (override)
11962
11963xs_c (override)
11964
11965xs_o (override)
11966
11967top_targets (override)
11968
11969dlsyms (override)
11970
11971dynamic_lib (override)
11972
11973dynamic_bs (override)
11974
11975static_lib (override)
11976
11977manifypods (override)
11978
11979processPL (override)
11980
11981installbin (override)
11982
11983subdir_x (override)
11984
11985clean (override)
11986
11987realclean (override)
11988
11989dist_basics (override)
11990
11991dist_core (override)
11992
11993dist_dir (override)
11994
11995dist_test (override)
11996
11997install (override)
11998
11999perldepend (override)
12000
12001makefile (override)
12002
12003test (override)
12004
12005test_via_harness (override)
12006
12007test_via_script (override)
12008
12009makeaperl (override)
12010
12011nicetext (override)
12012
12013=head2 ExtUtils::MM_Win32 - methods to override UN*X behaviour in
12014ExtUtils::MakeMaker
12015
d420ca49 12016=over 4
a45bd81d
GS
12017
12018=item SYNOPSIS
12019
12020=item DESCRIPTION
12021
12022=back
12023
12024catfile
12025
12026constants (o)
12027
12028static_lib (o)
12029
12030dynamic_bs (o)
12031
12032dynamic_lib (o)
12033
12034canonpath
12035
12036perl_script
12037
12038pm_to_blib
12039
12040test_via_harness (o)
12041
12042tool_autosplit (override)
12043
12044tools_other (o)
12045
12046xs_o (o)
12047
12048top_targets (o)
12049
12050htmlifypods (o)
12051
12052manifypods (o)
12053
12054dist_ci (o)
12055
12056dist_core (o)
12057
12058pasthru (o)
12059
12060=head2 ExtUtils::MakeMaker - create an extension Makefile
12061
d420ca49 12062=over 4
a45bd81d
GS
12063
12064=item SYNOPSIS
12065
12066=item DESCRIPTION
12067
d420ca49 12068=over 4
a45bd81d
GS
12069
12070=item How To Write A Makefile.PL
12071
12072=item Default Makefile Behaviour
12073
12074=item make test
12075
12076=item make testdb
12077
12078=item make install
12079
12080=item PREFIX and LIB attribute
12081
12082=item AFS users
12083
12084=item Static Linking of a new Perl Binary
12085
12086=item Determination of Perl Library and Installation Locations
12087
12088=item Which architecture dependent directory?
12089
12090=item Using Attributes and Parameters
12091
53d7eaa8 12092ABSTRACT, ABSTRACT_FROM, AUTHOR, BINARY_LOCATION, C, CCFLAGS, CONFIG,
a45bd81d
GS
12093CONFIGURE, DEFINE, DIR, DISTNAME, DL_FUNCS, DL_VARS, EXCLUDE_EXT,
12094EXE_FILES, FIRST_MAKEFILE, FULLPERL, FUNCLIST, H, HTMLLIBPODS,
12095HTMLSCRIPTPODS, IMPORTS, INC, INCLUDE_EXT, INSTALLARCHLIB, INSTALLBIN,
12096INSTALLDIRS, INSTALLHTMLPRIVLIBDIR, INSTALLHTMLSCRIPTDIR,
12097INSTALLHTMLSITELIBDIR, INSTALLMAN1DIR, INSTALLMAN3DIR, INSTALLPRIVLIB,
12098INSTALLSCRIPT, INSTALLSITEARCH, INSTALLSITELIB, INST_ARCHLIB, INST_BIN,
a7ffa9b9
NC
12099INST_EXE, INST_HTMLLIBDIR, INST_HTMLSCRIPTDIR, INST_LIB, INST_MAN1DIR,
12100INST_MAN3DIR, INST_SCRIPT, LDFROM, LIB, LIBPERL_A, LIBS, LINKTYPE,
12101MAKEAPERL, MAKEFILE, MAN1PODS, MAN3PODS, MAP_TARGET, MYEXTLIB, NAME,
389925df
JH
12102NEEDS_LINKING, NOECHO, NORECURS, NO_VC, OBJECT, OPTIMIZE, PERL, PERL_CORE,
12103PERLMAINCC, PERL_ARCHLIB, PERL_LIB, PERL_MALLOC_OK, PERLRUN, PERM_RW,
12104PERM_RWX, PL_FILES, PM, PMLIBDIRS, PM_FILTER, POLLUTE, PPM_INSTALL_EXEC,
cb52f95f
JH
12105PPM_INSTALL_SCRIPT, PREFIX, PREREQ_PM, PREREQ_FATAL, PREREQ_PRINT,
12106PRINT_PREREQ, SKIP, TEST_LIBS, VERSION, VERSION_FROM, XS, XSOPT,
12107XSPROTOARG, XS_VERSION
a45bd81d
GS
12108
12109=item Additional lowercase attributes
12110
12111clean, depend, dist, dynamic_lib, linkext, macro, realclean, test,
12112tool_autosplit
12113
12114=item Overriding MakeMaker Methods
12115
12116=item Hintsfile support
12117
12118=item Distribution Support
12119
12120 make distcheck, make skipcheck, make distclean, make manifest,
12121 make distdir, make tardist, make dist, make uutardist, make
12122shdist, make zipdist, make ci
12123
12124=item Disabling an extension
12125
12126=back
12127
12128=item ENVIRONMENT
12129
1fdc5aa6 12130PERL_MM_OPT, PERL_MM_USE_DEFAULT
a45bd81d
GS
12131
12132=item SEE ALSO
12133
12134=item AUTHORS
12135
12136=back
12137
12138=head2 ExtUtils::Manifest - utilities to write and check a MANIFEST file
12139
d420ca49 12140=over 4
a45bd81d
GS
12141
12142=item SYNOPSIS
12143
12144=item DESCRIPTION
12145
12146=item MANIFEST.SKIP
12147
12148=item EXPORT_OK
12149
12150=item GLOBAL VARIABLES
12151
12152=item DIAGNOSTICS
12153
12154C<Not in MANIFEST:> I<file>, C<No such file:> I<file>, C<MANIFEST:> I<$!>,
12155C<Added to MANIFEST:> I<file>
12156
165c0277
JH
12157=item ENVIRONMENT
12158
12159B<PERL_MM_MANIFEST_DEBUG>
12160
a45bd81d
GS
12161=item SEE ALSO
12162
12163=item AUTHOR
12164
12165=back
12166
12167=head2 ExtUtils::Miniperl, writemain - write the C code for perlmain.c
12168
d420ca49 12169=over 4
a45bd81d
GS
12170
12171=item SYNOPSIS
12172
12173=item DESCRIPTION
12174
12175=item SEE ALSO
12176
12177=back
12178
12179=head2 ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader
12180
d420ca49 12181=over 4
a45bd81d
GS
12182
12183=item SYNOPSIS
cb1a09d0 12184
8ebc5c01 12185=item DESCRIPTION
402d0d99 12186
a45bd81d
GS
12187=back
12188
12189=head2 ExtUtils::Mksymlists - write linker options files for dynamic
12190extension
12191
d420ca49 12192=over 4
a45bd81d
GS
12193
12194=item SYNOPSIS
12195
12196=item DESCRIPTION
12197
12198DLBASE, DL_FUNCS, DL_VARS, FILE, FUNCLIST, IMPORTS, NAME
12199
12200=item AUTHOR
12201
12202=item REVISION
12203
12204=back
12205
12206=head2 ExtUtils::Packlist - manage .packlist files
12207
d420ca49 12208=over 4
a45bd81d
GS
12209
12210=item SYNOPSIS
12211
12212=item DESCRIPTION
12213
12214=item USAGE
12215
12216=item FUNCTIONS
12217
12218new(), read(), write(), validate(), packlist_file()
12219
12220=item EXAMPLE
12221
12222=item AUTHOR
12223
12224=back
12225
12226=head2 ExtUtils::testlib - add blib/* directories to @INC
12227
d420ca49 12228=over 4
a45bd81d
GS
12229
12230=item SYNOPSIS
12231
12232=item DESCRIPTION
12233
12234=back
12235
d516a115
JH
12236=head2 Fatal - replace functions with equivalents which succeed or die
12237
d420ca49 12238=over 4
a45bd81d 12239
d516a115
JH
12240=item SYNOPSIS
12241
12242=item DESCRIPTION
12243
12244=item AUTHOR
12245
a45bd81d
GS
12246=back
12247
8ebc5c01 12248=head2 Fcntl - load the C Fcntl.h defines
cb1a09d0 12249
d420ca49 12250=over 4
a45bd81d 12251
8ebc5c01 12252=item SYNOPSIS
cb1a09d0 12253
8ebc5c01 12254=item DESCRIPTION
cb1a09d0 12255
8ebc5c01 12256=item NOTE
cb1a09d0 12257
8ebc5c01 12258=item EXPORTED SYMBOLS
cb1a09d0 12259
a45bd81d
GS
12260=back
12261
8ebc5c01 12262=head2 File::Basename, fileparse - split a pathname into pieces
7d2bfb28 12263
d420ca49 12264=over 4
a45bd81d 12265
7d2bfb28 12266=item SYNOPSIS
12267
7d2bfb28 12268=item DESCRIPTION
12269
8ebc5c01 12270fileparse_set_fstype, fileparse
7d2bfb28 12271
8ebc5c01 12272=item EXAMPLES
7d2bfb28 12273
8ebc5c01 12274C<basename>, C<dirname>
7d2bfb28 12275
a45bd81d
GS
12276=back
12277
8ebc5c01 12278=head2 File::CheckTree, validate - run many filetest checks on a tree
cb1a09d0 12279
d420ca49 12280=over 4
a45bd81d 12281
cb1a09d0
AD
12282=item SYNOPSIS
12283
cb1a09d0
AD
12284=item DESCRIPTION
12285
a45bd81d
GS
12286=back
12287
8ebc5c01 12288=head2 File::Compare - Compare files or filehandles
cb1a09d0 12289
d420ca49 12290=over 4
a45bd81d 12291
8ebc5c01 12292=item SYNOPSIS
cb1a09d0 12293
8ebc5c01 12294=item DESCRIPTION
cb1a09d0 12295
8ebc5c01 12296=item RETURN
cb1a09d0 12297
8ebc5c01 12298=item AUTHOR
cb1a09d0 12299
a45bd81d
GS
12300=back
12301
8ebc5c01 12302=head2 File::Copy - Copy files or filehandles
cb1a09d0 12303
d420ca49 12304=over 4
a45bd81d 12305
8ebc5c01 12306=item SYNOPSIS
cb1a09d0 12307
8ebc5c01 12308=item DESCRIPTION
cb1a09d0 12309
d420ca49 12310=over 4
cb1a09d0 12311
14218588 12312=item Special behaviour if C<syscopy> is defined (OS/2, VMS and Win32)
cb1a09d0 12313
8ebc5c01 12314rmscopy($from,$to[,$date_flag])
cb1a09d0
AD
12315
12316=back
12317
8ebc5c01 12318=item RETURN
cb1a09d0 12319
ac4dd294
JH
12320=item NOTES
12321
8ebc5c01 12322=item AUTHOR
cb1a09d0 12323
a45bd81d
GS
12324=back
12325
3e3baf6d
TB
12326=head2 File::DosGlob - DOS like globbing and then some
12327
d420ca49 12328=over 4
a45bd81d 12329
3e3baf6d
TB
12330=item SYNOPSIS
12331
12332=item DESCRIPTION
12333
35bf961c
JH
12334=item NOTES
12335
3e3baf6d
TB
12336=item EXPORTS (by request only)
12337
12338=item BUGS
12339
12340=item AUTHOR
12341
12342=item HISTORY
12343
12344=item SEE ALSO
12345
a45bd81d
GS
12346=back
12347
f502af34 12348=head2 File::Find - Traverse a directory tree.
cb1a09d0 12349
d420ca49 12350=over 4
a45bd81d 12351
8ebc5c01 12352=item SYNOPSIS
cb1a09d0 12353
8ebc5c01 12354=item DESCRIPTION
cb1a09d0 12355
f502af34
JH
12356B<find>, B<finddepth>
12357
12358=over 4
12359
12360=item %options
12361
10862624 12362C<wanted>, C<bydepth>, C<preprocess>, C<postprocess>, C<follow>,
5d80033a
JH
12363C<follow_fast>, C<follow_skip>, C<dangling_symlinks>, C<no_chdir>,
12364C<untaint>, C<untaint_pattern>, C<untaint_skip>
a45bd81d 12365
f502af34
JH
12366=item The wanted function
12367
12368C<$File::Find::dir> is the current directory name,, C<$_> is the current
12369filename within that directory, C<$File::Find::name> is the complete
12370pathname to the file
12371
12372=back
12373
cb52f95f
JH
12374=item WARNINGS
12375
a45bd81d
GS
12376=item CAVEAT
12377
1fdc5aa6
JH
12378$dont_use_nlink, symlinks
12379
ac4dd294
JH
12380=item NOTES
12381
9038e305
JH
12382=item HISTORY
12383
a45bd81d
GS
12384=back
12385
12386=head2 File::Glob - Perl extension for BSD glob routine
d516a115 12387
d420ca49 12388=over 4
a45bd81d
GS
12389
12390=item SYNOPSIS
12391
12392=item DESCRIPTION
12393
41ca3a40
JH
12394C<GLOB_ERR>, C<GLOB_LIMIT>, C<GLOB_MARK>, C<GLOB_NOCASE>, C<GLOB_NOCHECK>,
12395C<GLOB_NOSORT>, C<GLOB_BRACE>, C<GLOB_NOMAGIC>, C<GLOB_QUOTE>,
12396C<GLOB_TILDE>, C<GLOB_CSH>, C<GLOB_ALPHASORT>
a45bd81d
GS
12397
12398=item DIAGNOSTICS
12399
12400C<GLOB_NOSPACE>, C<GLOB_ABEND>
12401
12402=item NOTES
12403
12404=item AUTHOR
12405
12406=back
12407
12408=head2 File::Path - create or remove directory trees
12409
d420ca49 12410=over 4
cb1a09d0 12411
8ebc5c01 12412=item SYNOPSIS
7d2bfb28 12413
12414=item DESCRIPTION
12415
8ebc5c01 12416=item AUTHORS
7d2bfb28 12417
a45bd81d
GS
12418=back
12419
fb9cefb4
GS
12420=head2 File::Spec - portably perform operations on file names
12421
d420ca49 12422=over 4
a45bd81d 12423
fb9cefb4
GS
12424=item SYNOPSIS
12425
12426=item DESCRIPTION
12427
53d7eaa8
JH
12428=item METHODS
12429
12430canonpath, catdir, catfile, curdir, devnull, rootdir, tmpdir, updir,
12431no_upwards, case_tolerant, file_name_is_absolute, path, join, splitpath,
35bf961c 12432splitdir, catpath(), abs2rel, rel2abs()
53d7eaa8 12433
fb9cefb4
GS
12434=item SEE ALSO
12435
12436=item AUTHORS
12437
a45bd81d
GS
12438=back
12439
04b01f78
JH
12440=head2 File::Spec::Cygwin - methods for Cygwin file specs
12441
12442=over 4
12443
12444=item SYNOPSIS
12445
12446=item DESCRIPTION
12447
12448=back
12449
2cc61e15
DD
12450=head2 File::Spec::Epoc - methods for Epoc file specs
12451
12452=over 4
12453
12454=item SYNOPSIS
12455
12456=item DESCRIPTION
12457
12458devnull
12459
12460=back
12461
12462tmpdir
12463
12464path
12465
35bf961c 12466canonpath()
2cc61e15
DD
12467
12468splitpath
12469
12470splitdir
12471
12472catpath
12473
12474abs2rel
12475
35bf961c 12476rel2abs()
2cc61e15
DD
12477
12478=over 4
12479
12480=item SEE ALSO
12481
12482=back
12483
14218588
GS
12484=head2 File::Spec::Functions - portably perform operations on file names
12485
d420ca49 12486=over 4
a45bd81d 12487
14218588
GS
12488=item SYNOPSIS
12489
12490=item DESCRIPTION
12491
d420ca49 12492=over 4
14218588
GS
12493
12494=item Exports
12495
12496=back
12497
12498=item SEE ALSO
12499
a45bd81d
GS
12500=back
12501
35bf961c 12502=head2 File::Spec::Mac - File::Spec for Mac OS (Classic)
fb9cefb4 12503
d420ca49 12504=over 4
a45bd81d 12505
fb9cefb4
GS
12506=item SYNOPSIS
12507
12508=item DESCRIPTION
12509
12510=item METHODS
12511
a45bd81d
GS
12512canonpath
12513
12514=back
12515
35bf961c 12516catdir()
a45bd81d
GS
12517
12518catfile
12519
12520curdir
12521
12522devnull
12523
12524rootdir
12525
12526tmpdir
12527
12528updir
12529
12530file_name_is_absolute
12531
12532path
12533
694468e3
GS
12534splitpath
12535
12536splitdir
12537
1fdc5aa6 12538catpath
694468e3
GS
12539
12540abs2rel
12541
12542rel2abs
12543
d420ca49 12544=over 4
fb9cefb4 12545
35bf961c
JH
12546=item AUTHORS
12547
fb9cefb4
GS
12548=item SEE ALSO
12549
a45bd81d
GS
12550=back
12551
04b01f78
JH
12552canonpath
12553
12554splitpath
12555
12556splitdir
12557
12558catpath
12559
fb9cefb4
GS
12560=head2 File::Spec::OS2 - methods for OS/2 file specs
12561
d420ca49 12562=over 4
a45bd81d 12563
fb9cefb4
GS
12564=item SYNOPSIS
12565
12566=item DESCRIPTION
12567
a45bd81d
GS
12568=back
12569
53d7eaa8
JH
12570=head2 File::Spec::Unix - File::Spec for Unix, base for other File::Spec
12571modules
fb9cefb4 12572
d420ca49 12573=over 4
a45bd81d 12574
fb9cefb4
GS
12575=item SYNOPSIS
12576
12577=item DESCRIPTION
12578
12579=item METHODS
12580
35bf961c 12581canonpath()
a45bd81d
GS
12582
12583=back
12584
35bf961c 12585catdir()
a45bd81d
GS
12586
12587catfile
12588
12589curdir
12590
12591devnull
12592
12593rootdir
12594
12595tmpdir
12596
12597updir
12598
12599no_upwards
12600
694468e3
GS
12601case_tolerant
12602
a45bd81d
GS
12603file_name_is_absolute
12604
12605path
12606
12607join
12608
12609splitpath
12610
12611splitdir
12612
35bf961c 12613catpath()
a45bd81d
GS
12614
12615abs2rel
12616
35bf961c 12617rel2abs()
a45bd81d 12618
d420ca49 12619=over 4
fb9cefb4
GS
12620
12621=item SEE ALSO
12622
a45bd81d
GS
12623=back
12624
fb9cefb4
GS
12625=head2 File::Spec::VMS - methods for VMS file specs
12626
d420ca49 12627=over 4
a45bd81d 12628
fb9cefb4
GS
12629=item SYNOPSIS
12630
12631=item DESCRIPTION
12632
a45bd81d
GS
12633eliminate_macros
12634
12635=back
12636
12637fixpath
c76ac1ee 12638
d420ca49 12639=over 4
fb9cefb4
GS
12640
12641=item Methods always loaded
12642
694468e3 12643canonpath (override)
fb9cefb4
GS
12644
12645=back
12646
694468e3
GS
12647catdir
12648
a45bd81d
GS
12649catfile
12650
12651curdir (override)
12652
12653devnull (override)
12654
12655rootdir (override)
12656
12657tmpdir (override)
12658
12659updir (override)
12660
694468e3
GS
12661case_tolerant (override)
12662
a45bd81d
GS
12663path (override)
12664
12665file_name_is_absolute (override)
12666
694468e3
GS
12667splitpath (override)
12668
12669splitdir (override)
12670
12671catpath (override)
12672
37590e52
GS
12673abs2rel (override)
12674
12675rel2abs (override)
12676
d420ca49 12677=over 4
a45bd81d 12678
14218588
GS
12679=item SEE ALSO
12680
a45bd81d
GS
12681=back
12682
fb9cefb4
GS
12683=head2 File::Spec::Win32 - methods for Win32 file specs
12684
d420ca49 12685=over 4
a45bd81d 12686
fb9cefb4
GS
12687=item SYNOPSIS
12688
12689=item DESCRIPTION
12690
a45bd81d
GS
12691devnull
12692
12693=back
12694
12695tmpdir
12696
12697catfile
12698
12699canonpath
12700
12701splitpath
12702
12703splitdir
12704
12705catpath
12706
d420ca49 12707=over 4
a45bd81d 12708
14218588 12709=item SEE ALSO
fb9cefb4 12710
a45bd81d
GS
12711=back
12712
d722968f
JH
12713=head2 File::Temp - return name and handle of a temporary file safely
12714
d420ca49 12715=over 4
d722968f 12716
a9ef4385
JH
12717=item PORTABILITY
12718
d722968f
JH
12719=item SYNOPSIS
12720
12721=item DESCRIPTION
12722
12723=back
12724
d420ca49 12725=over 4
d722968f
JH
12726
12727=item FUNCTIONS
12728
12729B<tempfile>
12730
12731=back
12732
12733B<tempdir>
12734
d420ca49 12735=over 4
d722968f
JH
12736
12737=item MKTEMP FUNCTIONS
12738
12739B<mkstemp>
12740
12741=back
12742
12743B<mkstemps>
12744
12745B<mkdtemp>
12746
12747B<mktemp>
12748
d420ca49 12749=over 4
d722968f
JH
12750
12751=item POSIX FUNCTIONS
12752
12753B<tmpnam>
12754
12755=back
12756
12757B<tmpfile>
12758
d420ca49 12759=over 4
d722968f
JH
12760
12761=item ADDITIONAL FUNCTIONS
12762
12763B<tempnam>
12764
12765=back
12766
d420ca49 12767=over 4
d722968f
JH
12768
12769=item UTILITY FUNCTIONS
12770
12771B<unlink0>
12772
12773=back
12774
d420ca49 12775=over 4
d722968f
JH
12776
12777=item PACKAGE VARIABLES
12778
12779B<safe_level>, STANDARD, MEDIUM, HIGH
12780
12781=back
12782
12783TopSystemUID
12784
d420ca49 12785=over 4
d722968f
JH
12786
12787=item WARNING
12788
165c0277
JH
12789=over 4
12790
12791=item Temporary files and NFS
12792
12793=back
12794
4755096e
GS
12795=item HISTORY
12796
12797=item SEE ALSO
12798
12799=item AUTHOR
12800
12801=back
12802
12803=head2 File::stat - by-name interface to Perl's built-in stat() functions
12804
d420ca49 12805=over 4
4755096e
GS
12806
12807=item SYNOPSIS
12808
12809=item DESCRIPTION
12810
12811=item NOTE
12812
12813=item AUTHOR
12814
12815=back
12816
12817=head2 FileCache - keep more files open than the system permits
12818
d420ca49 12819=over 4
4755096e
GS
12820
12821=item SYNOPSIS
12822
12823=item DESCRIPTION
12824
12825=item BUGS
12826
12827=back
12828
12829=head2 FileHandle - supply object methods for filehandles
12830
d420ca49 12831=over 4
4755096e
GS
12832
12833=item SYNOPSIS
12834
12835=item DESCRIPTION
12836
12837$fh->print, $fh->printf, $fh->getline, $fh->getlines
12838
12839=item SEE ALSO
12840
12841=back
12842
165c0277
JH
12843=head2 Filter::Simple - Simplified source filtering
12844
12845=over 4
12846
12847=item SYNOPSIS
12848
12849=item DESCRIPTION
12850
12851=over 4
12852
12853=item The Problem
12854
12855=item A Solution
12856
1fa7ca25
JH
12857=item Disabling or changing <no> behaviour
12858
12859=item All-in-one interface
12860
07fcf8ff
JH
12861=item Filtering only specific components of source code
12862
12863C<"code">, C<"executable">, C<"quotelike">, C<"string">, C<"regex">,
12864C<"all">
12865
12866=item Filtering only the code parts of source code
12867
12868Most source code ceases to be grammatically correct when it is broken up
12869into the pieces between string literals and regexes. So the C<'code'>
12870component filter behaves slightly differently from the other partial
12871filters
12872described in the previous section.
12873
34babc16
JH
12874=item Using Filter::Simple with an explicit C<import> subroutine
12875
53d7eaa8
JH
12876=item Using Filter::Simple and Exporter together
12877
165c0277
JH
12878=item How it works
12879
12880=back
12881
12882=item AUTHOR
12883
12884=item COPYRIGHT
12885
12886=back
12887
12888=head2 Filter::Util::Call - Perl Source Filter Utility Module
12889
12890=over 4
12891
ab648d5e
JH
12892=item SYNOPSIS
12893
165c0277
JH
12894=item DESCRIPTION
12895
12896=over 4
12897
12898=item B<use Filter::Util::Call>
12899
12900=item B<import()>
12901
12902=item B<filter() and anonymous sub>
12903
12904B<$_>, B<$status>, B<filter_read> and B<filter_read_exact>, B<filter_del>
12905
12906=back
12907
12908=item EXAMPLES
12909
12910=over 4
12911
12912=item Example 1: A simple filter.
12913
12914=item Example 2: Using the context
12915
12916=item Example 3: Using the context within the filter
12917
12918=item Example 4: Using filter_del
12919
12920=back
12921
4d4e713d
JH
12922=item Filter::Simple
12923
165c0277
JH
12924=item AUTHOR
12925
12926=item DATE
12927
12928=back
12929
4755096e
GS
12930=head2 FindBin - Locate directory of original perl script
12931
d420ca49 12932=over 4
4755096e
GS
12933
12934=item SYNOPSIS
12935
12936=item DESCRIPTION
12937
12938=item EXPORTABLE VARIABLES
12939
35bf961c
JH
12940=item KNOWN ISSUES
12941
4755096e
GS
12942=item KNOWN BUGS
12943
12944=item AUTHORS
12945
12946=item COPYRIGHT
12947
12948=back
12949
12950=head2 GDBM_File - Perl5 access to the gdbm library.
12951
d420ca49 12952=over 4
4755096e
GS
12953
12954=item SYNOPSIS
12955
12956=item DESCRIPTION
12957
12958=item AVAILABILITY
12959
12960=item BUGS
12961
12962=item SEE ALSO
12963
12964=back
12965
12966=head2 Getopt::Long - Extended processing of command line options
12967
d420ca49 12968=over 4
4755096e
GS
12969
12970=item SYNOPSIS
12971
12972=item DESCRIPTION
12973
12974=item Command Line Options, an Introduction
12975
12976=item Getting Started with Getopt::Long
12977
d420ca49 12978=over 4
4755096e
GS
12979
12980=item Simple options
12981
12982=item A little bit less simple options
12983
12984=item Mixing command line option with other arguments
12985
12986=item Options with values
12987
12988=item Options with multiple values
12989
12990=item Options with hash values
12991
12992=item User-defined subroutines to handle options
12993
12994=item Options with multiple names
12995
12996=item Case and abbreviations
12997
12998=item Summary of Option Specifications
12999
ff426ff2
JH
13000!, +, s, i, o, f, : I<type> [ I<desttype> ], : I<number> [ I<desttype> ], :
13001+ [ I<desttype> ]
4755096e
GS
13002
13003=back
13004
13005=item Advanced Possibilities
13006
d420ca49 13007=over 4
4755096e 13008
10862624
RF
13009=item Object oriented interface
13010
4755096e
GS
13011=item Documentation and help texts
13012
13013=item Storing options in a hash
13014
13015=item Bundling
13016
13017=item The lonesome dash
13018
1fdc5aa6 13019=item Argument callback
4755096e
GS
13020
13021=back
13022
13023=item Configuring Getopt::Long
13024
9fa7f388
JH
13025default, posix_default, auto_abbrev, getopt_compat, gnu_compat, gnu_getopt,
13026require_order, permute, bundling (default: disabled), bundling_override
13027(default: disabled), ignore_case (default: enabled), ignore_case_always
13028(default: disabled), pass_through (default: disabled), prefix,
13029prefix_pattern, debug (default: disabled)
4755096e
GS
13030
13031=item Return values and Errors
13032
13033=item Legacy
13034
d420ca49 13035=over 4
4755096e
GS
13036
13037=item Default destinations
13038
13039=item Alternative option starters
13040
13041=item Configuration variables
13042
13043=back
13044
10862624
RF
13045=item Trouble Shooting
13046
d420ca49 13047=over 4
10862624
RF
13048
13049=item Warning: Ignoring '!' modifier for short option
13050
13051=item GetOptions does not return a false result when an option is not
13052supplied
13053
1fdc5aa6
JH
13054=item GetOptions does not split the command line correctly
13055
13056=item How do I put a "-?" option into a Getopt::Long?
13057
10862624
RF
13058=back
13059
4755096e
GS
13060=item AUTHOR
13061
13062=item COPYRIGHT AND DISCLAIMER
13063
13064=back
13065
13066=head2 Getopt::Std, getopt - Process single-character switches with switch
13067clustering
13068
d420ca49 13069=over 4
4755096e
GS
13070
13071=item SYNOPSIS
13072
13073=item DESCRIPTION
13074
13075=back
13076
80327a3d
JH
13077=head2 Hash::Util - A selection of general-utility hash subroutines
13078
13079=over 4
13080
13081=item SYNOPSIS
13082
13083=item DESCRIPTION
13084
13085=over 4
13086
13087=item Restricted hashes
13088
13089lock_keys, unlock_keys
13090
13091=back
13092
13093=back
13094
13095lock_value, unlock_value
13096
13097B<lock_hash>, B<unlock_hash>
13098
13099=over 4
13100
13101=item AUTHOR
13102
13103=item SEE ALSO
13104
13105=back
13106
4755096e
GS
13107=head2 I18N::Collate - compare 8-bit scalar data according to the current
13108locale
13109
d420ca49 13110=over 4
4755096e
GS
13111
13112=item SYNOPSIS
13113
13114=item DESCRIPTION
13115
13116=back
13117
772ff3b9
JH
13118=head2 I18N::LangTags - functions for dealing with RFC3066-style language
13119tags
13120
13121=over 4
13122
13123=item SYNOPSIS
13124
13125=item DESCRIPTION
13126
13127=back
13128
13129the function is_language_tag($lang1)
13130
13131the function extract_language_tags($whatever)
13132
13133the function same_language_tag($lang1, $lang2)
13134
13135the function similarity_language_tag($lang1, $lang2)
13136
13137the function is_dialect_of($lang1, $lang2)
13138
13139the function super_languages($lang1)
13140
13141the function locale2language_tag($locale_identifier)
13142
13143the function encode_language_tag($lang1)
13144
13145the function alternate_language_tags($lang1)
13146
4f233aa4
JH
13147the function @langs = panic_languages(@accept_languages)
13148
772ff3b9
JH
13149=over 4
13150
13151=item ABOUT LOWERCASING
13152
13153=item ABOUT UNICODE PLAINTEXT LANGUAGE TAGS
13154
13155=item SEE ALSO
13156
13157=item COPYRIGHT
13158
13159=item AUTHOR
13160
13161=back
13162
4f233aa4 13163=head2 I18N::LangTags::List -- tags and names for human languages
2ca5449f
JH
13164
13165=over 4
13166
13167=item SYNOPSIS
13168
4f233aa4
JH
13169=item DESCRIPTION
13170
2ca5449f
JH
13171=item ABOUT LANGUAGE TAGS
13172
13173=item LIST OF LANGUAGES
13174
4f233aa4
JH
13175{ab} : Abkhazian, {ace} : Achinese, {ach} : Acoli, {ada} : Adangme, {aa} :
13176Afar, {afh} : Afrihili, {af} : Afrikaans, [{afa} : Afro-Asiatic (Other)],
13177{aka} : Akan, {akk} : Akkadian, {sq} : Albanian, {ale} : Aleut, [{alg} :
13178Algonquian languages], [{tut} : Altaic (Other)], {am} : Amharic, {i-ami} :
13179Ami, [{apa} : Apache languages], {ar} : Arabic, {arc} : Aramaic, {arp} :
13180Arapaho, {arn} : Araucanian, {arw} : Arawak, {hy} : Armenian, [{art} :
13181Artificial (Other)], {as} : Assamese, [{ath} : Athapascan languages],
13182[{aus} : Australian languages], [{map} : Austronesian (Other)], {ava} :
13183Avaric, {ae} : Avestan, {awa} : Awadhi, {ay} : Aymara, {az} : Azerbaijani,
13184{ban} : Balinese, [{bat} : Baltic (Other)], {bal} : Baluchi, {bam} :
13185Bambara, [{bai} : Bamileke languages], {bad} : Banda, [{bnt} : Bantu
13186(Other)], {bas} : Basa, {ba} : Bashkir, {eu} : Basque, {btk} : Batak
13187(Indonesia), {bej} : Beja, {be} : Belarusian, {bem} : Bemba, {bn} :
13188Bengali, [{ber} : Berber (Other)], {bho} : Bhojpuri, {bh} : Bihari, {bik} :
13189Bikol, {bin} : Bini, {bi} : Bislama, {bs} : Bosnian, {bra} : Braj, {br} :
13190Breton, {bug} : Buginese, {bg} : Bulgarian, {i-bnn} : Bunun, {bua} :
13191Buriat, {my} : Burmese, {cad} : Caddo, {car} : Carib, {ca} : Catalan,
13192[{cau} : Caucasian (Other)], {ceb} : Cebuano, [{cel} : Celtic (Other)],
13193[{cai} : Central American Indian (Other)], {chg} : Chagatai, [{cmc} :
13194Chamic languages], {ch} : Chamorro, {ce} : Chechen, {chr} : Cherokee, {chy}
13195: Cheyenne, {chb} : Chibcha, {ny} : Chichewa, {zh} : Chinese, {chn} :
13196Chinook Jargon, {chp} : Chipewyan, {cho} : Choctaw, {cu} : Church Slavic,
13197{chk} : Chuukese, {cv} : Chuvash, {cop} : Coptic, {kw} : Cornish, {co} :
13198Corsican, {cre} : Cree, {mus} : Creek, [{cpe} : English-based Creoles and
13199pidgins (Other)], [{cpf} : French-based Creoles and pidgins (Other)],
13200[{cpp} : Portuguese-based Creoles and pidgins (Other)], [{crp} : Creoles
13201and pidgins (Other)], {hr} : Croatian, [{cus} : Cushitic (Other)], {cs} :
13202Czech, {dak} : Dakota, {da} : Danish, {day} : Dayak, {i-default} : Default
13203(Fallthru) Language, {del} : Delaware, {din} : Dinka, {div} : Divehi, {doi}
13204: Dogri, {dgr} : Dogrib, [{dra} : Dravidian (Other)], {dua} : Duala, {nl} :
13205Dutch, {dum} : Middle Dutch (ca.1050-1350), {dyu} : Dyula, {dz} : Dzongkha,
13206{efi} : Efik, {egy} : Ancient Egyptian, {eka} : Ekajuk, {elx} : Elamite,
13207{en} : English, {enm} : Old English (1100-1500), {ang} : Old English
13208(ca.450-1100), {eo} : Esperanto, {et} : Estonian, {ewe} : Ewe, {ewo} :
13209Ewondo, {fan} : Fang, {fat} : Fanti, {fo} : Faroese, {fj} : Fijian, {fi} :
13210Finnish, [{fiu} : Finno-Ugrian (Other)], {fon} : Fon, {fr} : French, {frm}
13211: Middle French (ca.1400-1600), {fro} : Old French (842-ca.1400), {fy} :
13212Frisian, {fur} : Friulian, {ful} : Fulah, {gaa} : Ga, {gd} : Scots Gaelic,
13213{gl} : Gallegan, {lug} : Ganda, {gay} : Gayo, {gba} : Gbaya, {gez} : Geez,
13214{ka} : Georgian, {de} : German, {gmh} : Middle High German (ca.1050-1500),
13215{goh} : Old High German (ca.750-1050), [{gem} : Germanic (Other)], {gil} :
13216Gilbertese, {gon} : Gondi, {gor} : Gorontalo, {got} : Gothic, {grb} :
13217Grebo, {grc} : Ancient Greek, {el} : Modern Greek, {gn} : Guarani, {gu} :
13218Gujarati, {gwi} : Gwich'in, {hai} : Haida, {ha} : Hausa, {haw} : Hawaiian,
13219{he} : Hebrew, {hz} : Herero, {hil} : Hiligaynon, {him} : Himachali, {hi} :
13220Hindi, {ho} : Hiri Motu, {hit} : Hittite, {hmn} : Hmong, {hu} : Hungarian,
13221{hup} : Hupa, {iba} : Iban, {is} : Icelandic, {ibo} : Igbo, {ijo} : Ijo,
13222{ilo} : Iloko, [{inc} : Indic (Other)], [{ine} : Indo-European (Other)],
13223{id} : Indonesian, {ia} : Interlingua (International Auxiliary Language
13224Association), {ie} : Interlingue, {iu} : Inuktitut, {ik} : Inupiaq, [{ira}
13225: Iranian (Other)], {ga} : Irish, {mga} : Middle Irish (900-1200), {sga} :
13226Old Irish (to 900), [{iro} : Iroquoian languages], {it} : Italian, {ja} :
13227Japanese, {jw} : Javanese, {jrb} : Judeo-Arabic, {jpr} : Judeo-Persian,
13228{kab} : Kabyle, {kac} : Kachin, {kl} : Kalaallisut, {kam} : Kamba, {kn} :
13229Kannada, {kau} : Kanuri, {kaa} : Kara-Kalpak, {kar} : Karen, {ks} :
13230Kashmiri, {kaw} : Kawi, {kk} : Kazakh, {kha} : Khasi, {km} : Khmer, [{khi}
13231: Khoisan (Other)], {kho} : Khotanese, {ki} : Kikuyu, {kmb} : Kimbundu,
13232{rw} : Kinyarwanda, {ky} : Kirghiz, {i-klingon} : Klingon, {kv} : Komi,
13233{kon} : Kongo, {kok} : Konkani, {ko} : Korean, {kos} : Kosraean, {kpe} :
13234Kpelle, {kro} : Kru, {kj} : Kuanyama, {kum} : Kumyk, {ku} : Kurdish, {kru}
13235: Kurukh, {kut} : Kutenai, {lad} : Ladino, {lah} : Lahnda, {lam} : Lamba,
13236{lo} : Lao, {la} : Latin, {lv} : Latvian, {lb} : Letzeburgesch, {lez} :
13237Lezghian, {ln} : Lingala, {lt} : Lithuanian, {nds} : Low German, {loz} :
13238Lozi, {lub} : Luba-Katanga, {lua} : Luba-Lulua, {lui} : Luiseno, {lun} :
13239Lunda, {luo} : Luo (Kenya and Tanzania), {lus} : Lushai, {mk} : Macedonian,
13240{mad} : Madurese, {mag} : Magahi, {mai} : Maithili, {mak} : Makasar, {mg} :
13241Malagasy, {ms} : Malay, {ml} : Malayalam, {mt} : Maltese, {mnc} : Manchu,
13242{mdr} : Mandar, {man} : Mandingo, {mni} : Manipuri, [{mno} : Manobo
13243languages], {gv} : Manx, {mi} : Maori, {mr} : Marathi, {chm} : Mari, {mh} :
13244Marshall, {mwr} : Marwari, {mas} : Masai, [{myn} : Mayan languages], {men}
13245: Mende, {mic} : Micmac, {min} : Minangkabau, {i-mingo} : Mingo, [{mis} :
13246Miscellaneous languages], {moh} : Mohawk, {mo} : Moldavian, [{mkh} :
13247Mon-Khmer (Other)], {lol} : Mongo, {mn} : Mongolian, {mos} : Mossi, [{mul}
13248: Multiple languages], [{mun} : Munda languages], {nah} : Nahuatl, {na} :
13249Nauru, {nv} : Navajo, {nd} : North Ndebele, {nr} : South Ndebele, {ng} :
13250Ndonga, {ne} : Nepali, {new} : Newari, {nia} : Nias, [{nic} :
13251Niger-Kordofanian (Other)], [{ssa} : Nilo-Saharan (Other)], {niu} : Niuean,
13252{non} : Old Norse, [{nai} : North American Indian], {se} : Northern Sami,
13253{no} : Norwegian, {nb} : Norwegian Bokmal, {nn} : Norwegian Nynorsk, [{nub}
13254: Nubian languages], {nym} : Nyamwezi, {nyn} : Nyankole, {nyo} : Nyoro,
13255{nzi} : Nzima, {oc} : Occitan (post 1500), {oji} : Ojibwa, {or} : Oriya,
13256{om} : Oromo, {osa} : Osage, {os} : Ossetian; Ossetic, [{oto} : Otomian
13257languages], {pal} : Pahlavi, {i-pwn} : Paiwan, {pau} : Palauan, {pi} :
13258Pali, {pam} : Pampanga, {pag} : Pangasinan, {pa} : Panjabi, {pap} :
13259Papiamento, [{paa} : Papuan (Other)], {fa} : Persian, {peo} : Old Persian
13260(ca.600-400 B.C.), [{phi} : Philippine (Other)], {phn} : Phoenician, {pon}
13261: Pohnpeian, {pl} : Polish, {pt} : Portuguese, [{pra} : Prakrit languages],
13262{pro} : Old Provencal (to 1500), {ps} : Pushto, {qu} : Quechua, {rm} :
13263Raeto-Romance, {raj} : Rajasthani, {rap} : Rapanui, {rar} : Rarotongan,
13264[{qaa - qtz} : Reserved for local use.], [{roa} : Romance (Other)], {ro} :
13265Romanian, {rom} : Romany, {rn} : Rundi, {ru} : Russian, [{sal} : Salishan
13266languages], {sam} : Samaritan Aramaic, [{smi} : Sami languages (Other)],
13267{sm} : Samoan, {sad} : Sandawe, {sg} : Sango, {sa} : Sanskrit, {sat} :
13268Santali, {sc} : Sardinian, {sas} : Sasak, {sco} : Scots, {sel} : Selkup,
13269[{sem} : Semitic (Other)], {sr} : Serbian, {srr} : Serer, {shn} : Shan,
13270{sn} : Shona, {sid} : Sidamo, {sgn-...} : Sign Languages, {bla} : Siksika,
13271{sd} : Sindhi, {si} : Sinhalese, [{sit} : Sino-Tibetan (Other)], [{sio} :
13272Siouan languages], {den} : Slave (Athapascan), [{sla} : Slavic (Other)],
13273{sk} : Slovak, {sl} : Slovenian, {sog} : Sogdian, {so} : Somali, {son} :
13274Songhai, {snk} : Soninke, {wen} : Sorbian languages, {nso} : Northern
13275Sotho, {st} : Southern Sotho, [{sai} : South American Indian (Other)], {es}
13276: Spanish, {suk} : Sukuma, {sux} : Sumerian, {su} : Sundanese, {sus} :
13277Susu, {sw} : Swahili, {ss} : Swati, {sv} : Swedish, {syr} : Syriac, {tl} :
13278Tagalog, {ty} : Tahitian, [{tai} : Tai (Other)], {tg} : Tajik, {tmh} :
13279Tamashek, {ta} : Tamil, {i-tao} : Tao, {tt} : Tatar, {i-tay} : Tayal, {te}
13280: Telugu, {ter} : Tereno, {tet} : Tetum, {th} : Thai, {bo} : Tibetan, {tig}
13281: Tigre, {ti} : Tigrinya, {tem} : Timne, {tiv} : Tiv, {tli} : Tlingit,
13282{tpi} : Tok Pisin, {tkl} : Tokelau, {tog} : Tonga (Nyasa), {to} : Tonga
13283(Tonga Islands), {tsi} : Tsimshian, {ts} : Tsonga, {i-tsu} : Tsou, {tn} :
13284Tswana, {tum} : Tumbuka, {tr} : Turkish, {ota} : Ottoman Turkish
13285(1500-1928), {tk} : Turkmen, {tvl} : Tuvalu, {tyv} : Tuvinian, {tw} : Twi,
13286{uga} : Ugaritic, {ug} : Uighur, {uk} : Ukrainian, {umb} : Umbundu, {und} :
13287Undetermined, {ur} : Urdu, {uz} : Uzbek, {vai} : Vai, {ven} : Venda, {vi} :
13288Vietnamese, {vo} : Volapuk, {vot} : Votic, [{wak} : Wakashan languages],
13289{wal} : Walamo, {war} : Waray, {was} : Washo, {cy} : Welsh, {wo} : Wolof,
13290{x-...} : Unregistered (Semi-Private Use), {xh} : Xhosa, {sah} : Yakut,
13291{yao} : Yao, {yap} : Yapese, {yi} : Yiddish, {yo} : Yoruba, [{ypk} : Yupik
13292languages], {znd} : Zande, [{zap} : Zapotec], {zen} : Zenaga, {za} :
13293Zhuang, {zu} : Zulu, {zun} : Zuni
2ca5449f
JH
13294
13295=item SEE ALSO
13296
13297=item COPYRIGHT AND DISCLAIMER
13298
13299=item AUTHOR
13300
13301=back
13302
d0363f02
JH
13303=head2 I18N::Langinfo - query locale information
13304
13305=over 4
13306
13307=item SYNOPSIS
13308
13309=item DESCRIPTION
13310
13311=over 4
13312
13313=item EXPORT
13314
13315=back
13316
13317=item SEE ALSO
13318
13319=item AUTHOR
13320
13321=item COPYRIGHT AND LICENSE
13322
13323=back
13324
4755096e
GS
13325=head2 IO - load various IO modules
13326
d420ca49 13327=over 4
4755096e
GS
13328
13329=item SYNOPSIS
13330
13331=item DESCRIPTION
13332
13333=back
13334
13335=head2 IO::Dir - supply object methods for directory handles
13336
d420ca49 13337=over 4
4755096e
GS
13338
13339=item SYNOPSIS
13340
13341=item DESCRIPTION
13342
13343new ( [ DIRNAME ] ), open ( DIRNAME ), read (), seek ( POS ), tell (),
13344rewind (), close (), tie %hash, IO::Dir, DIRNAME [, OPTIONS ]
13345
13346=item SEE ALSO
13347
13348=item AUTHOR
13349
13350=item COPYRIGHT
13351
13352=back
13353
13354=head2 IO::File - supply object methods for filehandles
13355
d420ca49 13356=over 4
4755096e
GS
13357
13358=item SYNOPSIS
13359
13360=item DESCRIPTION
13361
13362=item CONSTRUCTOR
13363
13364new ( FILENAME [,MODE [,PERMS]] ), new_tmpfile
13365
13366=item METHODS
13367
13368open( FILENAME [,MODE [,PERMS]] )
d722968f
JH
13369
13370=item SEE ALSO
13371
4755096e 13372=item HISTORY
d722968f
JH
13373
13374=back
13375
4755096e 13376=head2 IO::Handle - supply object methods for I/O handles
7d2bfb28 13377
d420ca49 13378=over 4
a45bd81d 13379
7d2bfb28 13380=item SYNOPSIS
13381
7d2bfb28 13382=item DESCRIPTION
13383
4755096e 13384=item CONSTRUCTOR
7d2bfb28 13385
4755096e 13386new (), new_from_fd ( FD, MODE )
a45bd81d 13387
4755096e 13388=item METHODS
7d2bfb28 13389
4755096e
GS
13390$io->fdopen ( FD, MODE ), $io->opened, $io->getline, $io->getlines,
13391$io->ungetc ( ORD ), $io->write ( BUF, LEN [, OFFSET ] ), $io->error,
13392$io->clearerr, $io->sync, $io->flush, $io->printflush ( ARGS ),
13393$io->blocking ( [ BOOL ] ), $io->untaint
a45bd81d 13394
4755096e 13395=item NOTE
7d2bfb28 13396
4755096e 13397=item SEE ALSO
7d2bfb28 13398
8ebc5c01 13399=item BUGS
7d2bfb28 13400
4755096e
GS
13401=item HISTORY
13402
a45bd81d
GS
13403=back
13404
4755096e 13405=head2 IO::Pipe - supply object methods for pipes
7d2bfb28 13406
d420ca49 13407=over 4
a45bd81d 13408
8ebc5c01 13409=item SYNOPSIS
7d2bfb28 13410
8ebc5c01 13411=item DESCRIPTION
7d2bfb28 13412
4755096e
GS
13413=item CONSTRUCTOR
13414
13415new ( [READER, WRITER] )
13416
13417=item METHODS
13418
13419reader ([ARGS]), writer ([ARGS]), handles ()
7d2bfb28 13420
8ebc5c01 13421=item SEE ALSO
7d2bfb28 13422
4755096e
GS
13423=item AUTHOR
13424
13425=item COPYRIGHT
13426
a45bd81d
GS
13427=back
13428
4755096e 13429=head2 IO::Poll - Object interface to system poll call
7d2bfb28 13430
d420ca49 13431=over 4
a45bd81d 13432
8ebc5c01 13433=item SYNOPSIS
7d2bfb28 13434
8ebc5c01 13435=item DESCRIPTION
7d2bfb28 13436
4755096e 13437=item METHODS
7d2bfb28 13438
4755096e
GS
13439mask ( IO [, EVENT_MASK ] ), poll ( [ TIMEOUT ] ), events ( IO ), remove (
13440IO ), handles( [ EVENT_MASK ] )
7d2bfb28 13441
4755096e
GS
13442=item SEE ALSO
13443
13444=item AUTHOR
7d2bfb28 13445
8ebc5c01 13446=item COPYRIGHT
7d2bfb28 13447
a45bd81d
GS
13448=back
13449
4755096e 13450=head2 IO::Seekable - supply seek based methods for I/O objects
7d2bfb28 13451
d420ca49 13452=over 4
a45bd81d 13453
8ebc5c01 13454=item SYNOPSIS
7d2bfb28 13455
13456=item DESCRIPTION
13457
1fa7ca25
JH
13458$io->getpos, $io->setpos, $io->seek ( POS, WHENCE ), WHENCE=0 (SEEK_SET),
13459WHENCE=1 (SEEK_CUR), WHENCE=2 (SEEK_END), $io->sysseek( POS, WHENCE ),
74cac757 13460$io->tell
7d2bfb28 13461
4d4e713d
JH
13462=item SEE ALSO
13463
4755096e
GS
13464=item HISTORY
13465
a45bd81d
GS
13466=back
13467
4755096e 13468=head2 IO::Select - OO interface to the select system call
cb1a09d0 13469
d420ca49 13470=over 4
a45bd81d 13471
cb1a09d0
AD
13472=item SYNOPSIS
13473
cb1a09d0
AD
13474=item DESCRIPTION
13475
4755096e 13476=item CONSTRUCTOR
cb1a09d0 13477
4755096e 13478new ( [ HANDLES ] )
cb1a09d0 13479
4755096e 13480=item METHODS
cb1a09d0 13481
4755096e
GS
13482add ( HANDLES ), remove ( HANDLES ), exists ( HANDLE ), handles, can_read (
13483[ TIMEOUT ] ), can_write ( [ TIMEOUT ] ), has_exception ( [ TIMEOUT ] ),
13484count (), bits(), select ( READ, WRITE, ERROR [, TIMEOUT ] )
cb1a09d0 13485
4755096e 13486=item EXAMPLE
cb1a09d0 13487
4755096e 13488=item AUTHOR
cb1a09d0 13489
4755096e 13490=item COPYRIGHT
b38f6a39 13491
4755096e 13492=back
b38f6a39 13493
4755096e 13494=head2 IO::Socket - Object interface to socket communications
b38f6a39 13495
d420ca49 13496=over 4
b38f6a39 13497
4755096e 13498=item SYNOPSIS
b38f6a39 13499
4755096e 13500=item DESCRIPTION
b38f6a39 13501
4755096e 13502=item CONSTRUCTOR
cb1a09d0 13503
4755096e 13504new ( [ARGS] )
cb1a09d0 13505
4755096e 13506=item METHODS
7d2bfb28 13507
ab1e085c
JH
13508accept([PKG]), socketpair(DOMAIN, TYPE, PROTOCOL), atmark, connected,
13509protocol, sockdomain, sockopt(OPT [, VAL]), socktype, timeout([VAL])
b38f6a39 13510
4755096e 13511=item SEE ALSO
b38f6a39 13512
4755096e 13513=item AUTHOR
b38f6a39 13514
4755096e 13515=item COPYRIGHT
b38f6a39 13516
4755096e 13517=back
b38f6a39 13518
4755096e 13519=head2 IO::Socket::INET - Object interface for AF_INET domain sockets
b38f6a39 13520
d420ca49 13521=over 4
7d2bfb28 13522
4755096e 13523=item SYNOPSIS
9607fc9c 13524
4755096e 13525=item DESCRIPTION
9607fc9c 13526
4755096e 13527=item CONSTRUCTOR
b38f6a39 13528
4755096e 13529new ( [ARGS] )
b38f6a39 13530
d420ca49 13531=over 4
cb1a09d0 13532
4755096e 13533=item METHODS
b38f6a39 13534
4755096e
GS
13535sockaddr (), sockport (), sockhost (), peeraddr (), peerport (), peerhost
13536()
b38f6a39
GS
13537
13538=back
cb1a09d0 13539
4755096e
GS
13540=item SEE ALSO
13541
d516a115
JH
13542=item AUTHOR
13543
4755096e 13544=item COPYRIGHT
d516a115 13545
a45bd81d
GS
13546=back
13547
4755096e 13548=head2 IO::Socket::UNIX - Object interface for AF_UNIX domain sockets
cb1a09d0 13549
d420ca49 13550=over 4
a45bd81d 13551
8ebc5c01 13552=item SYNOPSIS
cb1a09d0 13553
8ebc5c01 13554=item DESCRIPTION
cb1a09d0 13555
4755096e 13556=item CONSTRUCTOR
cb1a09d0 13557
4755096e 13558new ( [ARGS] )
cb1a09d0 13559
4755096e 13560=item METHODS
a45bd81d 13561
4755096e 13562hostpath(), peerpath()
cb1a09d0 13563
4755096e 13564=item SEE ALSO
a45bd81d 13565
4755096e 13566=item AUTHOR
cb1a09d0 13567
4755096e 13568=item COPYRIGHT
cb1a09d0 13569
a45bd81d
GS
13570=back
13571
14218588
GS
13572=head2 IO::lib::IO::Dir, IO::Dir - supply object methods for directory
13573handles
fb9cefb4 13574
d420ca49 13575=over 4
a45bd81d 13576
fb9cefb4
GS
13577=item SYNOPSIS
13578
13579=item DESCRIPTION
13580
14218588
GS
13581new ( [ DIRNAME ] ), open ( DIRNAME ), read (), seek ( POS ), tell (),
13582rewind (), close (), tie %hash, IO::Dir, DIRNAME [, OPTIONS ]
fb9cefb4
GS
13583
13584=item SEE ALSO
13585
14218588 13586=item AUTHOR
fb9cefb4
GS
13587
13588=item COPYRIGHT
13589
a45bd81d
GS
13590=back
13591
14218588 13592=head2 IO::lib::IO::File, IO::File - supply object methods for filehandles
fb9cefb4 13593
d420ca49 13594=over 4
a45bd81d 13595
fb9cefb4
GS
13596=item SYNOPSIS
13597
13598=item DESCRIPTION
13599
14218588
GS
13600=item CONSTRUCTOR
13601
13602new ( FILENAME [,MODE [,PERMS]] ), new_tmpfile
13603
fb9cefb4
GS
13604=item METHODS
13605
14218588 13606open( FILENAME [,MODE [,PERMS]] )
fb9cefb4
GS
13607
13608=item SEE ALSO
13609
14218588 13610=item HISTORY
fb9cefb4 13611
a45bd81d
GS
13612=back
13613
14218588
GS
13614=head2 IO::lib::IO::Handle, IO::Handle - supply object methods for I/O
13615handles
13616
d420ca49 13617=over 4
a45bd81d 13618
14218588
GS
13619=item SYNOPSIS
13620
13621=item DESCRIPTION
13622
13623=item CONSTRUCTOR
13624
13625new (), new_from_fd ( FD, MODE )
13626
13627=item METHODS
13628
13629$io->fdopen ( FD, MODE ), $io->opened, $io->getline, $io->getlines,
13630$io->ungetc ( ORD ), $io->write ( BUF, LEN [, OFFSET ] ), $io->error,
13631$io->clearerr, $io->sync, $io->flush, $io->printflush ( ARGS ),
13632$io->blocking ( [ BOOL ] ), $io->untaint
13633
13634=item NOTE
13635
13636=item SEE ALSO
13637
13638=item BUGS
13639
13640=item HISTORY
13641
a45bd81d
GS
13642=back
13643
14218588
GS
13644=head2 IO::lib::IO::Pipe, IO::Pipe - supply object methods for pipes
13645
d420ca49 13646=over 4
a45bd81d 13647
14218588
GS
13648=item SYNOPSIS
13649
13650=item DESCRIPTION
13651
13652=item CONSTRUCTOR
13653
13654new ( [READER, WRITER] )
13655
13656=item METHODS
13657
13658reader ([ARGS]), writer ([ARGS]), handles ()
13659
13660=item SEE ALSO
13661
13662=item AUTHOR
13663
13664=item COPYRIGHT
13665
a45bd81d
GS
13666=back
13667
14218588
GS
13668=head2 IO::lib::IO::Poll, IO::Poll - Object interface to system poll call
13669
d420ca49 13670=over 4
a45bd81d 13671
14218588
GS
13672=item SYNOPSIS
13673
13674=item DESCRIPTION
13675
13676=item METHODS
13677
13678mask ( IO [, EVENT_MASK ] ), poll ( [ TIMEOUT ] ), events ( IO ), remove (
13679IO ), handles( [ EVENT_MASK ] )
13680
13681=item SEE ALSO
13682
13683=item AUTHOR
13684
13685=item COPYRIGHT
13686
a45bd81d
GS
13687=back
13688
14218588
GS
13689=head2 IO::lib::IO::Seekable, IO::Seekable - supply seek based methods for
13690I/O objects
13691
d420ca49 13692=over 4
a45bd81d 13693
14218588
GS
13694=item SYNOPSIS
13695
13696=item DESCRIPTION
13697
1fa7ca25
JH
13698$io->getpos, $io->setpos, $io->seek ( POS, WHENCE ), WHENCE=0 (SEEK_SET),
13699WHENCE=1 (SEEK_CUR), WHENCE=2 (SEEK_END), $io->sysseek( POS, WHENCE ),
74cac757 13700$io->tell
14218588 13701
4d4e713d
JH
13702=item SEE ALSO
13703
14218588
GS
13704=item HISTORY
13705
a45bd81d
GS
13706=back
13707
14218588
GS
13708=head2 IO::lib::IO::Select, IO::Select - OO interface to the select system
13709call
13710
d420ca49 13711=over 4
a45bd81d 13712
14218588
GS
13713=item SYNOPSIS
13714
13715=item DESCRIPTION
13716
13717=item CONSTRUCTOR
13718
13719new ( [ HANDLES ] )
13720
13721=item METHODS
13722
13723add ( HANDLES ), remove ( HANDLES ), exists ( HANDLE ), handles, can_read (
13724[ TIMEOUT ] ), can_write ( [ TIMEOUT ] ), has_exception ( [ TIMEOUT ] ),
13725count (), bits(), select ( READ, WRITE, ERROR [, TIMEOUT ] )
13726
13727=item EXAMPLE
13728
13729=item AUTHOR
13730
13731=item COPYRIGHT
13732
a45bd81d
GS
13733=back
13734
14218588
GS
13735=head2 IO::lib::IO::Socket, IO::Socket - Object interface to socket
13736communications
13737
d420ca49 13738=over 4
a45bd81d 13739
14218588
GS
13740=item SYNOPSIS
13741
13742=item DESCRIPTION
13743
13744=item CONSTRUCTOR
13745
13746new ( [ARGS] )
13747
13748=item METHODS
13749
ab1e085c
JH
13750accept([PKG]), socketpair(DOMAIN, TYPE, PROTOCOL), atmark, connected,
13751protocol, sockdomain, sockopt(OPT [, VAL]), socktype, timeout([VAL])
14218588
GS
13752
13753=item SEE ALSO
13754
13755=item AUTHOR
13756
13757=item COPYRIGHT
13758
a45bd81d
GS
13759=back
13760
14218588
GS
13761=head2 IO::lib::IO::Socket::INET, IO::Socket::INET - Object interface for
13762AF_INET domain sockets
13763
d420ca49 13764=over 4
a45bd81d 13765
14218588
GS
13766=item SYNOPSIS
13767
13768=item DESCRIPTION
13769
13770=item CONSTRUCTOR
13771
13772new ( [ARGS] )
13773
d420ca49 13774=over 4
14218588
GS
13775
13776=item METHODS
13777
13778sockaddr (), sockport (), sockhost (), peeraddr (), peerport (), peerhost
13779()
13780
13781=back
13782
13783=item SEE ALSO
13784
13785=item AUTHOR
13786
13787=item COPYRIGHT
13788
a45bd81d
GS
13789=back
13790
14218588
GS
13791=head2 IO::lib::IO::Socket::UNIX, IO::Socket::UNIX - Object interface for
13792AF_UNIX domain sockets
13793
d420ca49 13794=over 4
a45bd81d 13795
14218588
GS
13796=item SYNOPSIS
13797
13798=item DESCRIPTION
13799
13800=item CONSTRUCTOR
13801
13802new ( [ARGS] )
13803
13804=item METHODS
13805
13806hostpath(), peerpath()
13807
13808=item SEE ALSO
13809
13810=item AUTHOR
13811
13812=item COPYRIGHT
13813
a45bd81d 13814=back
14218588 13815
d46b76b3
JH
13816=head2 IPC::Msg - SysV Msg IPC object class
13817
d420ca49 13818=over 4
d46b76b3
JH
13819
13820=item SYNOPSIS
13821
13822=item DESCRIPTION
13823
13824=item METHODS
13825
13826new ( KEY , FLAGS ), id, rcv ( BUF, LEN [, TYPE [, FLAGS ]] ), remove, set
13827( STAT ), set ( NAME => VALUE [, NAME => VALUE ...] ), snd ( TYPE, MSG [,
13828FLAGS ] ), stat
13829
13830=item SEE ALSO
13831
13832=item AUTHOR
13833
13834=item COPYRIGHT
13835
13836=back
13837
14218588
GS
13838=head2 IPC::Open2, open2 - open a process for both reading and writing
13839
d420ca49 13840=over 4
a45bd81d 13841
14218588
GS
13842=item SYNOPSIS
13843
13844=item DESCRIPTION
13845
13846=item WARNING
13847
13848=item SEE ALSO
13849
a45bd81d
GS
13850=back
13851
14218588
GS
13852=head2 IPC::Open3, open3 - open a process for reading, writing, and error
13853handling
13854
d420ca49 13855=over 4
14218588
GS
13856
13857=item SYNOPSIS
13858
13859=item DESCRIPTION
13860
a45bd81d 13861=item WARNING
14218588 13862
a45bd81d 13863=back
14218588 13864
d46b76b3
JH
13865=head2 IPC::Semaphore - SysV Semaphore IPC object class
13866
d420ca49 13867=over 4
d46b76b3
JH
13868
13869=item SYNOPSIS
13870
13871=item DESCRIPTION
13872
13873=item METHODS
13874
13875new ( KEY , NSEMS , FLAGS ), getall, getncnt ( SEM ), getpid ( SEM ),
13876getval ( SEM ), getzcnt ( SEM ), id, op ( OPLIST ), remove, set ( STAT ),
13877set ( NAME => VALUE [, NAME => VALUE ...] ), setall ( VALUES ), setval ( N
13878, VALUE ), stat
13879
13880=item SEE ALSO
13881
13882=item AUTHOR
13883
13884=item COPYRIGHT
13885
13886=back
13887
14218588
GS
13888=head2 IPC::SysV - SysV IPC constants
13889
d420ca49 13890=over 4
a45bd81d 13891
14218588
GS
13892=item SYNOPSIS
13893
13894=item DESCRIPTION
13895
13896ftok( PATH, ID )
13897
13898=item SEE ALSO
13899
13900=item AUTHORS
13901
13902=item COPYRIGHT
13903
a45bd81d
GS
13904=back
13905
14218588
GS
13906=head2 IPC::SysV::Msg, IPC::Msg - SysV Msg IPC object class
13907
d420ca49 13908=over 4
a45bd81d 13909
14218588
GS
13910=item SYNOPSIS
13911
13912=item DESCRIPTION
13913
13914=item METHODS
13915
13916new ( KEY , FLAGS ), id, rcv ( BUF, LEN [, TYPE [, FLAGS ]] ), remove, set
13917( STAT ), set ( NAME => VALUE [, NAME => VALUE ...] ), snd ( TYPE, MSG [,
13918FLAGS ] ), stat
13919
13920=item SEE ALSO
13921
13922=item AUTHOR
13923
13924=item COPYRIGHT
fb9cefb4 13925
a45bd81d
GS
13926=back
13927
fb9cefb4
GS
13928=head2 IPC::SysV::Semaphore, IPC::Semaphore - SysV Semaphore IPC object
13929class
13930
d420ca49 13931=over 4
a45bd81d 13932
fb9cefb4
GS
13933=item SYNOPSIS
13934
13935=item DESCRIPTION
13936
13937=item METHODS
13938
13939new ( KEY , NSEMS , FLAGS ), getall, getncnt ( SEM ), getpid ( SEM ),
13940getval ( SEM ), getzcnt ( SEM ), id, op ( OPLIST ), remove, set ( STAT ),
13941set ( NAME => VALUE [, NAME => VALUE ...] ), setall ( VALUES ), setval ( N
13942, VALUE ), stat
13943
13944=item SEE ALSO
13945
13946=item AUTHOR
13947
13948=item COPYRIGHT
13949
a45bd81d
GS
13950=back
13951
41ca3a40
JH
13952=head2 List::Util - A selection of general-utility list subroutines
13953
13954=over 4
13955
13956=item SYNOPSIS
13957
13958=item DESCRIPTION
13959
13960first BLOCK LIST, max LIST, maxstr LIST, min LIST, minstr LIST, reduce
53d7eaa8 13961BLOCK LIST, shuffle LIST, sum LIST
41ca3a40 13962
f502af34
JH
13963=item KNOWN BUGS
13964
41ca3a40
JH
13965=item SUGGESTED ADDITIONS
13966
13967=item COPYRIGHT
13968
13969=back
13970
13971=head2 List::Utilib::List::Util, List::Util - A selection of
13972general-utility list subroutines
13973
13974=over 4
13975
13976=item SYNOPSIS
13977
13978=item DESCRIPTION
13979
13980first BLOCK LIST, max LIST, maxstr LIST, min LIST, minstr LIST, reduce
53d7eaa8 13981BLOCK LIST, shuffle LIST, sum LIST
41ca3a40 13982
f502af34
JH
13983=item KNOWN BUGS
13984
41ca3a40
JH
13985=item SUGGESTED ADDITIONS
13986
13987=item COPYRIGHT
13988
13989=back
13990
13991=head2 List::Utilib::Scalar::Util, Scalar::Util - A selection of
13992general-utility scalar subroutines
13993
13994=over 4
13995
13996=item SYNOPSIS
13997
13998=item DESCRIPTION
13999
1fa7ca25
JH
14000blessed EXPR, dualvar NUM, STRING, isweak EXPR, readonly SCALAR, reftype
14001EXPR, tainted EXPR, weaken REF
41ca3a40 14002
f502af34
JH
14003=item KNOWN BUGS
14004
41ca3a40
JH
14005=item COPYRIGHT
14006
14007=item BLATANT PLUG
14008
14009=back
14010
4d4e713d
JH
14011=head2 Locale::Constants - constants for Locale codes
14012
14013=over 4
14014
14015=item SYNOPSIS
14016
14017=item DESCRIPTION
14018
14019=item KNOWN BUGS AND LIMITATIONS
14020
14021=item SEE ALSO
14022
12b7c5c7 14023Locale::Language, Locale::Country, Locale::Script, Locale::Currency
4d4e713d
JH
14024
14025=item AUTHOR
14026
14027=item COPYRIGHT
14028
14029=back
14030
14031=head2 Locale::Country - ISO codes for country identification (ISO 3166)
14032
14033=over 4
14034
14035=item SYNOPSIS
14036
4d4e713d
JH
14037=item DESCRIPTION
14038
14039B<alpha-2>, B<alpha-3>, B<numeric>
14040
4d4e713d
JH
14041=item CONVERSION ROUTINES
14042
14043code2country( CODE, [ CODESET ] ), country2code( STRING, [ CODESET ] ),
14044country_code2code( CODE, CODESET, CODESET )
14045
4d4e713d
JH
14046=item QUERY ROUTINES
14047
14048C<all_country_codes( [ CODESET ] )>, C<all_country_names( [ CODESET ] )>
14049
80327a3d
JH
14050=item SEMI-PRIVATE ROUTINES
14051
14052=over 4
14053
14054=item alias_code
14055
14056=item rename_country
14057
14058=back
4d4e713d 14059
4d4e713d
JH
14060=item EXAMPLES
14061
14062=item DOMAIN NAMES
14063
14064=item KNOWN BUGS AND LIMITATIONS
14065
14066=item SEE ALSO
14067
80327a3d
JH
14068Locale::Language, Locale::Script, Locale::Currency, Locale::SubCountry, ISO
140693166-1, http://www.iso.org/iso/en/prods-services/iso3166ma/index.html,
4d4e713d
JH
14070http://www.egt.ie/standards/iso3166/iso3166-1-en.html,
14071http://www.cia.gov/cia/publications/factbook/docs/app-f.html
14072
14073=item AUTHOR
14074
14075=item COPYRIGHT
14076
14077=back
14078
14079=head2 Locale::Currency - ISO three letter codes for currency
14080identification (ISO 4217)
14081
14082=over 4
14083
14084=item SYNOPSIS
14085
4d4e713d
JH
14086=item DESCRIPTION
14087
14088XTS, XXX
14089
4d4e713d
JH
14090=item CONVERSION ROUTINES
14091
14092code2currency(), currency2code()
14093
4d4e713d
JH
14094=item QUERY ROUTINES
14095
14096C<all_currency_codes()>, C<all_currency_names()>
14097
4d4e713d
JH
14098=item EXAMPLES
14099
14100=item KNOWN BUGS AND LIMITATIONS
14101
14102=item SEE ALSO
14103
12b7c5c7
JH
14104Locale::Country, Locale::Script, ISO 4217:1995,
14105http://www.bsi-global.com/iso4217currency
4d4e713d
JH
14106
14107=item AUTHOR
14108
14109=item COPYRIGHT
14110
14111=back
14112
14113=head2 Locale::Language - ISO two letter codes for language identification
14114(ISO 639)
14115
14116=over 4
14117
14118=item SYNOPSIS
14119
4d4e713d
JH
14120=item DESCRIPTION
14121
4d4e713d
JH
14122=item CONVERSION ROUTINES
14123
14124code2language(), language2code()
14125
4d4e713d
JH
14126=item QUERY ROUTINES
14127
14128C<all_language_codes()>, C<all_language_names()>
14129
4d4e713d
JH
14130=item EXAMPLES
14131
14132=item KNOWN BUGS AND LIMITATIONS
14133
14134=item SEE ALSO
14135
12b7c5c7 14136Locale::Country, Locale::Script, Locale::Currency, ISO 639:1988 (E/F),
4d4e713d
JH
14137http://lcweb.loc.gov/standards/iso639-2/langhome.html
14138
14139=item AUTHOR
14140
14141=item COPYRIGHT
14142
14143=back
14144
772ff3b9
JH
14145=head2 Locale::Maketext -- framework for localization
14146
14147=over 4
14148
14149=item SYNOPSIS
14150
14151=item DESCRIPTION
14152
14153=item QUICK OVERVIEW
14154
14155=item METHODS
14156
14157=over 4
14158
14159=item Construction Methods
14160
772ff3b9
JH
14161=item The "maketext" Method
14162
14163$lh->fail_with I<or> $lh->fail_with(I<PARAM>), $lh->failure_handler_auto
14164
14165=item Utility Methods
14166
14167$language->quant($number, $singular), $language->quant($number, $singular,
14168$plural), $language->quant($number, $singular, $plural, $negative),
14169$language->numf($number), $language->sprintf($format, @items),
14170$language->language_tag(), $language->encoding()
14171
14172=item Language Handle Attributes and Internals
14173
14174=back
14175
14176=item LANGUAGE CLASS HIERARCHIES
14177
14178=item ENTRIES IN EACH LEXICON
14179
14180=item BRACKET NOTATION
14181
14182=item AUTO LEXICONS
14183
14184=item CONTROLLING LOOKUP FAILURE
14185
14186=item HOW TO USE MAKETEXT
14187
14188=item SEE ALSO
14189
14190=item COPYRIGHT AND DISCLAIMER
14191
14192=item AUTHOR
14193
14194=back
14195
14196=head2 Locale::Maketext::TPJ13 -- article about software localization
14197
14198=over 4
14199
14200=item SYNOPSIS
14201
14202=item DESCRIPTION
14203
14204=item Localization and Perl: gettext breaks, Maketext fixes
14205
14206=over 4
14207
14208=item A Localization Horror Story: It Could Happen To You
14209
14210=item The Linguistic View
14211
14212=item Breaking gettext
14213
14214=item Replacing gettext
14215
14216=item Buzzwords: Abstraction and Encapsulation
14217
14218=item Buzzword: Isomorphism
14219
14220=item Buzzword: Inheritance
14221
14222=item Buzzword: Concision
14223
14224=item The Devil in the Details
14225
14226=item The Proof in the Pudding: Localizing Web Sites
14227
14228=item References
14229
14230=back
14231
14232=back
14233
12b7c5c7
JH
14234=head2 Locale::Script - ISO codes for script identification (ISO 15924)
14235
14236=over 4
14237
14238=item SYNOPSIS
14239
14240=item DESCRIPTION
14241
14242B<alpha-2>, B<alpha-3>, B<numeric>
14243
14244=over 4
14245
14246=item SPECIAL CODES
14247
14248=back
14249
14250=item CONVERSION ROUTINES
14251
14252code2script( CODE, [ CODESET ] ), script2code( STRING, [ CODESET ] ),
14253script_code2code( CODE, CODESET, CODESET )
14254
14255=item QUERY ROUTINES
14256
14257C<all_script_codes ( [ CODESET ] )>, C<all_script_names ( [ CODESET ] )>
14258
14259=item EXAMPLES
14260
14261=item KNOWN BUGS AND LIMITATIONS
14262
14263=item SEE ALSO
14264
14265Locale::Language, Locale::Currency, Locale::Country, ISO 15924,
14266http://www.evertype.com/standards/iso15924/
14267
14268=item AUTHOR
14269
14270=item COPYRIGHT
14271
14272=back
14273
ab1e085c
JH
14274=head2 MIME::Base64 - Encoding and decoding of base64 strings
14275
14276=over 4
14277
14278=item SYNOPSIS
14279
14280=item DESCRIPTION
14281
14282encode_base64($str, [$eol]), decode_base64($str)
14283
14284=item DIAGNOSTICS
14285
14286Premature end of base64 data, Premature padding of base64 data
14287
14288=item EXAMPLES
14289
14290=item COPYRIGHT
14291
14292=back
14293
14294=head2 MIME::Base64::QuotedPrint, MIME::QuotedPrint - Encoding and decoding
14295of quoted-printable strings
14296
14297=over 4
14298
14299=item SYNOPSIS
14300
14301=item DESCRIPTION
14302
14303encode_qp($str), decode_qp($str);
14304
14305=item COPYRIGHT
14306
14307=back
14308
14309=head2 MIME::QuotedPrint - Encoding and decoding of quoted-printable
14310strings
14311
14312=over 4
14313
14314=item SYNOPSIS
14315
14316=item DESCRIPTION
14317
14318encode_qp($str), decode_qp($str);
14319
14320=item COPYRIGHT
14321
14322=back
14323
9038e305 14324=head2 Math::BigFloat - Arbitrary size floating point math package
cb1a09d0 14325
d420ca49 14326=over 4
a45bd81d 14327
8ebc5c01 14328=item SYNOPSIS
cb1a09d0
AD
14329
14330=item DESCRIPTION
14331
9038e305
JH
14332=over 4
14333
14334=item Canonical notation
14335
14336=item Output
14337
14338=item C<mantissa()>, C<exponent()> and C<parts()>
14339
14340=item Accuracy vs. Precision
14341
14342=item Rounding
14343
4f233aa4
JH
14344ffround ( +$scale ), ffround ( -$scale ), ffround ( 0 ), fround ( +$scale
14345), fround ( -$scale ) and fround ( 0 )
9038e305
JH
14346
14347=back
14348
14349=item EXAMPLES
14350
9038e305 14351 # not ready yet
9038e305
JH
14352
14353=item Autocreating constants
14354
b38f6a39 14355=item BUGS
7d2bfb28 14356
9038e305
JH
14357=item CAVEAT
14358
14359stringify, bstr(), bdiv, Modifying and =, bpow
14360
14361=item LICENSE
14362
14363=item AUTHORS
7d2bfb28 14364
b38f6a39
GS
14365=back
14366
14367=head2 Math::BigInt - Arbitrary size integer math package
14368
d420ca49 14369=over 4
8ebc5c01 14370
b38f6a39 14371=item SYNOPSIS
d516a115 14372
b38f6a39
GS
14373=item DESCRIPTION
14374
14375Canonical notation, Input, Output
14376
ff426ff2
JH
14377=item METHODS
14378
14379=over 4
14380
14381=item accuracy
14382
14383=item brsft
14384
14385=item new
14386
14387=item bnan
14388
14389=item bzero
14390
14391=item binf
14392
14393=item bone
14394
14395=item is_one() / is_zero() / is_nan() / is_positive() / is_negative() /
14396is_inf() / is_odd() / is_even() / is_int()
14397
14398 $x->is_zero(); # true if arg is +0
14399 $x->is_nan(); # true if arg is NaN
14400 $x->is_one(); # true if arg is +1
14401 $x->is_one('-'); # true if arg is -1
14402 $x->is_odd(); # true if odd, false for even
14403 $x->is_even(); # true if even, false for odd
14404 $x->is_positive(); # true if >= 0
14405 $x->is_negative(); # true if < 0
14406 $x->is_inf(); # true if +inf
14407 $x->is_inf('-'); # true if -inf (sign is default
14408'+')
14409 $x->is_int(); # true if $x is an integer
14410
14411=item bcmp
14412
14413=item bacmp
14414
14415=item sign
14416
14417=item bcmp
14418
14419=item bneg
14420
14421=item babs
14422
14423=item bnorm
14424
14425=item bnot
14426
14427=item binc
14428
14429=item bdec
14430
14431=item badd
14432
14433=item bsub
14434
14435=item bmul
14436
14437=item bdiv
14438
14439=item bmod
14440
14441=item bpow
14442
14443=item blsft
14444
14445=item brsft
14446
14447=item band
14448
14449=item bior
14450
14451=item bxor
14452
14453=item bnot
14454
14455=item bsqrt
14456
14457=item bfac
14458
14459=item round
14460
14461=item bround
14462
14463=item bfround
14464
14465=item bfloor
14466
14467=item bceil
14468
14469=item bgcd
14470
14471=item blcm
14472
14473=item exponent
14474
14475=item mantissa
14476
14477=item parts
14478
14479=item copy
14480
14481=item as_number
14482
14483=item bsstr
14484
14485=item as_hex
14486
14487=item as_bin
14488
14489=back
14490
d0363f02
JH
14491=item ACCURACY and PRECISION
14492
9038e305
JH
14493=over 4
14494
d0363f02
JH
14495=item Precision P
14496
14497=item Accuracy A
9038e305 14498
d0363f02 14499=item Fallback F
9038e305 14500
d0363f02
JH
14501=item Rounding mode R
14502
14503'trunc', 'even', 'odd', '+inf', '-inf', 'zero', Precision, Accuracy
14504(significant digits), Setting/Accessing, Creating numbers, Usage,
14505Precedence, Overriding globals, Local settings, Rounding, Default values,
14506Remarks
14507
14508=back
14509
14510=item INTERNALS
14511
14512=over 4
9038e305 14513
758a5d79
JH
14514=item MATH LIBRARY
14515
14516=item SIGN
14517
9038e305
JH
14518=item mantissa(), exponent() and parts()
14519
14520=back
b38f6a39 14521
d0363f02
JH
14522=item EXAMPLES
14523
3ecb3787 14524 use Math::BigInt;
d0363f02 14525
b38f6a39 14526=item Autocreating constants
4a6725af 14527
9038e305
JH
14528=item PERFORMANCE
14529
d0363f02
JH
14530=over 4
14531
758a5d79 14532=item Alternative math libraries
d0363f02 14533
ff426ff2
JH
14534=item SUBCLASSING
14535
14536=back
14537
14538=item Subclassing Math::BigInt
14539
14540=item UPGRADING
14541
14542=over 4
14543
14544=item Auto-upgrade
14545
14546bsqrt(), div(), blog()
14547
d0363f02
JH
14548=back
14549
8ebc5c01 14550=item BUGS
7d2bfb28 14551
758a5d79 14552Out of Memory!, Fails to load Calc on Perl prior 5.6.0
9038e305
JH
14553
14554=item CAVEATS
14555
cb52f95f
JH
14556stringify, bstr(), bsstr() and 'cmp', int(), length, bdiv, infinity
14557handling, Modifying and =, bpow, Overloading -$x, Mixing different object
ff426ff2 14558types, bsqrt(), brsft()
9038e305
JH
14559
14560=item LICENSE
14561
d0363f02
JH
14562=item SEE ALSO
14563
9038e305 14564=item AUTHORS
7d2bfb28 14565
a45bd81d
GS
14566=back
14567
d0363f02
JH
14568=head2 Math::BigInt::Calc - Pure Perl module to support Math::BigInt
14569
14570=over 4
14571
14572=item SYNOPSIS
14573
14574=item DESCRIPTION
14575
14576=item EXPORT
14577
758a5d79
JH
14578=item WRAP YOUR OWN
14579
d0363f02
JH
14580=item LICENSE
14581
14582This program is free software; you may redistribute it and/or modify it
14583under
14584the same terms as Perl itself.
14585
14586=item AUTHORS
14587
14588=item SEE ALSO
14589
14590=back
14591
d722968f
JH
14592=head2 Math::Complex - complex numbers and associated mathematical
14593functions
14594
d420ca49 14595=over 4
d722968f
JH
14596
14597=item SYNOPSIS
14598
14599=item DESCRIPTION
14600
14601=item OPERATIONS
14602
14603=item CREATION
14604
14605=item STRINGIFICATION
14606
d420ca49 14607=over 4
d722968f
JH
14608
14609=item CHANGED IN PERL 5.6
14610
14611=back
14612
14613=item USAGE
14614
14615=item ERRORS DUE TO DIVISION BY ZERO OR LOGARITHM OF ZERO
14616
14617=item ERRORS DUE TO INDIGESTIBLE ARGUMENTS
14618
14619=item BUGS
14620
14621=item AUTHORS
14622
14623=back
14624
4a6725af
NT
14625=head2 Math::Trig - trigonometric functions
14626
d420ca49 14627=over 4
a45bd81d 14628
4a6725af
NT
14629=item SYNOPSIS
14630
14631=item DESCRIPTION
14632
14633=item TRIGONOMETRIC FUNCTIONS
14634
fb9cefb4
GS
14635B<tan>
14636
d420ca49 14637=over 4
4a6725af 14638
5cd24f17 14639=item ERRORS DUE TO DIVISION BY ZERO
14640
14641=item SIMPLE (REAL) ARGUMENTS, COMPLEX RESULTS
4a6725af
NT
14642
14643=back
14644
fb9cefb4
GS
14645=item PLANE ANGLE CONVERSIONS
14646
14647=item RADIAL COORDINATE CONVERSIONS
14648
d420ca49 14649=over 4
fb9cefb4
GS
14650
14651=item COORDINATE SYSTEMS
14652
14653=item 3-D ANGLE CONVERSIONS
14654
14655cartesian_to_cylindrical, cartesian_to_spherical, cylindrical_to_cartesian,
14656cylindrical_to_spherical, spherical_to_cartesian, spherical_to_cylindrical
14657
14658=back
14659
0d0e97a6 14660=item GREAT CIRCLE DISTANCES AND DIRECTIONS
fb9cefb4
GS
14661
14662=item EXAMPLES
4a6725af 14663
0d0e97a6
JH
14664=over 4
14665
14666=item CAVEAT FOR GREAT CIRCLE FORMULAS
14667
14668=back
14669
5cd24f17 14670=item BUGS
14671
14672=item AUTHORS
14673
a45bd81d
GS
14674=back
14675
9038e305
JH
14676=head2 Memoize - Make your functions faster by trading space for time
14677
14678=over 4
14679
14680=item SYNOPSIS
14681
14682=item DESCRIPTION
14683
14684=item DETAILS
14685
14686=item OPTIONS
14687
14688=over 4
14689
14690=item INSTALL
14691
14692=item NORMALIZER
14693
14694=item C<SCALAR_CACHE>, C<LIST_CACHE>
14695
14696C<MEMORY>, C<HASH>, C<TIE>, C<FAULT>, C<MERGE>
14697
14698=back
14699
14700=item OTHER FACILITIES
14701
14702=over 4
14703
14704=item C<unmemoize>
14705
14706=item C<flush_cache>
14707
14708=back
14709
14710=item CAVEATS
14711
14712=item PERSISTENT CACHE SUPPORT
14713
14714=item EXPIRATION SUPPORT
14715
14716=item BUGS
14717
14718=item MAILING LIST
14719
14720=item AUTHOR
14721
7a49b635
JH
14722=item COPYRIGHT AND LICENSE
14723
9038e305
JH
14724=item THANK YOU
14725
14726=back
14727
14728=head2 Memoize::AnyDBM_File - glue to provide EXISTS for AnyDBM_File for
14729Storable use
14730
14731=over 4
14732
14733=item DESCRIPTION
14734
14735=back
14736
14737=head2 Memoize::Expire - Plug-in module for automatic expiration of
14738memoized values
14739
14740=over 4
14741
14742=item SYNOPSIS
14743
14744=item DESCRIPTION
14745
14746=item INTERFACE
14747
14748 TIEHASH, EXISTS, STORE
14749
14750=item ALTERNATIVES
14751
14752=item CAVEATS
14753
14754=item AUTHOR
14755
14756=item SEE ALSO
14757
14758=back
14759
14760=head2 Memoize::ExpireFile - test for Memoize expiration semantics
14761
14762=over 4
14763
14764=item DESCRIPTION
14765
14766=back
14767
14768=head2 Memoize::ExpireTest - test for Memoize expiration semantics
14769
14770=over 4
14771
14772=item DESCRIPTION
14773
14774=back
14775
14776=head2 Memoize::NDBM_File - glue to provide EXISTS for NDBM_File for
14777Storable use
14778
14779=over 4
14780
14781=item DESCRIPTION
14782
14783=back
14784
14785=head2 Memoize::SDBM_File - glue to provide EXISTS for SDBM_File for
14786Storable use
14787
14788=over 4
14789
14790=item DESCRIPTION
14791
14792=back
14793
9038e305
JH
14794=head2 Memoize::Storable - store Memoized data in Storable database
14795
14796=over 4
14797
14798=item DESCRIPTION
14799
14800=back
14801
8ebc5c01 14802=head2 NDBM_File - Tied access to ndbm files
7d2bfb28 14803
d420ca49 14804=over 4
a45bd81d 14805
8ebc5c01 14806=item SYNOPSIS
7d2bfb28 14807
4d4e713d
JH
14808=item DESCRIPTION
14809
a9ef4385
JH
14810C<O_RDONLY>, C<O_WRONLY>, C<O_RDWR>
14811
14812=item DIAGNOSTICS
14813
d420ca49 14814=over 4
a9ef4385
JH
14815
14816=item C<ndbm store returned -1, errno 22, key "..." at ...>
14817
14818=back
14819
14820=item BUGS AND WARNINGS
7d2bfb28 14821
a45bd81d
GS
14822=back
14823
1fa7ca25
JH
14824=head2 NEXT - Provide a pseudo-class NEXT that allows method redispatch
14825
14826=over 4
14827
14828=item SYNOPSIS
14829
14830=item DESCRIPTION
14831
428dc699
JH
14832=over 4
14833
14834=item Enforcing redispatch
14835
14836=item Avoiding repetitions
14837
14838=back
14839
1fa7ca25
JH
14840=item AUTHOR
14841
14842=item BUGS AND IRRITATIONS
14843
14844=item COPYRIGHT
14845
14846=back
14847
5d80033a
JH
14848=head2 Net::Cmd - Network Command class (as used by FTP, SMTP etc)
14849
14850=over 4
14851
14852=item SYNOPSIS
14853
14854=item DESCRIPTION
14855
14856=item USER METHODS
14857
14858debug ( VALUE ), message (), code (), ok (), status (), datasend ( DATA ),
14859dataend ()
14860
14861=item CLASS METHODS
14862
14863debug_print ( DIR, TEXT ), debug_text ( TEXT ), command ( CMD [, ARGS, ...
14864]), unsupported (), response (), parse_response ( TEXT ), getline (),
ff426ff2 14865ungetline ( TEXT ), read_until_dot (), tied_fh ()
5d80033a
JH
14866
14867=item EXPORTS
14868
14869=item AUTHOR
14870
14871=item COPYRIGHT
14872
14873=back
14874
14875=head2 Net::Config - Local configuration data for libnet
14876
14877=over 4
14878
14879=item SYNOPSYS
14880
14881=item DESCRIPTION
14882
14883=item METHODS
14884
14885requires_firewall HOST
14886
14887=item NetConfig VALUES
14888
14889nntp_hosts, snpp_hosts, pop3_hosts, smtp_hosts, ph_hosts, daytime_hosts,
53d7eaa8
JH
14890time_hosts, inet_domain, ftp_firewall, ftp_firewall_type, ftp_ext_passive,
14891ftp_int_pasive, local_netmask, test_hosts, test_exists
5d80033a
JH
14892
14893=back
14894
14895=head2 Net::Domain - Attempt to evaluate the current host's internet name
14896and domain
14897
14898=over 4
14899
14900=item SYNOPSIS
14901
14902=item DESCRIPTION
14903
14904hostfqdn (), hostname (), hostdomain ()
14905
14906=item AUTHOR
14907
14908=item COPYRIGHT
14909
14910=back
14911
5d80033a
JH
14912=head2 Net::FTP - FTP Client class
14913
14914=over 4
14915
14916=item SYNOPSIS
14917
14918=item DESCRIPTION
14919
14920=item OVERVIEW
14921
14922=item CONSTRUCTOR
14923
14924new (HOST [,OPTIONS])
14925
14926=item METHODS
14927
14928login ([LOGIN [,PASSWORD [, ACCOUNT] ] ]), authorize ( [AUTH [, RESP]]),
14929site (ARGS), type (TYPE [, ARGS]), ascii ([ARGS]) binary([ARGS])
14930ebcdic([ARGS]) byte([ARGS]), rename ( OLDNAME, NEWNAME ), delete ( FILENAME
53d7eaa8
JH
14931), cwd ( [ DIR ] ), cdup (), pwd (), restart ( WHERE ), rmdir ( DIR ),
14932mkdir ( DIR [, RECURSE ]), ls ( [ DIR ] ), dir ( [ DIR ] ), get (
14933REMOTE_FILE [, LOCAL_FILE [, WHERE]] ), put ( LOCAL_FILE [, REMOTE_FILE ]
14934), put_unique ( LOCAL_FILE [, REMOTE_FILE ] ), append ( LOCAL_FILE [,
14935REMOTE_FILE ] ), unique_name (), mdtm ( FILE ), size ( FILE ), supported (
14936CMD ), hash ( [FILEHANDLE_GLOB_REF],[ BYTES_PER_HASH_MARK] ), nlst ( [ DIR
14937] ), list ( [ DIR ] ), retr ( FILE ), stor ( FILE ), stou ( FILE ), appe (
14938FILE ), port ( [ PORT ] ), pasv (), pasv_xfer ( SRC_FILE, DEST_SERVER [,
14939DEST_FILE ] ), pasv_xfer_unique ( SRC_FILE, DEST_SERVER [, DEST_FILE ] ),
14940pasv_wait ( NON_PASV_SERVER ), abort (), quit ()
5d80033a
JH
14941
14942=over 4
14943
14944=item Methods for the adventurous
14945
14946quot (CMD [,ARGS])
14947
14948=back
14949
14950=item THE dataconn CLASS
14951
14952read ( BUFFER, SIZE [, TIMEOUT ] ), write ( BUFFER, SIZE [, TIMEOUT ] ),
53d7eaa8 14953bytes_read (), abort (), close ()
5d80033a
JH
14954
14955=item UNIMPLEMENTED
14956
14957B<ALLO>, B<SMNT>, B<HELP>, B<MODE>, B<SYST>, B<STAT>, B<STRU>, B<REIN>
14958
14959=item REPORTING BUGS
14960
14961=item AUTHOR
14962
14963=item SEE ALSO
14964
53d7eaa8
JH
14965=item USE EXAMPLES
14966
14967http://www.csh.rit.edu/~adam/Progs/autoftp-2.0.tar.gz
14968
5d80033a
JH
14969=item CREDITS
14970
14971=item COPYRIGHT
14972
14973=back
14974
14975=head2 Net::NNTP - NNTP Client class
14976
14977=over 4
14978
14979=item SYNOPSIS
14980
14981=item DESCRIPTION
14982
14983=item CONSTRUCTOR
14984
14985new ( [ HOST ] [, OPTIONS ])
14986
14987=item METHODS
14988
14989article ( [ MSGID|MSGNUM ], [FH] ), body ( [ MSGID|MSGNUM ], [FH] ), head (
ff426ff2
JH
14990[ MSGID|MSGNUM ], [FH] ), articlefh ( [ MSGID|MSGNUM ] ), bodyfh ( [
14991MSGID|MSGNUM ] ), headfh ( [ MSGID|MSGNUM ] ), nntpstat ( [ MSGID|MSGNUM ]
14992), group ( [ GROUP ] ), ihave ( MSGID [, MESSAGE ]), last (), date (),
14993postok (), authinfo ( USER, PASS ), list (), newgroups ( SINCE [,
14994DISTRIBUTIONS ]), newnews ( SINCE [, GROUPS [, DISTRIBUTIONS ]]), next (),
14995post ( [ MESSAGE ] ), postfh (), slave (), quit ()
5d80033a
JH
14996
14997=over 4
14998
14999=item Extension methods
15000
15001newsgroups ( [ PATTERN ] ), distributions (), subscriptions (),
15002overview_fmt (), active_times (), active ( [ PATTERN ] ), xgtitle ( PATTERN
15003), xhdr ( HEADER, MESSAGE-SPEC ), xover ( MESSAGE-SPEC ), xpath (
15004MESSAGE-ID ), xpat ( HEADER, PATTERN, MESSAGE-SPEC), xrover, listgroup ( [
15005GROUP ] ), reader
15006
15007=back
15008
15009=item UNSUPPORTED
15010
15011=item DEFINITIONS
15012
15013MESSAGE-SPEC, PATTERN, Examples, C<[^]-]>, C<*bdc>, C<[0-9a-zA-Z]>, C<a??d>
15014
15015=item SEE ALSO
15016
15017=item AUTHOR
15018
15019=item COPYRIGHT
15020
15021=back
15022
ff426ff2 15023=head2 Net::POP3 - Post Office Protocol 3 Client class (RFC1939)
5d80033a
JH
15024
15025=over 4
15026
15027=item SYNOPSIS
15028
15029=item DESCRIPTION
15030
15031=item EXAMPLES
15032
15033=item CONSTRUCTOR
15034
15035new ( [ HOST, ] [ OPTIONS ] )
15036
15037=item METHODS
15038
ff426ff2
JH
15039user ( USER ), pass ( PASS ), login ( [ USER [, PASS ]] ), apop ( [ USER [,
15040PASS ]] ), top ( MSGNUM [, NUMLINES ] ), list ( [ MSGNUM ] ), get ( MSGNUM
15041[, FH ] ), getfh ( MSGNUM ), last (), popstat (), ping ( USER ), uidl ( [
15042MSGNUM ] ), delete ( MSGNUM ), reset (), quit ()
5d80033a
JH
15043
15044=item NOTES
15045
15046=item SEE ALSO
15047
15048=item AUTHOR
15049
15050=item COPYRIGHT
15051
15052=back
15053
8ebc5c01 15054=head2 Net::Ping - check a remote host for reachability
7d2bfb28 15055
d420ca49 15056=over 4
a45bd81d 15057
8ebc5c01 15058=item SYNOPSIS
7d2bfb28 15059
8ebc5c01 15060=item DESCRIPTION
7d2bfb28 15061
d420ca49 15062=over 4
8ebc5c01 15063
15064=item Functions
7d2bfb28 15065
04b01f78
JH
15066Net::Ping->new([$proto [, $def_timeout [, $bytes]]]);,
15067$p->bind($local_addr);, $p->ping($host [, $timeout]);, $p->open($host);,
15068$p->open($host);, $p->close();, pingecho($host [, $timeout]);
7d2bfb28 15069
8ebc5c01 15070=back
15071
493a87da
JH
15072=item WARNING
15073
8ebc5c01 15074=item NOTES
7d2bfb28 15075
04b01f78 15076=item AUTHORS
493a87da
JH
15077
15078=item COPYRIGHT
15079
a45bd81d
GS
15080=back
15081
5d80033a
JH
15082=head2 Net::SMTP - Simple Mail Transfer Protocol Client
15083
15084=over 4
15085
15086=item SYNOPSIS
15087
15088=item DESCRIPTION
15089
15090=item EXAMPLES
15091
15092=item CONSTRUCTOR
15093
15094new Net::SMTP [ HOST, ] [ OPTIONS ]
15095
15096=item METHODS
15097
428dc699
JH
15098banner (), domain (), hello ( DOMAIN ), etrn ( DOMAIN ), auth ( USERNAME,
15099PASSWORD ), mail ( ADDRESS [, OPTIONS] ), send ( ADDRESS ), send_or_mail (
15100ADDRESS ), send_and_mail ( ADDRESS ), reset (), recipient ( ADDRESS [,
15101ADDRESS [ ...]] [, OPTIONS ] ), to ( ADDRESS [, ADDRESS [...]] ), cc (
15102ADDRESS [, ADDRESS [...]] ), bcc ( ADDRESS [, ADDRESS [...]] ), data ( [
15103DATA ] ), expand ( ADDRESS ), verify ( ADDRESS ), help ( [ $subject ] ),
15104quit ()
5d80033a
JH
15105
15106=item SEE ALSO
15107
15108=item AUTHOR
15109
15110=item COPYRIGHT
15111
15112=back
15113
5d80033a
JH
15114=head2 Net::Time - time and daytime network client interface
15115
15116=over 4
15117
15118=item SYNOPSIS
15119
15120=item DESCRIPTION
15121
15122inet_time ( [HOST [, PROTOCOL [, TIMEOUT]]]), inet_daytime ( [HOST [,
15123PROTOCOL [, TIMEOUT]]])
15124
15125=item AUTHOR
15126
15127=item COPYRIGHT
15128
15129=back
15130
8ebc5c01 15131=head2 Net::hostent - by-name interface to Perl's built-in gethost*()
15132functions
7d2bfb28 15133
d420ca49 15134=over 4
a45bd81d 15135
8ebc5c01 15136=item SYNOPSIS
7d2bfb28 15137
8ebc5c01 15138=item DESCRIPTION
7d2bfb28 15139
cb1a09d0
AD
15140=item EXAMPLES
15141
8ebc5c01 15142=item NOTE
cb1a09d0 15143
8ebc5c01 15144=item AUTHOR
cb1a09d0 15145
a45bd81d
GS
15146=back
15147
5d80033a
JH
15148=head2 Net::libnetFAQ, libnetFAQ - libnet Frequently Asked Questions
15149
15150=over 4
15151
15152=item DESCRIPTION
15153
15154=over 4
15155
15156=item Where to get this document
15157
15158=item How to contribute to this document
15159
15160=back
15161
15162=item Author and Copyright Information
15163
15164=over 4
15165
15166=item Disclaimer
15167
15168=back
15169
15170=item Obtaining and installing libnet
15171
15172=over 4
15173
15174=item What is libnet ?
15175
15176=item Which version of perl do I need ?
15177
15178=item What other modules do I need ?
15179
15180=item What machines support libnet ?
15181
15182=item Where can I get the latest libnet release
15183
15184=back
15185
15186=item Using Net::FTP
15187
15188=over 4
15189
ba62762e 15190=item How do I download files from an FTP server ?
5d80033a
JH
15191
15192=item How do I transfer files in binary mode ?
15193
15194=item How can I get the size of a file on a remote FTP server ?
15195
15196=item How can I get the modification time of a file on a remote FTP server
15197?
15198
15199=item How can I change the permissions of a file on a remote server ?
15200
15201=item Can I do a reget operation like the ftp command ?
15202
ba62762e 15203=item How do I get a directory listing from an FTP server ?
5d80033a 15204
ba62762e 15205=item Changing directory to "" does not fail ?
5d80033a
JH
15206
15207=item I am behind a SOCKS firewall, but the Firewall option does not work ?
15208
ba62762e 15209=item I am behind an FTP proxy firewall, but cannot access machines outside
5d80033a
JH
15210?
15211
15212=item My ftp proxy firewall does not listen on port 21
15213
15214=item Is it possible to change the file permissions of a file on an FTP
15215server ?
15216
15217=item I have seen scripts call a method message, but cannot find it
15218documented ?
15219
15220=item Why does Net::FTP not implement mput and mget methods
15221
15222=back
15223
15224=item Using Net::SMTP
15225
15226=over 4
15227
15228=item Why can't the part of an Email address after the @ be used as the
15229hostname ?
15230
15231=item Why does Net::SMTP not do DNS MX lookups ?
15232
15233=item The verify method always returns true ?
15234
15235=back
15236
15237=item Debugging scripts
15238
15239=over 4
15240
15241=item How can I debug my scripts that use Net::* modules ?
15242
15243=back
15244
15245=item AUTHOR AND COPYRIGHT
15246
15247=back
15248
8ebc5c01 15249=head2 Net::netent - by-name interface to Perl's built-in getnet*()
15250functions
cb1a09d0 15251
d420ca49 15252=over 4
a45bd81d 15253
8ebc5c01 15254=item SYNOPSIS
cb1a09d0 15255
8ebc5c01 15256=item DESCRIPTION
cb1a09d0 15257
8ebc5c01 15258=item EXAMPLES
cb1a09d0 15259
8ebc5c01 15260=item NOTE
cb1a09d0 15261
8ebc5c01 15262=item AUTHOR
cb1a09d0 15263
a45bd81d
GS
15264=back
15265
8ebc5c01 15266=head2 Net::protoent - by-name interface to Perl's built-in getproto*()
15267functions
cb1a09d0 15268
d420ca49 15269=over 4
a45bd81d 15270
8ebc5c01 15271=item SYNOPSIS
cb1a09d0
AD
15272
15273=item DESCRIPTION
15274
8ebc5c01 15275=item NOTE
cb1a09d0 15276
8ebc5c01 15277=item AUTHOR
cb1a09d0 15278
a45bd81d
GS
15279=back
15280
8ebc5c01 15281=head2 Net::servent - by-name interface to Perl's built-in getserv*()
15282functions
cb1a09d0 15283
d420ca49 15284=over 4
a45bd81d 15285
cb1a09d0
AD
15286=item SYNOPSIS
15287
cb1a09d0
AD
15288=item DESCRIPTION
15289
8ebc5c01 15290=item EXAMPLES
cb1a09d0 15291
8ebc5c01 15292=item NOTE
cb1a09d0 15293
8ebc5c01 15294=item AUTHOR
cb1a09d0 15295
a45bd81d
GS
15296=back
15297
5d80033a
JH
15298=head2 Netrc, Net::Netrc - OO interface to users netrc file
15299
15300=over 4
15301
15302=item SYNOPSIS
15303
15304=item DESCRIPTION
15305
15306=item THE .netrc FILE
15307
15308machine name, default, login name, password string, account string, macdef
15309name
15310
15311=item CONSTRUCTOR
15312
15313lookup ( MACHINE [, LOGIN ])
15314
15315=item METHODS
15316
15317login (), password (), account (), lpa ()
15318
15319=item AUTHOR
15320
15321=item SEE ALSO
15322
15323=item COPYRIGHT
15324
15325=back
15326
14218588
GS
15327=head2 O - Generic interface to Perl Compiler backends
15328
d420ca49 15329=over 4
a45bd81d 15330
14218588
GS
15331=item SYNOPSIS
15332
15333=item DESCRIPTION
15334
15335=item CONVENTIONS
15336
15337=item IMPLEMENTATION
15338
15339=item AUTHOR
15340
a45bd81d
GS
15341=back
15342
8ebc5c01 15343=head2 ODBM_File - Tied access to odbm files
cb1a09d0 15344
d420ca49 15345=over 4
a45bd81d 15346
cb1a09d0
AD
15347=item SYNOPSIS
15348
4d4e713d
JH
15349=item DESCRIPTION
15350
a9ef4385
JH
15351C<O_RDONLY>, C<O_WRONLY>, C<O_RDWR>
15352
15353=item DIAGNOSTICS
15354
d420ca49 15355=over 4
a9ef4385
JH
15356
15357=item C<odbm store returned -1, errno 22, key "..." at ...>
15358
15359=back
15360
15361=item BUGS AND WARNINGS
cb1a09d0 15362
a45bd81d
GS
15363=back
15364
8ebc5c01 15365=head2 Opcode - Disable named opcodes when compiling perl code
cb1a09d0 15366
d420ca49 15367=over 4
a45bd81d 15368
8ebc5c01 15369=item SYNOPSIS
cb1a09d0 15370
8ebc5c01 15371=item DESCRIPTION
cb1a09d0 15372
8ebc5c01 15373=item NOTE
cb1a09d0 15374
8ebc5c01 15375=item WARNING
cb1a09d0 15376
8ebc5c01 15377=item Operator Names and Operator Lists
cb1a09d0 15378
8ebc5c01 15379an operator name (opname), an operator tag name (optag), a negated opname
15380or optag, an operator set (opset)
cb1a09d0 15381
8ebc5c01 15382=item Opcode Functions
cb1a09d0 15383
8ebc5c01 15384opcodes, opset (OP, ...), opset_to_ops (OPSET), opset_to_hex (OPSET),
15385full_opset, empty_opset, invert_opset (OPSET), verify_opset (OPSET, ...),
15386define_optag (OPTAG, OPSET), opmask_add (OPSET), opmask, opdesc (OP, ...),
15387opdump (PAT)
cb1a09d0 15388
8ebc5c01 15389=item Manipulating Opsets
cb1a09d0 15390
8ebc5c01 15391=item TO DO (maybe)
cb1a09d0 15392
a45bd81d
GS
15393=back
15394
d420ca49 15395=over 4
a45bd81d 15396
8ebc5c01 15397=item Predefined Opcode Tags
cb1a09d0 15398
8ebc5c01 15399:base_core, :base_mem, :base_loop, :base_io, :base_orig, :base_math,
d516a115
JH
15400:base_thread, :default, :filesys_read, :sys_db, :browse, :filesys_open,
15401:filesys_write, :subprocess, :ownprocess, :others, :still_to_be_decided,
15402:dangerous
cb1a09d0 15403
8ebc5c01 15404=item SEE ALSO
cb1a09d0 15405
8ebc5c01 15406=item AUTHORS
cb1a09d0 15407
a45bd81d
GS
15408=back
15409
8ebc5c01 15410=head2 Opcode::Safe, Safe - Compile and execute code in restricted
15411compartments
cb1a09d0 15412
d420ca49 15413=over 4
a45bd81d 15414
cb1a09d0
AD
15415=item SYNOPSIS
15416
cb1a09d0
AD
15417=item DESCRIPTION
15418
8ebc5c01 15419a new namespace, an operator mask
15420
15421=item WARNING
cb1a09d0 15422
d420ca49 15423=over 4
cb1a09d0 15424
8ebc5c01 15425=item RECENT CHANGES
cb1a09d0 15426
8ebc5c01 15427=item Methods in class Safe
cb1a09d0 15428
8ebc5c01 15429permit (OP, ...), permit_only (OP, ...), deny (OP, ...), deny_only (OP,
15430...), trap (OP, ...), untrap (OP, ...), share (NAME, ...), share_from
15431(PACKAGE, ARRAYREF), varglob (VARNAME), reval (STRING), rdo (FILENAME),
15432root (NAMESPACE), mask (MASK)
cb1a09d0 15433
8ebc5c01 15434=item Some Safety Issues
cb1a09d0 15435
8ebc5c01 15436Memory, CPU, Snooping, Signals, State Changes
cb1a09d0 15437
8ebc5c01 15438=item AUTHOR
cb1a09d0 15439
8ebc5c01 15440=back
cb1a09d0 15441
a45bd81d
GS
15442=back
15443
8ebc5c01 15444=head2 Opcode::ops, ops - Perl pragma to restrict unsafe operations when
15445compiling
cb1a09d0 15446
d420ca49 15447=over 4
a45bd81d 15448
14218588 15449=item SYNOPSIS
cb1a09d0 15450
8ebc5c01 15451=item DESCRIPTION
cb1a09d0 15452
8ebc5c01 15453=item SEE ALSO
cb1a09d0 15454
a45bd81d
GS
15455=back
15456
cb1a09d0
AD
15457=head2 POSIX - Perl interface to IEEE Std 1003.1
15458
d420ca49 15459=over 4
a45bd81d 15460
cb1a09d0
AD
15461=item SYNOPSIS
15462
cb1a09d0
AD
15463=item DESCRIPTION
15464
cb1a09d0
AD
15465=item NOTE
15466
8ebc5c01 15467=item CAVEATS
cb1a09d0
AD
15468
15469=item FUNCTIONS
15470
8ebc5c01 15471_exit, abort, abs, access, acos, alarm, asctime, asin, assert, atan, atan2,
15472atexit, atof, atoi, atol, bsearch, calloc, ceil, chdir, chmod, chown,
15473clearerr, clock, close, closedir, cos, cosh, creat, ctermid, ctime,
15474cuserid, difftime, div, dup, dup2, errno, execl, execle, execlp, execv,
15475execve, execvp, exit, exp, fabs, fclose, fcntl, fdopen, feof, ferror,
15476fflush, fgetc, fgetpos, fgets, fileno, floor, fmod, fopen, fork, fpathconf,
15477fprintf, fputc, fputs, fread, free, freopen, frexp, fscanf, fseek, fsetpos,
15478fstat, ftell, fwrite, getc, getchar, getcwd, getegid, getenv, geteuid,
15479getgid, getgrgid, getgrnam, getgroups, getlogin, getpgrp, getpid, getppid,
15480getpwnam, getpwuid, gets, getuid, gmtime, isalnum, isalpha, isatty,
15481iscntrl, isdigit, isgraph, islower, isprint, ispunct, isspace, isupper,
15482isxdigit, kill, labs, ldexp, ldiv, link, localeconv, localtime, log, log10,
15483longjmp, lseek, malloc, mblen, mbstowcs, mbtowc, memchr, memcmp, memcpy,
15484memmove, memset, mkdir, mkfifo, mktime, modf, nice, offsetof, open,
15485opendir, pathconf, pause, perror, pipe, pow, printf, putc, putchar, puts,
15486qsort, raise, rand, read, readdir, realloc, remove, rename, rewind,
15487rewinddir, rmdir, scanf, setgid, setjmp, setlocale, setpgid, setsid,
15488setuid, sigaction, siglongjmp, sigpending, sigprocmask, sigsetjmp,
15489sigsuspend, sin, sinh, sleep, sprintf, sqrt, srand, sscanf, stat, strcat,
15490strchr, strcmp, strcoll, strcpy, strcspn, strerror, strftime, strlen,
4755096e
GS
15491strncat, strncmp, strncpy, strpbrk, strrchr, strspn, strstr, strtod,
15492strtok, strtol, strtoul, strxfrm, sysconf, system, tan, tanh, tcdrain,
15493tcflow, tcflush, tcgetpgrp, tcsendbreak, tcsetpgrp, time, times, tmpfile,
15494tmpnam, tolower, toupper, ttyname, tzname, tzset, umask, uname, ungetc,
15495unlink, utime, vfprintf, vprintf, vsprintf, wait, waitpid, wcstombs,
15496wctomb, write
cb1a09d0
AD
15497
15498=item CLASSES
15499
d420ca49 15500=over 4
cb1a09d0 15501
cb1a09d0
AD
15502=item POSIX::SigAction
15503
cb1a09d0
AD
15504new
15505
15506=item POSIX::SigSet
15507
cb1a09d0
AD
15508new, addset, delset, emptyset, fillset, ismember
15509
15510=item POSIX::Termios
15511
cb1a09d0
AD
15512new, getattr, getcc, getcflag, getiflag, getispeed, getlflag, getoflag,
15513getospeed, setattr, setcc, setcflag, setiflag, setispeed, setlflag,
15514setoflag, setospeed, Baud rate values, Terminal interface values, c_cc
15515field values, c_cflag field values, c_iflag field values, c_lflag field
15516values, c_oflag field values
15517
cb1a09d0
AD
15518=back
15519
15520=item PATHNAME CONSTANTS
15521
cb1a09d0
AD
15522Constants
15523
15524=item POSIX CONSTANTS
15525
cb1a09d0
AD
15526Constants
15527
15528=item SYSTEM CONFIGURATION
15529
cb1a09d0
AD
15530Constants
15531
15532=item ERRNO
15533
cb1a09d0
AD
15534Constants
15535
15536=item FCNTL
15537
cb1a09d0
AD
15538Constants
15539
15540=item FLOAT
15541
cb1a09d0
AD
15542Constants
15543
15544=item LIMITS
15545
cb1a09d0
AD
15546Constants
15547
15548=item LOCALE
15549
cb1a09d0
AD
15550Constants
15551
15552=item MATH
15553
cb1a09d0
AD
15554Constants
15555
15556=item SIGNAL
15557
cb1a09d0
AD
15558Constants
15559
15560=item STAT
15561
cb1a09d0
AD
15562Constants, Macros
15563
15564=item STDLIB
15565
cb1a09d0
AD
15566Constants
15567
15568=item STDIO
15569
cb1a09d0
AD
15570Constants
15571
15572=item TIME
15573
cb1a09d0
AD
15574Constants
15575
15576=item UNISTD
15577
cb1a09d0
AD
15578Constants
15579
15580=item WAIT
15581
04b01f78
JH
15582Constants, WNOHANG, WUNTRACED, Macros, WIFEXITED, WEXITSTATUS, WIFSIGNALED,
15583WTERMSIG, WIFSTOPPED, WSTOPSIG
cb1a09d0 15584
a45bd81d
GS
15585=back
15586
0d0e97a6
JH
15587=head2 PerlIO - On demand loader for PerlIO layers and root of PerlIO::*
15588name space
15589
15590=over 4
15591
15592=item SYNOPSIS
15593
15594=item DESCRIPTION
15595
15596unix, stdio, perlio, crlf, utf8, raw
15597
15598=over 4
15599
15600=item Defaults and how to override them
15601
15602=back
15603
15604=item AUTHOR
15605
15606=item SEE ALSO
15607
15608=back
15609
15610=head2 PerlIO::Scalar - support module for in-memory IO.
15611
15612=over 4
15613
15614=item SYNOPSIS
15615
15616=item DESCRIPTION
15617
15618=back
15619
15620=head2 PerlIO::Via - Helper class for PerlIO layers implemented in perl
15621
15622=over 4
15623
15624=item SYNOPSIS
15625
15626=item DESCRIPTION
15627
34babc16 15628$class->PUSHED([$mode[,$fh]]), $obj->POPPED([$fh]),
0d0e97a6
JH
15629$class->OPEN($path,$mode[,$fh]), $class->FDOPEN($fd),
15630$class->SYSOPEN($path,$imode,$perm,$fh), $obj->FILENO($fh),
15631$obj->READ($buffer,$len,$fh), $obj->WRITE($buffer,$fh), $obj->FILL($fh),
15632$obj->CLOSE($fh), $obj->SEEK($posn,$whence,$fh), $obj->TELL($fh),
15633$obj->UNREAD($buffer,$fh), $obj->FLUSH($fh), $obj->SETLINEBUF($fh),
15634$obj->CLEARERR($fh), $obj->ERROR($fh), $obj->EOF($fh)
15635
428dc699
JH
15636=over 4
15637
15638=item Example - a Hexadecimal Handle
15639
15640=back
15641
0d0e97a6
JH
15642=back
15643
14218588
GS
15644=head2 Pod::Checker, podchecker() - check pod documents for syntax errors
15645
d420ca49 15646=over 4
a45bd81d 15647
14218588
GS
15648=item SYNOPSIS
15649
15650=item OPTIONS/ARGUMENTS
15651
d420ca49 15652=over 4
a45bd81d 15653
694468e3 15654=item podchecker()
a45bd81d
GS
15655
15656B<-warnings> =E<gt> I<val>
15657
15658=back
15659
14218588
GS
15660=item DESCRIPTION
15661
694468e3
GS
15662=item DIAGNOSTICS
15663
d420ca49 15664=over 4
a45bd81d 15665
694468e3
GS
15666=item Errors
15667
15668empty =headn, =over on line I<N> without closing =back, =item without
15669previous =over, =back without previous =over, No argument for =begin, =end
15670without =begin, Nested =begin's, =for without formatter specification,
15671unresolved internal link I<NAME>, Unknown command "I<CMD>", Unknown
15672interior-sequence "I<SEQ>", nested commands
15673I<CMD>E<lt>...I<CMD>E<lt>...E<gt>...E<gt>, garbled entity I<STRING>, Entity
15674number out of range, malformed link LE<lt>E<gt>, nonempty ZE<lt>E<gt>,
15675empty XE<lt>E<gt>, Spurious text after =pod / =cut, Spurious character(s)
15676after =back
15677
a45bd81d
GS
15678=item Warnings
15679
93d73c42 15680multiple occurence of link target I<name>, line containing nothing but
4d4e713d
JH
15681whitespace in paragraph, file does not start with =head, previous =item has
15682no contents, preceding non-item paragraph(s), =item type mismatch (I<one>
15683vs. I<two>), I<N> unescaped C<E<lt>E<gt>> in paragraph, Unknown entity, No
15684items in =over, No argument for =item, empty section in previous paragraph,
15685Verbatim paragraph in NAME section
10862624
RF
15686
15687=item Hyperlinks
15688
4d4e713d
JH
15689ignoring leading/trailing whitespace in link, (section) in '$page'
15690deprecated, alternative text/node '%s' contains non-escaped | or /
a45bd81d 15691
694468e3 15692=back
a45bd81d
GS
15693
15694=item RETURN VALUE
15695
14218588
GS
15696=item EXAMPLES
15697
694468e3
GS
15698=item INTERFACE
15699
15700=back
15701
10862624
RF
15702C<Pod::Checker-E<gt>new( %options )>
15703
694468e3
GS
15704C<$checker-E<gt>poderror( @args )>, C<$checker-E<gt>poderror( {%opts},
15705@args )>
15706
15707C<$checker-E<gt>num_errors()>
15708
15709C<$checker-E<gt>name()>
15710
15711C<$checker-E<gt>node()>
15712
15713C<$checker-E<gt>idx()>
15714
15715C<$checker-E<gt>hyperlink()>
15716
d420ca49 15717=over 4
694468e3 15718
14218588
GS
15719=item AUTHOR
15720
a45bd81d
GS
15721=back
15722
694468e3 15723=head2 Pod::Find - find POD documents in directory trees
a45bd81d 15724
d420ca49 15725=over 4
a45bd81d
GS
15726
15727=item SYNOPSIS
15728
15729=item DESCRIPTION
15730
10862624
RF
15731=back
15732
d420ca49 15733=over 4
10862624
RF
15734
15735=item C<pod_find( { %opts } , @directories )>
a45bd81d 15736
10862624
RF
15737C<-verbose =E<gt> 1>, C<-perl =E<gt> 1>, C<-script =E<gt> 1>, C<-inc =E<gt>
157381>
15739
15740=back
15741
d420ca49 15742=over 4
10862624
RF
15743
15744=item C<simplify_name( $str )>
15745
15746=back
15747
d420ca49 15748=over 4
10862624
RF
15749
15750=item C<pod_where( { %opts }, $pod )>
15751
15752C<-inc =E<gt> 1>, C<-dirs =E<gt> [ $dir1, $dir2, ... ]>, C<-verbose =E<gt>
157531>
15754
15755=back
15756
d420ca49 15757=over 4
10862624
RF
15758
15759=item C<contains_pod( $file , $verbose )>
15760
15761=back
15762
d420ca49 15763=over 4
a45bd81d
GS
15764
15765=item AUTHOR
15766
694468e3
GS
15767=item SEE ALSO
15768
a45bd81d
GS
15769=back
15770
193fb0af 15771=head2 Pod::Html - module to convert pod files to HTML
54310121 15772
d420ca49 15773=over 4
a45bd81d 15774
54310121 15775=item SYNOPSIS
15776
15777=item DESCRIPTION
15778
15779=item ARGUMENTS
15780
d2f2ce36
JH
15781backlink, cachedir, css, flush, header, help, htmldir, htmlroot, index,
15782infile, libpods, netscape, outfile, podpath, podroot, quiet, recurse,
15783title, verbose
54310121 15784
15785=item EXAMPLE
15786
c76ac1ee
GS
15787=item ENVIRONMENT
15788
54310121 15789=item AUTHOR
15790
54310121 15791=item SEE ALSO
15792
15793=item COPYRIGHT
15794
a45bd81d
GS
15795=back
15796
14218588
GS
15797=head2 Pod::InputObjects - objects representing POD input paragraphs,
15798commands, etc.
15799
d420ca49 15800=over 4
a45bd81d 15801
14218588
GS
15802=item SYNOPSIS
15803
15804=item REQUIRES
15805
15806=item EXPORTS
15807
15808=item DESCRIPTION
15809
10862624
RF
15810package B<Pod::InputSource>, package B<Pod::Paragraph>, package
15811B<Pod::InteriorSequence>, package B<Pod::ParseTree>
14218588 15812
a45bd81d
GS
15813=back
15814
d420ca49 15815=over 4
a45bd81d 15816
14218588
GS
15817=item B<Pod::InputSource>
15818
a45bd81d
GS
15819=back
15820
d420ca49 15821=over 4
14218588
GS
15822
15823=item B<new()>
15824
a45bd81d
GS
15825=back
15826
d420ca49 15827=over 4
a45bd81d 15828
14218588
GS
15829=item B<name()>
15830
a45bd81d
GS
15831=back
15832
d420ca49 15833=over 4
a45bd81d 15834
14218588
GS
15835=item B<handle()>
15836
a45bd81d
GS
15837=back
15838
d420ca49 15839=over 4
a45bd81d 15840
14218588
GS
15841=item B<was_cutting()>
15842
15843=back
15844
d420ca49 15845=over 4
a45bd81d 15846
14218588
GS
15847=item B<Pod::Paragraph>
15848
a45bd81d
GS
15849=back
15850
d420ca49 15851=over 4
14218588 15852
10862624 15853=item Pod::Paragraph-E<gt>B<new()>
14218588 15854
a45bd81d
GS
15855=back
15856
d420ca49 15857=over 4
a45bd81d 15858
10862624 15859=item $pod_para-E<gt>B<cmd_name()>
14218588 15860
a45bd81d
GS
15861=back
15862
d420ca49 15863=over 4
a45bd81d 15864
10862624 15865=item $pod_para-E<gt>B<text()>
14218588 15866
a45bd81d
GS
15867=back
15868
d420ca49 15869=over 4
a45bd81d 15870
10862624 15871=item $pod_para-E<gt>B<raw_text()>
14218588 15872
a45bd81d
GS
15873=back
15874
d420ca49 15875=over 4
a45bd81d 15876
10862624 15877=item $pod_para-E<gt>B<cmd_prefix()>
14218588 15878
a45bd81d
GS
15879=back
15880
d420ca49 15881=over 4
a45bd81d 15882
10862624 15883=item $pod_para-E<gt>B<cmd_separator()>
14218588 15884
a45bd81d
GS
15885=back
15886
d420ca49 15887=over 4
a45bd81d 15888
10862624 15889=item $pod_para-E<gt>B<parse_tree()>
14218588 15890
a45bd81d
GS
15891=back
15892
d420ca49 15893=over 4
a45bd81d 15894
10862624 15895=item $pod_para-E<gt>B<file_line()>
14218588
GS
15896
15897=back
15898
d420ca49 15899=over 4
a45bd81d 15900
14218588
GS
15901=item B<Pod::InteriorSequence>
15902
a45bd81d
GS
15903=back
15904
d420ca49 15905=over 4
14218588 15906
10862624 15907=item Pod::InteriorSequence-E<gt>B<new()>
14218588 15908
a45bd81d
GS
15909=back
15910
d420ca49 15911=over 4
a45bd81d 15912
10862624 15913=item $pod_seq-E<gt>B<cmd_name()>
14218588 15914
a45bd81d
GS
15915=back
15916
d420ca49 15917=over 4
a45bd81d 15918
10862624 15919=item $pod_seq-E<gt>B<prepend()>
14218588 15920
a45bd81d
GS
15921=back
15922
d420ca49 15923=over 4
a45bd81d 15924
10862624 15925=item $pod_seq-E<gt>B<append()>
14218588 15926
a45bd81d
GS
15927=back
15928
d420ca49 15929=over 4
a45bd81d 15930
10862624 15931=item $pod_seq-E<gt>B<nested()>
14218588 15932
a45bd81d
GS
15933=back
15934
d420ca49 15935=over 4
a45bd81d 15936
10862624 15937=item $pod_seq-E<gt>B<raw_text()>
14218588 15938
a45bd81d
GS
15939=back
15940
d420ca49 15941=over 4
a45bd81d 15942
10862624 15943=item $pod_seq-E<gt>B<left_delimiter()>
14218588 15944
a45bd81d
GS
15945=back
15946
d420ca49 15947=over 4
a45bd81d 15948
10862624 15949=item $pod_seq-E<gt>B<right_delimiter()>
14218588 15950
a45bd81d
GS
15951=back
15952
d420ca49 15953=over 4
a45bd81d 15954
10862624 15955=item $pod_seq-E<gt>B<parse_tree()>
14218588 15956
a45bd81d
GS
15957=back
15958
d420ca49 15959=over 4
a45bd81d 15960
10862624 15961=item $pod_seq-E<gt>B<file_line()>
14218588 15962
a45bd81d
GS
15963=back
15964
d420ca49 15965=over 4
a45bd81d 15966
10862624 15967=item Pod::InteriorSequence::B<DESTROY()>
14218588
GS
15968
15969=back
15970
d420ca49 15971=over 4
a45bd81d 15972
14218588
GS
15973=item B<Pod::ParseTree>
15974
a45bd81d
GS
15975=back
15976
d420ca49 15977=over 4
14218588 15978
10862624 15979=item Pod::ParseTree-E<gt>B<new()>
14218588 15980
a45bd81d
GS
15981=back
15982
d420ca49 15983=over 4
a45bd81d 15984
10862624 15985=item $ptree-E<gt>B<top()>
14218588 15986
a45bd81d
GS
15987=back
15988
d420ca49 15989=over 4
a45bd81d 15990
10862624 15991=item $ptree-E<gt>B<children()>
14218588 15992
a45bd81d
GS
15993=back
15994
d420ca49 15995=over 4
a45bd81d 15996
10862624 15997=item $ptree-E<gt>B<prepend()>
14218588 15998
a45bd81d
GS
15999=back
16000
d420ca49 16001=over 4
a45bd81d 16002
10862624 16003=item $ptree-E<gt>B<append()>
14218588 16004
a45bd81d
GS
16005=back
16006
d420ca49 16007=over 4
a45bd81d 16008
10862624 16009=item $ptree-E<gt>B<raw_text()>
14218588 16010
a45bd81d
GS
16011=back
16012
d420ca49 16013=over 4
a45bd81d 16014
10862624 16015=item Pod::ParseTree::B<DESTROY()>
14218588
GS
16016
16017=back
16018
d420ca49 16019=over 4
a45bd81d 16020
14218588
GS
16021=item SEE ALSO
16022
16023=item AUTHOR
16024
a45bd81d
GS
16025=back
16026
497711e7
GS
16027=head2 Pod::LaTeX - Convert Pod data to formatted Latex
16028
d420ca49 16029=over 4
497711e7
GS
16030
16031=item SYNOPSIS
16032
16033=item DESCRIPTION
16034
16035=back
16036
d420ca49 16037=over 4
497711e7
GS
16038
16039=item OBJECT METHODS
16040
16041C<initialize>
16042
16043=back
16044
d420ca49 16045=over 4
497711e7
GS
16046
16047=item Data Accessors
16048
16049B<AddPreamble>
16050
16051=back
16052
16053B<AddPostamble>
16054
16055B<Head1Level>
16056
16057B<Label>
16058
16059B<LevelNoNum>
16060
16061B<MakeIndex>
16062
16063B<ReplaceNAMEwithSection>
16064
16065B<StartWithNewPage>
16066
16067B<TableOfContents>
16068
16069B<UniqueLabels>
16070
16071B<UserPreamble>
16072
16073B<UserPostamble>
16074
16075B<Lists>
16076
d420ca49 16077=over 4
497711e7
GS
16078
16079=item Subclassed methods
16080
16081=back
16082
16083B<begin_pod>
16084
16085B<end_pod>
16086
16087B<command>
16088
16089B<verbatim>
16090
16091B<textblock>
16092
16093B<interior_sequence>
16094
d420ca49 16095=over 4
497711e7
GS
16096
16097=item List Methods
16098
16099B<begin_list>
16100
16101=back
16102
16103B<end_list>
16104
16105B<add_item>
16106
d420ca49 16107=over 4
497711e7
GS
16108
16109=item Methods for headings
16110
16111B<head>
16112
16113=back
16114
d420ca49 16115=over 4
497711e7
GS
16116
16117=item Internal methods
16118
16119B<_output>
16120
16121=back
16122
16123B<_replace_special_chars>
16124
428dc699
JH
16125B<_replace_special_chars_late>
16126
497711e7
GS
16127B<_create_label>
16128
16129B<_create_index>
16130
16131B<_clean_latex_commands>
16132
428dc699
JH
16133B<_split_delimited>
16134
d420ca49 16135=over 4
497711e7
GS
16136
16137=item NOTES
16138
16139=item SEE ALSO
16140
16141=item AUTHORS
16142
16143=item COPYRIGHT
16144
16145=item REVISION
16146
16147=back
16148
c76ac1ee
GS
16149=head2 Pod::Man - Convert POD data to formatted *roff input
16150
d420ca49 16151=over 4
a45bd81d 16152
c76ac1ee
GS
16153=item SYNOPSIS
16154
16155=item DESCRIPTION
16156
07fcf8ff 16157center, date, fixed, fixedbold, fixeditalic, fixedbolditalic, name, quotes,
91331b4f 16158release, section
c76ac1ee
GS
16159
16160=item DIAGNOSTICS
16161
91331b4f 16162roff font should be 1 or 2 chars, not "%s", Invalid link %s, Invalid quote
9cd42e2a 16163specification "%s", %s:%d: Unknown command paragraph "%s", %s:%d: Unknown
34babc16
JH
16164escape EE<lt>%sE<gt>, %s:%d: Unknown formatting code %s, %s:%d: Unmatched
16165=back
c76ac1ee
GS
16166
16167=item BUGS
16168
34babc16
JH
16169=item CAVEATS
16170
c76ac1ee
GS
16171=item SEE ALSO
16172
16173=item AUTHOR
16174
d0363f02
JH
16175=item COPYRIGHT AND LICENSE
16176
a45bd81d
GS
16177=back
16178
248e172a 16179=head2 Pod::ParseLink -- Parse an LE<lt>E<gt> formatting code in POD text
07fcf8ff
JH
16180
16181=over 4
16182
16183=item SYNOPSIS
16184
16185=item DESCRIPTION
16186
16187=item AUTHOR
16188
16189=item COPYRIGHT AND LICENSE
16190
16191=back
16192
694468e3
GS
16193=head2 Pod::ParseUtils - helpers for POD parsing and conversion
16194
d420ca49 16195=over 4
694468e3
GS
16196
16197=item SYNOPSIS
16198
16199=item DESCRIPTION
16200
16201=back
16202
d420ca49 16203=over 4
694468e3
GS
16204
16205=item Pod::List
16206
10862624 16207Pod::List-E<gt>new()
694468e3
GS
16208
16209=back
16210
10862624 16211$list-E<gt>file()
694468e3 16212
10862624 16213$list-E<gt>start()
694468e3 16214
10862624 16215$list-E<gt>indent()
694468e3 16216
10862624 16217$list-E<gt>type()
694468e3 16218
10862624 16219$list-E<gt>rx()
694468e3 16220
10862624 16221$list-E<gt>item()
694468e3 16222
10862624 16223$list-E<gt>parent()
694468e3 16224
10862624 16225$list-E<gt>tag()
694468e3 16226
d420ca49 16227=over 4
694468e3
GS
16228
16229=item Pod::Hyperlink
16230
10862624 16231Pod::Hyperlink-E<gt>new()
694468e3
GS
16232
16233=back
16234
10862624 16235$link-E<gt>parse($string)
694468e3 16236
10862624 16237$link-E<gt>markup($string)
694468e3 16238
10862624 16239$link-E<gt>text()
694468e3 16240
10862624 16241$link-E<gt>warning()
694468e3 16242
10862624 16243$link-E<gt>file(), $link-E<gt>line()
694468e3 16244
10862624 16245$link-E<gt>page()
694468e3 16246
10862624 16247$link-E<gt>node()
694468e3 16248
10862624 16249$link-E<gt>alttext()
694468e3 16250
10862624 16251$link-E<gt>type()
694468e3 16252
10862624 16253$link-E<gt>link()
694468e3 16254
d420ca49 16255=over 4
694468e3
GS
16256
16257=item Pod::Cache
16258
10862624 16259Pod::Cache-E<gt>new()
694468e3
GS
16260
16261=back
16262
10862624 16263$cache-E<gt>item()
694468e3 16264
10862624 16265$cache-E<gt>find_page($name)
694468e3 16266
d420ca49 16267=over 4
694468e3
GS
16268
16269=item Pod::Cache::Item
16270
10862624 16271Pod::Cache::Item-E<gt>new()
694468e3
GS
16272
16273=back
16274
10862624 16275$cacheitem-E<gt>page()
694468e3 16276
10862624 16277$cacheitem-E<gt>description()
694468e3 16278
10862624 16279$cacheitem-E<gt>path()
694468e3 16280
10862624 16281$cacheitem-E<gt>file()
694468e3 16282
10862624 16283$cacheitem-E<gt>nodes()
694468e3 16284
10862624 16285$cacheitem-E<gt>find_node($name)
694468e3 16286
10862624 16287$cacheitem-E<gt>idx()
694468e3 16288
d420ca49 16289=over 4
694468e3
GS
16290
16291=item AUTHOR
16292
16293=item SEE ALSO
16294
16295=back
16296
14218588
GS
16297=head2 Pod::Parser - base class for creating POD filters and translators
16298
d420ca49 16299=over 4
a45bd81d 16300
14218588
GS
16301=item SYNOPSIS
16302
16303=item REQUIRES
16304
16305=item EXPORTS
16306
16307=item DESCRIPTION
16308
16309=item QUICK OVERVIEW
16310
c76ac1ee
GS
16311=item PARSING OPTIONS
16312
b38f6a39
GS
16313B<-want_nonPODs> (default: unset), B<-process_cut_cmd> (default: unset),
16314B<-warnings> (default: unset)
c76ac1ee 16315
a45bd81d
GS
16316=back
16317
d420ca49 16318=over 4
a45bd81d 16319
14218588
GS
16320=item RECOMMENDED SUBROUTINE/METHOD OVERRIDES
16321
a45bd81d
GS
16322=back
16323
d420ca49 16324=over 4
a45bd81d 16325
14218588
GS
16326=item B<command()>
16327
16328C<$cmd>, C<$text>, C<$line_num>, C<$pod_para>
16329
a45bd81d
GS
16330=back
16331
d420ca49 16332=over 4
a45bd81d 16333
14218588
GS
16334=item B<verbatim()>
16335
16336C<$text>, C<$line_num>, C<$pod_para>
16337
a45bd81d
GS
16338=back
16339
d420ca49 16340=over 4
a45bd81d 16341
14218588
GS
16342=item B<textblock()>
16343
16344C<$text>, C<$line_num>, C<$pod_para>
16345
a45bd81d
GS
16346=back
16347
d420ca49 16348=over 4
a45bd81d 16349
14218588
GS
16350=item B<interior_sequence()>
16351
a45bd81d
GS
16352=back
16353
d420ca49 16354=over 4
a45bd81d 16355
14218588
GS
16356=item OPTIONAL SUBROUTINE/METHOD OVERRIDES
16357
a45bd81d
GS
16358=back
16359
d420ca49 16360=over 4
a45bd81d 16361
14218588
GS
16362=item B<new()>
16363
a45bd81d
GS
16364=back
16365
d420ca49 16366=over 4
a45bd81d 16367
14218588
GS
16368=item B<initialize()>
16369
a45bd81d
GS
16370=back
16371
d420ca49 16372=over 4
a45bd81d 16373
14218588
GS
16374=item B<begin_pod()>
16375
a45bd81d
GS
16376=back
16377
d420ca49 16378=over 4
a45bd81d 16379
14218588
GS
16380=item B<begin_input()>
16381
a45bd81d
GS
16382=back
16383
d420ca49 16384=over 4
a45bd81d 16385
14218588
GS
16386=item B<end_input()>
16387
a45bd81d
GS
16388=back
16389
d420ca49 16390=over 4
a45bd81d 16391
14218588
GS
16392=item B<end_pod()>
16393
a45bd81d
GS
16394=back
16395
d420ca49 16396=over 4
a45bd81d 16397
14218588
GS
16398=item B<preprocess_line()>
16399
a45bd81d
GS
16400=back
16401
d420ca49 16402=over 4
a45bd81d 16403
14218588
GS
16404=item B<preprocess_paragraph()>
16405
a45bd81d
GS
16406=back
16407
d420ca49 16408=over 4
a45bd81d 16409
14218588
GS
16410=item METHODS FOR PARSING AND PROCESSING
16411
a45bd81d
GS
16412=back
16413
d420ca49 16414=over 4
a45bd81d 16415
14218588
GS
16416=item B<parse_text()>
16417
c76ac1ee
GS
16418B<-expand_seq> =E<gt> I<code-ref>|I<method-name>, B<-expand_text> =E<gt>
16419I<code-ref>|I<method-name>, B<-expand_ptree> =E<gt>
14218588
GS
16420I<code-ref>|I<method-name>
16421
a45bd81d
GS
16422=back
16423
d420ca49 16424=over 4
a45bd81d 16425
14218588
GS
16426=item B<interpolate()>
16427
a45bd81d
GS
16428=back
16429
d420ca49 16430=over 4
a45bd81d 16431
14218588
GS
16432=item B<parse_paragraph()>
16433
a45bd81d
GS
16434=back
16435
d420ca49 16436=over 4
a45bd81d 16437
14218588
GS
16438=item B<parse_from_filehandle()>
16439
a45bd81d
GS
16440=back
16441
d420ca49 16442=over 4
a45bd81d 16443
14218588
GS
16444=item B<parse_from_file()>
16445
a45bd81d
GS
16446=back
16447
d420ca49 16448=over 4
a45bd81d 16449
14218588
GS
16450=item ACCESSOR METHODS
16451
a45bd81d
GS
16452=back
16453
d420ca49 16454=over 4
a45bd81d 16455
c76ac1ee
GS
16456=item B<errorsub()>
16457
a45bd81d
GS
16458=back
16459
d420ca49 16460=over 4
a45bd81d 16461
14218588
GS
16462=item B<cutting()>
16463
a45bd81d
GS
16464=back
16465
d420ca49 16466=over 4
a45bd81d 16467
c76ac1ee
GS
16468=item B<parseopts()>
16469
a45bd81d
GS
16470=back
16471
d420ca49 16472=over 4
a45bd81d 16473
14218588
GS
16474=item B<output_file()>
16475
a45bd81d
GS
16476=back
16477
d420ca49 16478=over 4
a45bd81d 16479
14218588
GS
16480=item B<output_handle()>
16481
a45bd81d
GS
16482=back
16483
d420ca49 16484=over 4
a45bd81d 16485
14218588
GS
16486=item B<input_file()>
16487
a45bd81d
GS
16488=back
16489
d420ca49 16490=over 4
a45bd81d 16491
14218588
GS
16492=item B<input_handle()>
16493
a45bd81d
GS
16494=back
16495
d420ca49 16496=over 4
a45bd81d 16497
14218588
GS
16498=item B<input_streams()>
16499
a45bd81d
GS
16500=back
16501
d420ca49 16502=over 4
a45bd81d
GS
16503
16504=item B<top_stream()>
16505
16506=back
16507
d420ca49 16508=over 4
14218588
GS
16509
16510=item PRIVATE METHODS AND DATA
16511
a45bd81d
GS
16512=back
16513
d420ca49 16514=over 4
a45bd81d 16515
14218588
GS
16516=item B<_push_input_stream()>
16517
a45bd81d
GS
16518=back
16519
d420ca49 16520=over 4
a45bd81d 16521
14218588
GS
16522=item B<_pop_input_stream()>
16523
a45bd81d
GS
16524=back
16525
d420ca49 16526=over 4
a45bd81d 16527
c76ac1ee 16528=item TREE-BASED PARSING
14218588
GS
16529
16530=item SEE ALSO
16531
16532=item AUTHOR
16533
a45bd81d
GS
16534=back
16535
b38f6a39
GS
16536=head2 Pod::Plainer - Perl extension for converting Pod to old style Pod.
16537
d420ca49 16538=over 4
b38f6a39
GS
16539
16540=item SYNOPSIS
16541
16542=item DESCRIPTION
16543
d420ca49 16544=over 4
b38f6a39
GS
16545
16546=item EXPORT
16547
16548=back
16549
16550=item AUTHOR
16551
16552=item SEE ALSO
16553
16554=back
16555
14218588
GS
16556=head2 Pod::Select, podselect() - extract selected sections of POD from
16557input
16558
d420ca49 16559=over 4
a45bd81d 16560
14218588
GS
16561=item SYNOPSIS
16562
16563=item REQUIRES
16564
16565=item EXPORTS
16566
16567=item DESCRIPTION
16568
16569=item SECTION SPECIFICATIONS
16570
16571=item RANGE SPECIFICATIONS
16572
a45bd81d
GS
16573=back
16574
d420ca49 16575=over 4
a45bd81d 16576
14218588
GS
16577=item OBJECT METHODS
16578
a45bd81d
GS
16579=back
16580
d420ca49 16581=over 4
a45bd81d 16582
14218588
GS
16583=item B<curr_headings()>
16584
a45bd81d
GS
16585=back
16586
d420ca49 16587=over 4
a45bd81d 16588
14218588
GS
16589=item B<select()>
16590
a45bd81d
GS
16591=back
16592
d420ca49 16593=over 4
a45bd81d 16594
14218588
GS
16595=item B<add_selection()>
16596
a45bd81d
GS
16597=back
16598
d420ca49 16599=over 4
a45bd81d 16600
14218588
GS
16601=item B<clear_selections()>
16602
a45bd81d
GS
16603=back
16604
d420ca49 16605=over 4
a45bd81d 16606
14218588
GS
16607=item B<match_section()>
16608
a45bd81d
GS
16609=back
16610
d420ca49 16611=over 4
a45bd81d 16612
14218588
GS
16613=item B<is_selected()>
16614
a45bd81d
GS
16615=back
16616
d420ca49 16617=over 4
a45bd81d 16618
14218588
GS
16619=item EXPORTED FUNCTIONS
16620
a45bd81d
GS
16621=back
16622
d420ca49 16623=over 4
a45bd81d 16624
14218588
GS
16625=item B<podselect()>
16626
16627B<-output>, B<-sections>, B<-ranges>
16628
a45bd81d
GS
16629=back
16630
d420ca49 16631=over 4
a45bd81d 16632
14218588
GS
16633=item PRIVATE METHODS AND DATA
16634
a45bd81d
GS
16635=back
16636
d420ca49 16637=over 4
a45bd81d 16638
14218588
GS
16639=item B<_compile_section_spec()>
16640
a45bd81d
GS
16641=back
16642
d420ca49 16643=over 4
14218588
GS
16644
16645=item $self->{_SECTION_HEADINGS}
16646
a45bd81d
GS
16647=back
16648
d420ca49 16649=over 4
a45bd81d 16650
14218588
GS
16651=item $self->{_SELECTED_SECTIONS}
16652
16653=back
16654
d420ca49 16655=over 4
a45bd81d 16656
14218588
GS
16657=item SEE ALSO
16658
16659=item AUTHOR
16660
a45bd81d
GS
16661=back
16662
c76ac1ee 16663=head2 Pod::Text - Convert POD data to formatted ASCII text
402d0d99 16664
d420ca49 16665=over 4
a45bd81d 16666
402d0d99 16667=item SYNOPSIS
16668
402d0d99 16669=item DESCRIPTION
16670
1fdc5aa6 16671alt, code, indent, loose, quotes, sentence, width
c76ac1ee
GS
16672
16673=item DIAGNOSTICS
16674
1fdc5aa6 16675Bizarre space in item, Item called without tag, Can't open %s for reading:
04b01f78
JH
16676%s, Invalid quote specification "%s", %s:%d: Unknown command paragraph: %s,
16677%s:%d: Unknown escape: %s, %s:%d: Unknown formatting code: %s, %s:%d:
1fdc5aa6 16678Unmatched =back
c76ac1ee
GS
16679
16680=item RESTRICTIONS
16681
16682=item NOTES
16683
16684=item SEE ALSO
16685
402d0d99 16686=item AUTHOR
16687
d0363f02
JH
16688=item COPYRIGHT AND LICENSE
16689
a45bd81d
GS
16690=back
16691
c76ac1ee
GS
16692=head2 Pod::Text::Color - Convert POD data to formatted color ASCII text
16693
d420ca49 16694=over 4
a45bd81d 16695
c76ac1ee
GS
16696=item SYNOPSIS
16697
16698=item DESCRIPTION
16699
16700=item BUGS
16701
16702=item SEE ALSO
16703
16704=item AUTHOR
16705
d0363f02
JH
16706=item COPYRIGHT AND LICENSE
16707
a45bd81d
GS
16708=back
16709
ab648d5e
JH
16710=head2 Pod::Text::Overstrike - Convert POD data to formatted overstrike
16711text
16712
16713=over 4
16714
16715=item SYNOPSIS
16716
16717=item DESCRIPTION
16718
16719=item BUGS
16720
16721=item SEE ALSO
16722
16723=item AUTHOR
16724
d0363f02
JH
16725=item COPYRIGHT AND LICENSE
16726
ab648d5e
JH
16727=back
16728
c76ac1ee
GS
16729=head2 Pod::Text::Termcap, Pod::Text::Color - Convert POD data to ASCII
16730text with format escapes
16731
d420ca49 16732=over 4
a45bd81d 16733
c76ac1ee
GS
16734=item SYNOPSIS
16735
16736=item DESCRIPTION
16737
34babc16
JH
16738=item NOTES
16739
c76ac1ee
GS
16740=item SEE ALSO
16741
16742=item AUTHOR
402d0d99 16743
d0363f02
JH
16744=item COPYRIGHT AND LICENSE
16745
a45bd81d
GS
16746=back
16747
14218588
GS
16748=head2 Pod::Usage, pod2usage() - print a usage message from embedded pod
16749documentation
16750
d420ca49 16751=over 4
a45bd81d 16752
14218588
GS
16753=item SYNOPSIS
16754
16755=item ARGUMENTS
16756
16757C<-message>, C<-msg>, C<-exitval>, C<-verbose>, C<-output>, C<-input>,
16758C<-pathlist>
16759
16760=item DESCRIPTION
16761
16762=item EXAMPLES
16763
d420ca49 16764=over 4
14218588
GS
16765
16766=item Recommended Use
16767
16768=back
16769
16770=item CAVEATS
16771
16772=item AUTHOR
16773
16774=item ACKNOWLEDGEMENTS
16775
a45bd81d
GS
16776=back
16777
428dc699
JH
16778=head2 Pod::t::basic, basic.pod - Test of various basic POD features in
16779translators.
16780
16781=over 4
16782
16783=item HEADINGS
16784
16785=item This C<is> a "level 1" heading
16786
16787=over 4
16788
16789=item ``Level'' "2 I<heading>
16790
16791=back
16792
16793=item This C<is> a "level 1" heading
16794
16795=over 4
16796
16797=item ``Level'' 2 I<heading>
16798
16799=back
16800
16801=item LINKS
16802
16803=item OVER AND ITEMS
16804
16805This is a test, a, b, a, b, c, d, "foo", B<bar>, C<baz>, Some longer item
16806text
16807
16808=item FORMATTING CODES
16809
16810E<amp>, E<apos>, E<lt>, E<gt>, E<quot>, E<sol>
16811
16812=item VERBATIM
16813
04b01f78
JH
16814=item CONCLUSION
16815
428dc699
JH
16816=back
16817
8ebc5c01 16818=head2 SDBM_File - Tied access to sdbm files
402d0d99 16819
d420ca49 16820=over 4
a45bd81d 16821
8ebc5c01 16822=item SYNOPSIS
402d0d99 16823
8ebc5c01 16824=item DESCRIPTION
402d0d99 16825
7029d033
JH
16826C<O_RDONLY>, C<O_WRONLY>, C<O_RDWR>
16827
16828=item DIAGNOSTICS
16829
d420ca49 16830=over 4
7029d033
JH
16831
16832=item C<sdbm store returned -1, errno 22, key "..." at ...>
16833
16834=back
16835
16836=item BUGS AND WARNINGS
16837
a45bd81d
GS
16838=back
16839
d46b76b3
JH
16840=head2 Safe - Compile and execute code in restricted compartments
16841
d420ca49 16842=over 4
d46b76b3
JH
16843
16844=item SYNOPSIS
16845
16846=item DESCRIPTION
16847
16848a new namespace, an operator mask
16849
16850=item WARNING
16851
d420ca49 16852=over 4
d46b76b3
JH
16853
16854=item RECENT CHANGES
16855
16856=item Methods in class Safe
16857
16858permit (OP, ...), permit_only (OP, ...), deny (OP, ...), deny_only (OP,
16859...), trap (OP, ...), untrap (OP, ...), share (NAME, ...), share_from
16860(PACKAGE, ARRAYREF), varglob (VARNAME), reval (STRING), rdo (FILENAME),
16861root (NAMESPACE), mask (MASK)
16862
16863=item Some Safety Issues
16864
16865Memory, CPU, Snooping, Signals, State Changes
16866
16867=item AUTHOR
16868
16869=back
16870
16871=back
16872
41ca3a40
JH
16873=head2 Scalar::Util - A selection of general-utility scalar subroutines
16874
16875=over 4
16876
16877=item SYNOPSIS
16878
16879=item DESCRIPTION
16880
1fa7ca25
JH
16881blessed EXPR, dualvar NUM, STRING, isweak EXPR, readonly SCALAR, reftype
16882EXPR, tainted EXPR, weaken REF
41ca3a40 16883
f502af34
JH
16884=item KNOWN BUGS
16885
41ca3a40
JH
16886=item COPYRIGHT
16887
16888=item BLATANT PLUG
16889
16890=back
16891
7d2bfb28 16892=head2 Search::Dict, look - search for key in dictionary file
16893
d420ca49 16894=over 4
a45bd81d 16895
7d2bfb28 16896=item SYNOPSIS
16897
7d2bfb28 16898=item DESCRIPTION
16899
a45bd81d
GS
16900=back
16901
7d2bfb28 16902=head2 SelectSaver - save and restore selected file handle
16903
d420ca49 16904=over 4
a45bd81d 16905
7d2bfb28 16906=item SYNOPSIS
16907
7d2bfb28 16908=item DESCRIPTION
16909
a45bd81d
GS
16910=back
16911
cb1a09d0
AD
16912=head2 SelfLoader - load functions only on demand
16913
d420ca49 16914=over 4
a45bd81d 16915
cb1a09d0
AD
16916=item SYNOPSIS
16917
cb1a09d0
AD
16918=item DESCRIPTION
16919
d420ca49 16920=over 4
cb1a09d0
AD
16921
16922=item The __DATA__ token
16923
cb1a09d0
AD
16924=item SelfLoader autoloading
16925
cb1a09d0
AD
16926=item Autoloading and package lexicals
16927
cb1a09d0
AD
16928=item SelfLoader and AutoLoader
16929
cb1a09d0
AD
16930=item __DATA__, __END__, and the FOOBAR::DATA filehandle.
16931
cb1a09d0
AD
16932=item Classes and inherited methods.
16933
cb1a09d0
AD
16934=back
16935
16936=item Multiple packages and fully qualified subroutine names
16937
a45bd81d
GS
16938=back
16939
8ebc5c01 16940=head2 Shell - run shell commands transparently within perl
cb1a09d0 16941
d420ca49 16942=over 4
a45bd81d 16943
cb1a09d0
AD
16944=item SYNOPSIS
16945
cb1a09d0
AD
16946=item DESCRIPTION
16947
d420ca49 16948=over 4
d396a558
JH
16949
16950=item OBJECT ORIENTED SYNTAX
16951
16952=back
16953
8ebc5c01 16954=item AUTHOR
cb1a09d0 16955
a45bd81d
GS
16956=back
16957
8ebc5c01 16958=head2 Socket, sockaddr_in, sockaddr_un, inet_aton, inet_ntoa - load the C
16959socket.h defines and structure manipulators
cb1a09d0 16960
d420ca49 16961=over 4
a45bd81d 16962
8ebc5c01 16963=item SYNOPSIS
cb1a09d0 16964
8ebc5c01 16965=item DESCRIPTION
cb1a09d0 16966
8ebc5c01 16967inet_aton HOSTNAME, inet_ntoa IP_ADDRESS, INADDR_ANY, INADDR_BROADCAST,
f502af34
JH
16968INADDR_LOOPBACK, INADDR_NONE, sockaddr_family SOCKADDR, sockaddr_in PORT,
16969ADDRESS, sockaddr_in SOCKADDR_IN, pack_sockaddr_in PORT, IP_ADDRESS,
16970unpack_sockaddr_in SOCKADDR_IN, sockaddr_un PATHNAME, sockaddr_un
16971SOCKADDR_UN, pack_sockaddr_un PATH, unpack_sockaddr_un SOCKADDR_UN
cb1a09d0 16972
a45bd81d
GS
16973=back
16974
a9ef4385
JH
16975=head2 Storable - persistency for perl data structures
16976
d420ca49 16977=over 4
a9ef4385
JH
16978
16979=item SYNOPSIS
16980
16981=item DESCRIPTION
16982
16983=item MEMORY STORE
16984
91331b4f
JH
16985=item ADVISORY LOCKING
16986
a9ef4385
JH
16987=item SPEED
16988
16989=item CANONICAL REPRESENTATION
16990
16991=item ERROR REPORTING
16992
16993=item WIZARDS ONLY
16994
d420ca49 16995=over 4
a9ef4385
JH
16996
16997=item Hooks
16998
16999C<STORABLE_freeze> I<obj>, I<cloning>, C<STORABLE_thaw> I<obj>, I<cloning>,
17000I<serialized>, ..
17001
17002=item Predicates
17003
17004C<Storable::last_op_in_netorder>, C<Storable::is_storing>,
17005C<Storable::is_retrieving>
17006
17007=item Recursion
17008
17009=item Deep Cloning
17010
17011=back
17012
f502af34
JH
17013=item Storable magic
17014
a9ef4385
JH
17015=item EXAMPLES
17016
17017=item WARNING
17018
17019=item BUGS
17020
17021=item CREDITS
17022
17023=item TRANSLATIONS
17024
17025=item AUTHOR
17026
17027=item SEE ALSO
17028
17029=back
17030
4d4e713d
JH
17031=head2 Switch - A switch statement for Perl
17032
17033=over 4
17034
17035=item VERSION
17036
17037=item SYNOPSIS
17038
17039=item BACKGROUND
17040
17041=item DESCRIPTION
17042
17043=over 4
17044
17045=item Allowing fall-through
17046
17047=item Automating fall-through
17048
9cd42e2a
JH
17049=item Alternative syntax
17050
4d4e713d
JH
17051=item Higher-order Operations
17052
17053=back
17054
17055=item DEPENDENCIES
17056
17057=item AUTHOR
17058
17059=item BUGS
17060
ba62762e
JH
17061=item LIMITATION
17062
4d4e713d
JH
17063=item COPYRIGHT
17064
17065=back
17066
7d2bfb28 17067=head2 Symbol - manipulate Perl symbols and their names
17068
d420ca49 17069=over 4
a45bd81d 17070
7d2bfb28 17071=item SYNOPSIS
17072
7d2bfb28 17073=item DESCRIPTION
17074
a45bd81d
GS
17075=back
17076
cb1a09d0
AD
17077=head2 Sys::Hostname - Try every conceivable way to get hostname
17078
d420ca49 17079=over 4
a45bd81d 17080
cb1a09d0
AD
17081=item SYNOPSIS
17082
cb1a09d0
AD
17083=item DESCRIPTION
17084
cb1a09d0
AD
17085=item AUTHOR
17086
a45bd81d
GS
17087=back
17088
9038e305
JH
17089=head2 Syslog, Sys::Syslog, openlog, closelog, setlogmask, syslog - Perl
17090interface to the UNIX syslog(3) calls
17091
17092=over 4
17093
17094=item SYNOPSIS
17095
17096=item DESCRIPTION
17097
17098openlog $ident, $logopt, $facility, syslog $priority, $format, @args,
17099setlogmask $mask_priority, setlogsock $sock_type (added in 5.004_02),
17100closelog
17101
17102=item EXAMPLES
17103
17104=item SEE ALSO
17105
17106=item AUTHOR
17107
17108=back
17109
694468e3
GS
17110=head2 Syslog::Syslog, Sys::Syslog, openlog, closelog, setlogmask, syslog -
17111Perl interface to the UNIX syslog(3) calls
17112
d420ca49 17113=over 4
694468e3
GS
17114
17115=item SYNOPSIS
17116
17117=item DESCRIPTION
17118
17119openlog $ident, $logopt, $facility, syslog $priority, $format, @args,
17120setlogmask $mask_priority, setlogsock $sock_type (added in 5.004_02),
17121closelog
17122
17123=item EXAMPLES
7d2bfb28 17124
7d2bfb28 17125=item SEE ALSO
17126
7d2bfb28 17127=item AUTHOR
17128
a45bd81d
GS
17129=back
17130
b38f6a39
GS
17131=head2 Term::ANSIColor - Color screen output using ANSI escape sequences
17132
d420ca49 17133=over 4
b38f6a39
GS
17134
17135=item SYNOPSIS
17136
17137=item DESCRIPTION
17138
17139=item DIAGNOSTICS
17140
d0363f02
JH
17141Bad escape sequence %s, Bareword "%s" not allowed while "strict subs" in
17142use, Invalid attribute name %s, Name "%s" used only once: possible typo, No
17143comma allowed after filehandle, No name for escape sequence %s
17144
17145=item ENVIRONMENT
17146
17147ANSI_COLORS_DISABLED
b38f6a39
GS
17148
17149=item RESTRICTIONS
17150
10862624
RF
17151=item NOTES
17152
d0363f02
JH
17153=item SEE ALSO
17154
b38f6a39
GS
17155=item AUTHORS
17156
d0363f02
JH
17157=item LICENSE
17158
b38f6a39
GS
17159=back
17160
cb1a09d0
AD
17161=head2 Term::Cap - Perl termcap interface
17162
d420ca49 17163=over 4
a45bd81d 17164
cb1a09d0
AD
17165=item SYNOPSIS
17166
cb1a09d0
AD
17167=item DESCRIPTION
17168
428dc699
JH
17169=over 4
17170
17171=item METHODS
17172
17173=back
17174
17175=back
17176
17177B<Tgetent>, OSPEED, TERM
17178
17179B<Tpad>, B<$string>, B<$cnt>, B<$FH>
17180
17181B<Tputs>, B<$cap>, B<$cnt>, B<$FH>
17182
17183B<Tgoto>, B<$cap>, B<$col>, B<$row>, B<$FH>
17184
17185B<Trequire>
17186
17187=over 4
17188
cb1a09d0
AD
17189=item EXAMPLES
17190
428dc699
JH
17191=item COPYRIGHT AND LICENSE
17192
17193=item AUTHOR
17194
17195=item SEE ALSO
17196
a45bd81d
GS
17197=back
17198
cb1a09d0
AD
17199=head2 Term::Complete - Perl word completion module
17200
d420ca49 17201=over 4
a45bd81d 17202
cb1a09d0
AD
17203=item SYNOPSIS
17204
cb1a09d0
AD
17205=item DESCRIPTION
17206
3fe9a6f1 17207E<lt>tabE<gt>, ^D, ^U, E<lt>delE<gt>, E<lt>bsE<gt>
cb1a09d0
AD
17208
17209=item DIAGNOSTICS
17210
cb1a09d0
AD
17211=item BUGS
17212
cb1a09d0
AD
17213=item AUTHOR
17214
a45bd81d
GS
17215=back
17216
8ebc5c01 17217=head2 Term::ReadLine - Perl interface to various C<readline> packages. If
17218no real package is found, substitutes stubs instead of basic functions.
7d2bfb28 17219
d420ca49 17220=over 4
a45bd81d 17221
7d2bfb28 17222=item SYNOPSIS
17223
7d2bfb28 17224=item DESCRIPTION
17225
7d2bfb28 17226=item Minimal set of supported functions
17227
7d2bfb28 17228C<ReadLine>, C<new>, C<readline>, C<addhistory>, C<IN>, $C<OUT>,
9607fc9c 17229C<MinLine>, C<findConsole>, Attribs, C<Features>
17230
17231=item Additional supported functions
7d2bfb28 17232
d516a115
JH
17233C<tkRunning>, C<ornaments>, C<newTTY>
17234
7d2bfb28 17235=item EXPORTS
17236
9607fc9c 17237=item ENVIRONMENT
17238
ab1e085c
JH
17239=item CAVEATS
17240
a45bd81d
GS
17241=back
17242
4d4e713d 17243=head2 Test - provides a simple framework for writing test scripts
193fb0af 17244
d420ca49 17245=over 4
a45bd81d 17246
193fb0af
GS
17247=item SYNOPSIS
17248
17249=item DESCRIPTION
17250
640374d0
JH
17251=over 4
17252
17253=item Functions
17254
17255B<plan>
17256
17257=back
17258
17259=back
17260
17261B<_to_value>
17262
17263B<ok>
17264
17265=over 4
17266
193fb0af
GS
17267=item TEST TYPES
17268
17269NORMAL TESTS, SKIPPED TESTS, TODO TESTS
17270
17271=item ONFAIL
17272
640374d0
JH
17273=item BUGS and CAVEATS
17274
80327a3d 17275=item NOTE
640374d0 17276
193fb0af
GS
17277=item SEE ALSO
17278
17279=item AUTHOR
17280
a45bd81d
GS
17281=back
17282
10151d09
JH
17283=head2 Test::Builder - Backend for building test libraries
17284
17285=over 4
17286
17287=item SYNOPSIS
17288
17289=item DESCRIPTION
17290
17291=over 4
17292
17293=item Construction
17294
17295B<new>
17296
17297=back
17298
17299=back
17300
17301=over 4
17302
17303=item Setting up tests
17304
17305B<exported_to>
17306
17307=back
17308
17309B<plan>
17310
17311B<expected_tests>
17312
17313B<no_plan>
17314
17315B<skip_all>
17316
17317=over 4
17318
17319=item Running tests
17320
17321B<ok>
17322
17323=back
17324
17325B<is_eq>, B<is_num>
17326
f502af34
JH
17327B<isnt_eq>, B<isnt_num>
17328
17329B<like>, B<unlike>
17330
17331B<cmp_ok>
17332
17333B<BAILOUT>
10151d09
JH
17334
17335B<skip>
17336
f502af34
JH
17337B<todo_skip>
17338
10151d09
JH
17339B<skip_rest>
17340
17341=over 4
17342
17343=item Test style
17344
17345B<level>
17346
17347=back
17348
17349B<use_numbers>
17350
17351B<no_header>, B<no_ending>
17352
17353=over 4
17354
17355=item Output
17356
17357B<diag>
17358
17359=back
17360
17361B<_print>
17362
17363B<output>, B<failure_output>, B<todo_output>
17364
17365=over 4
17366
17367=item Test Status and Info
17368
17369B<current_test>
17370
17371=back
17372
17373B<summary>
17374
17375B<details> I<UNIMPLEMENTED>, B<todo>
17376
17377B<caller>
17378
17379B<_sanity_check>
17380
17381B<_whoa>
17382
17383B<_my_exit>
17384
17385=over 4
17386
17387=item EXAMPLES
17388
10151d09
JH
17389=item SEE ALSO
17390
428dc699
JH
17391=item AUTHORS
17392
17393=item COPYRIGHT
17394
10151d09
JH
17395=back
17396
cb1a09d0
AD
17397=head2 Test::Harness - run perl standard test scripts with statistics
17398
d420ca49 17399=over 4
a45bd81d 17400
cb1a09d0
AD
17401=item SYNOPSIS
17402
cb1a09d0
AD
17403=item DESCRIPTION
17404
d420ca49 17405=over 4
7d2bfb28 17406
17407=item The test script output
17408
f502af34
JH
17409B<'1..M'>, B<'ok', 'not ok'. Ok?>, B<test numbers>, B<test names>,
17410B<Skipping tests>, B<Todo tests>, B<Bail out!>, B<Comments>, B<Anything
17411else>
17412
17413=item Taint mode
17414
17415=item Configuration variables.
17416
17417B<$Test::Harness::verbose>, B<$Test::Harness::switches>
640374d0
JH
17418
17419=item Failure
17420
17421B<Failed Test>, B<Stat>, B<Wstat>, B<Total>, B<Fail>, B<Failed>, B<List of
17422Failed>
17423
17424=item Functions
17425
17426B<runtests>
17427
17428=back
dc5c060f 17429
7d2bfb28 17430=back
17431
53d7eaa8
JH
17432B<_all_ok>
17433
640374d0
JH
17434B<_globdir>
17435
17436B<_run_all_tests>
17437
17438B<_mk_leader>
17439
f502af34
JH
17440B<_leader_width>
17441
640374d0
JH
17442=over 4
17443
cb1a09d0
AD
17444=item EXPORT
17445
cb1a09d0
AD
17446=item DIAGNOSTICS
17447
7d2bfb28 17448C<All tests successful.\nFiles=%d, Tests=%d, %s>, C<FAILED tests
8ebc5c01 17449%s\n\tFailed %d/%d tests, %.2f%% okay.>, C<Test returned status %d (wstat
17450%d)>, C<Failed 1 test, %.2f%% okay. %s>, C<Failed %d/%d tests, %.2f%% okay.
165c0277 17451%s>, C<FAILED--Further testing stopped%s>
cb1a09d0 17452
fb9cefb4
GS
17453=item ENVIRONMENT
17454
2d967e39
JH
17455C<HARNESS_IGNORE_EXITCODE>, C<HARNESS_NOTTY>, C<HARNESS_COMPILE_TEST>,
17456C<HARNESS_FILELEAK_IN_DIR>, C<HARNESS_PERL_SWITCHES>, C<HARNESS_COLUMNS>,
17457C<HARNESS_ACTIVE>
17458
640374d0
JH
17459=item EXAMPLE
17460
cb1a09d0
AD
17461=item SEE ALSO
17462
7d2bfb28 17463=item AUTHORS
17464
640374d0
JH
17465=item TODO
17466
cb1a09d0
AD
17467=item BUGS
17468
a45bd81d
GS
17469=back
17470
f502af34
JH
17471=head2 Test::Harness::Assert - simple assert
17472
17473=over 4
17474
17475=item SYNOPSIS
17476
17477=item DESCRIPTION
17478
17479=over 4
17480
17481=item Functions
17482
17483B<assert>
17484
17485=back
17486
17487=back
17488
17489=over 4
17490
17491=item AUTHOR
17492
17493=item SEE ALSO
17494
17495=back
17496
17497=head2 Test::Harness::Iterator - Internal Test::Harness Iterator
17498
17499=over 4
17500
17501=item SYNOPSIS
17502
17503=item DESCRIPTION
17504
17505=back
17506
17507=head2 Test::Harness::Straps - detailed analysis of test results
17508
17509=over 4
17510
17511=item SYNOPSIS
17512
17513=item DESCRIPTION
17514
17515=over 4
17516
17517=item Construction
17518
17519B<new>
17520
17521=back
17522
17523=back
17524
17525B<_init>
17526
17527=over 4
17528
17529=item Analysis
17530
17531B<analyze>
17532
17533=back
17534
17535B<analyze_fh>
17536
17537B<analyze_file>
17538
17539B<_switches>
17540
17541B<_INC2PERL5LIB>
17542
17543B<_filtered_INC>
17544
17545B<_restore_PERL5LIB>
17546
17547=over 4
17548
17549=item Parsing
17550
17551B<_is_comment>
17552
17553=back
17554
17555B<_is_header>
17556
17557B<_is_test>
17558
17559B<_is_bail_out>
17560
17561B<_reset_file_state>
17562
17563=over 4
17564
17565=item Results
17566
17567B<_detailize>
17568
17569=back
17570
17571=over 4
17572
17573=item EXAMPLES
17574
17575=item AUTHOR
17576
17577=item SEE ALSO
17578
17579=back
17580
7a49b635
JH
17581=head2 Test::More - yet another framework for writing test scripts
17582
17583=over 4
17584
17585=item SYNOPSIS
17586
17587=item DESCRIPTION
17588
17589=over 4
17590
17591=item I love it when a plan comes together
17592
10151d09
JH
17593=back
17594
17595=back
17596
17597=over 4
17598
7a49b635
JH
17599=item Test names
17600
17601=item I'm ok, you're not ok.
17602
17603B<ok>
17604
17605=back
17606
7a49b635
JH
17607B<is>, B<isnt>
17608
17609B<like>
17610
f502af34
JH
17611B<unlike>
17612
17613B<cmp_ok>
17614
53d7eaa8
JH
17615B<can_ok>
17616
17617B<isa_ok>
17618
7a49b635
JH
17619B<pass>, B<fail>
17620
17621=over 4
17622
f502af34
JH
17623=item Diagnostics
17624
17625B<diag>
17626
17627=back
17628
17629=over 4
17630
7a49b635
JH
17631=item Module tests
17632
53d7eaa8 17633B<use_ok>
7a49b635
JH
17634
17635=back
17636
53d7eaa8
JH
17637B<require_ok>
17638
7a49b635
JH
17639=over 4
17640
17641=item Conditional tests
17642
53d7eaa8 17643B<SKIP: BLOCK>
7a49b635
JH
17644
17645=back
17646
f502af34 17647B<TODO: BLOCK>, B<todo_skip>
7a49b635
JH
17648
17649=over 4
17650
428dc699 17651=item Comparison functions
7a49b635 17652
10151d09 17653B<is_deeply>
7a49b635
JH
17654
17655=back
17656
10151d09
JH
17657B<eq_array>
17658
7a49b635
JH
17659B<eq_hash>
17660
17661B<eq_set>
17662
17663=over 4
17664
f502af34
JH
17665=item Extending and Embedding Test::More
17666
17667B<builder>
17668
17669=back
17670
17671=over 4
17672
53d7eaa8
JH
17673=item NOTES
17674
7a49b635
JH
17675=item BUGS and CAVEATS
17676
f502af34 17677Making your own ok(), The eq_* family has some caveats, Test::Harness
53d7eaa8
JH
17678upgrades
17679
7a49b635
JH
17680=item HISTORY
17681
17682=item SEE ALSO
17683
428dc699
JH
17684=item AUTHORS
17685
17686=item COPYRIGHT
17687
7a49b635
JH
17688=back
17689
17690=head2 Test::Simple - Basic utilities for writing tests.
17691
17692=over 4
17693
17694=item SYNOPSIS
17695
17696=item DESCRIPTION
17697
17698B<ok>
17699
17700=back
17701
7a49b635
JH
17702=over 4
17703
17704=item EXAMPLE
17705
17706=item CAVEATS
17707
53d7eaa8
JH
17708=item NOTES
17709
7a49b635
JH
17710=item HISTORY
17711
7a49b635
JH
17712=item SEE ALSO
17713
428dc699 17714L<Test::More>, L<Test>, L<Test::Unit>, L<Test::Inline>, L<SelfTest>,
7a49b635
JH
17715L<Test::Harness>
17716
428dc699
JH
17717=item AUTHORS
17718
17719=item COPYRIGHT
17720
7a49b635
JH
17721=back
17722
e61ecf27
JH
17723=head2 Test::Tutorial - A tutorial about writing really basic tests
17724
17725=over 4
17726
17727=item DESCRIPTION
17728
17729=over 4
17730
17731=item Nuts and bolts of testing.
17732
17733=item Where to start?
17734
17735=item Names
17736
17737=item Test the manual
17738
17739=item Sometimes the tests are wrong
17740
17741=item Testing lots of values
17742
17743=item Informative names
17744
17745=item Skipping tests
17746
17747=item Todo tests
17748
17749=item Testing with taint mode.
17750
17751=back
17752
17753=item FOOTNOTES
17754
428dc699
JH
17755=item AUTHORS
17756
17757=item COPYRIGHT
17758
e61ecf27
JH
17759=back
17760
cb1a09d0
AD
17761=head2 Text::Abbrev, abbrev - create an abbreviation table from a list
17762
d420ca49 17763=over 4
a45bd81d 17764
cb1a09d0
AD
17765=item SYNOPSIS
17766
cb1a09d0
AD
17767=item DESCRIPTION
17768
cb1a09d0
AD
17769=item EXAMPLE
17770
a45bd81d
GS
17771=back
17772
4d4e713d
JH
17773=head2 Text::Balanced - Extract delimited text sequences from strings.
17774
17775=over 4
17776
17777=item SYNOPSIS
17778
17779=item DESCRIPTION
17780
17781=over 4
17782
17783=item General behaviour in list contexts
17784
17785[0], [1], [2]
17786
17787=item General behaviour in scalar and void contexts
17788
17789=item A note about prefixes
17790
17791=item C<extract_delimited>
17792
17793=item C<extract_bracketed>
17794
17795=item C<extract_tagged>
17796
17797C<reject =E<gt> $listref>, C<ignore =E<gt> $listref>, C<fail =E<gt> $str>,
17798[0], [1], [2], [3], [4], [5]
17799
17800=item C<gen_extract_tagged>
17801
17802=item C<extract_quotelike>
17803
17804[0], [1], [2], [3], [4], [5], [6], [7], [8], [9], [10]
17805
17806=item C<extract_quotelike> and "here documents"
17807
17808[0], [1], [2], [3], [4], [5], [6], [7..10]
17809
17810=item C<extract_codeblock>
17811
17812=item C<extract_multiple>
17813
17814=item C<gen_delimited_pat>
17815
17816=back
17817
17818=item DIAGNOSTICS
17819
17820 C<Did not find a suitable bracket: "%s">, C<Did not find prefix: /%s/>,
17821C<Did not find opening bracket after prefix: "%s">, C<No quotelike
17822operator found after prefix: "%s">, C<Unmatched closing bracket: "%c">,
17823C<Unmatched opening bracket(s): "%s">, C<Unmatched embedded quote (%s)>,
17824C<Did not find closing delimiter to match '%s'>, C<Mismatched closing
17825bracket: expected "%c" but found "%s">, C<No block delimiter found after
17826quotelike "%s">, C<Did not find leading dereferencer>, C<Bad identifier
17827after dereferencer>, C<Did not find expected opening bracket at %s>,
17828C<Improperly nested codeblock at %s>, C<Missing second block for quotelike
17829"%s">, C<No match found for opening bracket>, C<Did not find opening tag:
17830/%s/>, C<Unable to construct closing tag to match: /%s/>, C<Found invalid
17831nested tag: %s>, C<Found unbalanced nested tag: %s>, C<Did not find closing
17832tag>
17833
17834=item AUTHOR
17835
17836=item BUGS AND IRRITATIONS
17837
17838=item COPYRIGHT
17839
17840=back
17841
193fb0af
GS
17842=head2 Text::ParseWords - parse text into an array of tokens or array of
17843arrays
cb1a09d0 17844
d420ca49 17845=over 4
a45bd81d 17846
8ebc5c01 17847=item SYNOPSIS
cb1a09d0 17848
8ebc5c01 17849=item DESCRIPTION
cb1a09d0 17850
193fb0af
GS
17851=item EXAMPLES
17852
8ebc5c01 17853=item AUTHORS
cb1a09d0 17854
a45bd81d
GS
17855=back
17856
8ebc5c01 17857=head2 Text::Soundex - Implementation of the Soundex Algorithm as Described
17858by Knuth
cb1a09d0 17859
d420ca49 17860=over 4
a45bd81d 17861
cb1a09d0
AD
17862=item SYNOPSIS
17863
cb1a09d0
AD
17864=item DESCRIPTION
17865
cb1a09d0
AD
17866=item EXAMPLES
17867
cb1a09d0
AD
17868=item LIMITATIONS
17869
cb1a09d0
AD
17870=item AUTHOR
17871
a45bd81d
GS
17872=back
17873
8ebc5c01 17874=head2 Text::Tabs -- expand and unexpand tabs per the unix expand(1) and
17875unexpand(1)
cb1a09d0 17876
d420ca49 17877=over 4
a45bd81d 17878
8ebc5c01 17879=item SYNOPSIS
cb1a09d0 17880
8ebc5c01 17881=item DESCRIPTION
cb1a09d0 17882
8ebc5c01 17883=item BUGS
cb1a09d0 17884
8ebc5c01 17885=item AUTHOR
cb1a09d0 17886
a45bd81d
GS
17887=back
17888
8ebc5c01 17889=head2 Text::Wrap - line wrapping to form simple paragraphs
cb1a09d0 17890
d420ca49 17891=over 4
a45bd81d 17892
8ebc5c01 17893=item SYNOPSIS
cb1a09d0
AD
17894
17895=item DESCRIPTION
17896
35bf961c
JH
17897=item OVERRIDES
17898
8ebc5c01 17899=item EXAMPLE
cb1a09d0
AD
17900
17901=item AUTHOR
17902
a45bd81d
GS
17903=back
17904
07fcf8ff 17905=head2 Thread - manipulate threads in Perl
d516a115 17906
d420ca49 17907=over 4
a45bd81d 17908
bd28ded5
JH
17909=item CAVEAT
17910
d516a115
JH
17911=item SYNOPSIS
17912
17913=item DESCRIPTION
17914
193fb0af
GS
17915=item FUNCTIONS
17916
07fcf8ff
JH
17917$thread = Thread->new(\&start_sub), $thread = Thread->new(\&start_sub,
17918LIST), lock VARIABLE, async BLOCK;, Thread->self, cond_wait VARIABLE,
17919cond_signal VARIABLE, cond_broadcast VARIABLE, yield
193fb0af
GS
17920
17921=item METHODS
17922
d420ca49 17923join, eval, detach, equal, tid, flags, done
193fb0af
GS
17924
17925=item LIMITATIONS
17926
d516a115
JH
17927=item SEE ALSO
17928
a45bd81d
GS
17929=back
17930
d516a115
JH
17931=head2 Thread::Queue - thread-safe queues
17932
d420ca49 17933=over 4
a45bd81d 17934
d516a115
JH
17935=item SYNOPSIS
17936
193fb0af
GS
17937=item DESCRIPTION
17938
17939=item FUNCTIONS AND METHODS
17940
17941new, enqueue LIST, dequeue, dequeue_nb, pending
17942
17943=item SEE ALSO
17944
a45bd81d
GS
17945=back
17946
d516a115
JH
17947=head2 Thread::Semaphore - thread-safe semaphores
17948
d420ca49 17949=over 4
a45bd81d 17950
d516a115
JH
17951=item SYNOPSIS
17952
193fb0af
GS
17953=item DESCRIPTION
17954
17955=item FUNCTIONS AND METHODS
17956
17957new, new NUMBER, down, down NUMBER, up, up NUMBER
17958
a45bd81d
GS
17959=back
17960
193fb0af
GS
17961=head2 Thread::Signal - Start a thread which runs signal handlers reliably
17962
d420ca49 17963=over 4
a45bd81d 17964
193fb0af
GS
17965=item SYNOPSIS
17966
17967=item DESCRIPTION
17968
17969=item BUGS
17970
a45bd81d
GS
17971=back
17972
d516a115
JH
17973=head2 Thread::Specific - thread-specific keys
17974
d420ca49 17975=over 4
a45bd81d 17976
d516a115
JH
17977=item SYNOPSIS
17978
14218588
GS
17979=item DESCRIPTION
17980
a45bd81d
GS
17981=back
17982
d516a115
JH
17983=head2 Tie::Array - base class for tied arrays
17984
d420ca49 17985=over 4
a45bd81d 17986
37d4d706 17987=item SYNOPSIS
d516a115 17988
37d4d706 17989=item DESCRIPTION
d516a115
JH
17990
17991TIEARRAY classname, LIST, STORE this, index, value, FETCH this, index,
a45bd81d
GS
17992FETCHSIZE this, STORESIZE this, count, EXTEND this, count, EXISTS this,
17993key, DELETE this, key, CLEAR this, DESTROY this, PUSH this, LIST, POP this,
17994SHIFT this, UNSHIFT this, LIST, SPLICE this, offset, length, LIST
d516a115
JH
17995
17996=item CAVEATS
17997
37d4d706 17998=item AUTHOR
d516a115 17999
a45bd81d
GS
18000=back
18001
ff426ff2
JH
18002=head2 Tie::File - Access the lines of a disk file via a Perl array
18003
18004=over 4
18005
18006=item SYNOPSIS
18007
18008=item DESCRIPTION
18009
18010=over 4
18011
18012=item C<recsep>
18013
18014=item C<mode>
18015
18016=item C<cachesize>
18017
18018=item Option Format
18019
18020=back
18021
18022=item Public Methods
18023
18024=over 4
18025
18026=item C<flock>
18027
18028=item Tying to an already-opened filehandle
18029
18030=back
18031
18032=item CAVEATS
18033
18034=over 4
18035
18036=item Efficiency Note
18037
18038=item Efficiency Note 2
18039
18040=item Efficiency Note 3
18041
18042=back
18043
18044=item CAVEATS
18045
18046=item AUTHOR
18047
18048=item LICENSE
18049
18050=item WARRANTY
18051
18052=item THANKS
18053
18054=item TODO
18055
18056=back
18057
14218588
GS
18058=head2 Tie::Handle, Tie::StdHandle - base class definitions for tied
18059handles
193fb0af 18060
d420ca49 18061=over 4
a45bd81d 18062
193fb0af
GS
18063=item SYNOPSIS
18064
18065=item DESCRIPTION
18066
18067TIEHANDLE classname, LIST, WRITE this, scalar, length, offset, PRINT this,
18068LIST, PRINTF this, format, LIST, READ this, scalar, length, offset,
14218588
GS
18069READLINE this, GETC this, CLOSE this, OPEN this, filename, BINMODE this,
18070EOF this, TELL this, SEEK this, offset, whence, DESTROY this
193fb0af
GS
18071
18072=item MORE INFORMATION
18073
37d4d706
JH
18074=item COMPATIBILITY
18075
a45bd81d
GS
18076=back
18077
12b7c5c7
JH
18078=head2 Tie::Hash, Tie::StdHash, Tie::ExtraHash - base class definitions for
18079tied hashes
8ebc5c01 18080
d420ca49 18081=over 4
a45bd81d 18082
8ebc5c01 18083=item SYNOPSIS
18084
18085=item DESCRIPTION
cb1a09d0 18086
8ebc5c01 18087TIEHASH classname, LIST, STORE this, key, value, FETCH this, key, FIRSTKEY
18088this, NEXTKEY this, lastkey, EXISTS this, key, DELETE this, key, CLEAR this
cb1a09d0 18089
12b7c5c7
JH
18090=item Inheriting from B<Tie::StdHash>
18091
18092=item Inheriting from B<Tie::ExtraHash>
18093
18094=item C<UNTIE> and C<DESTROY>
cb1a09d0 18095
8ebc5c01 18096=item MORE INFORMATION
cb1a09d0 18097
a45bd81d
GS
18098=back
18099
12b7c5c7
JH
18100=head2 Tie::Memoize - add data to hash when needed
18101
18102=over 4
18103
18104=item SYNOPSIS
18105
18106=item DESCRIPTION
18107
18108=item Inheriting from B<Tie::Memoize>
18109
18110=item EXAMPLE
18111
18112=item BUGS
18113
18114=item AUTHOR
18115
18116=back
18117
8ebc5c01 18118=head2 Tie::RefHash - use references as hash keys
cb1a09d0 18119
d420ca49 18120=over 4
a45bd81d 18121
cb1a09d0
AD
18122=item SYNOPSIS
18123
cb1a09d0
AD
18124=item DESCRIPTION
18125
8ebc5c01 18126=item EXAMPLE
cb1a09d0
AD
18127
18128=item AUTHOR
18129
8ebc5c01 18130=item VERSION
cb1a09d0 18131
8ebc5c01 18132=item SEE ALSO
cb1a09d0 18133
a45bd81d
GS
18134=back
18135
8ebc5c01 18136=head2 Tie::Scalar, Tie::StdScalar - base class definitions for tied
18137scalars
cb1a09d0 18138
d420ca49 18139=over 4
a45bd81d 18140
cb1a09d0
AD
18141=item SYNOPSIS
18142
cb1a09d0
AD
18143=item DESCRIPTION
18144
8ebc5c01 18145TIESCALAR classname, LIST, FETCH this, STORE this, value, DESTROY this
cb1a09d0 18146
8ebc5c01 18147=item MORE INFORMATION
cb1a09d0 18148
a45bd81d
GS
18149=back
18150
8ebc5c01 18151=head2 Tie::SubstrHash - Fixed-table-size, fixed-key-length hashing
cb1a09d0 18152
d420ca49 18153=over 4
a45bd81d 18154
8ebc5c01 18155=item SYNOPSIS
cb1a09d0 18156
8ebc5c01 18157=item DESCRIPTION
cb1a09d0 18158
8ebc5c01 18159=item CAVEATS
cb1a09d0 18160
a45bd81d
GS
18161=back
18162
1fdc5aa6
JH
18163=head2 Time::HiRes - High resolution alarm, sleep, gettimeofday, interval
18164timers
41ca3a40
JH
18165
18166=over 4
18167
18168=item SYNOPSIS
18169
18170=item DESCRIPTION
18171
18172gettimeofday (), usleep ( $useconds ), ualarm ( $useconds [,
245d750e
JH
18173$interval_useconds ] ), tv_interval, time (), sleep ( $floating_seconds ),
18174alarm ( $floating_seconds [, $interval_floating_seconds ] ), setitimer,
18175getitimer ( $which )
41ca3a40
JH
18176
18177=item EXAMPLES
18178
18179=item C API
18180
245d750e
JH
18181=item CAVEATS
18182
41ca3a40
JH
18183=item AUTHORS
18184
18185=item REVISION
18186
18187=item COPYRIGHT
18188
18189=back
18190
8ebc5c01 18191=head2 Time::Local - efficiently compute time from local and GMT time
cb1a09d0 18192
d420ca49 18193=over 4
a45bd81d 18194
8ebc5c01 18195=item SYNOPSIS
cb1a09d0 18196
8ebc5c01 18197=item DESCRIPTION
cb1a09d0 18198
14218588
GS
18199=item IMPLEMENTATION
18200
18201=item BUGS
18202
a45bd81d
GS
18203=back
18204
8ebc5c01 18205=head2 Time::gmtime - by-name interface to Perl's built-in gmtime()
18206function
7d2bfb28 18207
d420ca49 18208=over 4
a45bd81d 18209
7d2bfb28 18210=item SYNOPSIS
18211
7d2bfb28 18212=item DESCRIPTION
18213
8ebc5c01 18214=item NOTE
7d2bfb28 18215
8ebc5c01 18216=item AUTHOR
7d2bfb28 18217
a45bd81d
GS
18218=back
18219
8ebc5c01 18220=head2 Time::localtime - by-name interface to Perl's built-in localtime()
18221function
7d2bfb28 18222
d420ca49 18223=over 4
a45bd81d 18224
8ebc5c01 18225=item SYNOPSIS
7d2bfb28 18226
8ebc5c01 18227=item DESCRIPTION
7d2bfb28 18228
8ebc5c01 18229=item NOTE
7d2bfb28 18230
8ebc5c01 18231=item AUTHOR
7d2bfb28 18232
a45bd81d
GS
18233=back
18234
8ebc5c01 18235=head2 Time::tm - internal object used by Time::gmtime and Time::localtime
7d2bfb28 18236
d420ca49 18237=over 4
a45bd81d 18238
7d2bfb28 18239=item SYNOPSIS
18240
8ebc5c01 18241=item DESCRIPTION
18242
18243=item AUTHOR
18244
a45bd81d
GS
18245=back
18246
8ebc5c01 18247=head2 UNIVERSAL - base class for ALL classes (blessed references)
18248
d420ca49 18249=over 4
a45bd81d 18250
8ebc5c01 18251=item SYNOPSIS
7d2bfb28 18252
18253=item DESCRIPTION
18254
ba62762e
JH
18255$obj->isa( TYPE ), CLASS->isa( TYPE ), isa( VAL, TYPE ), $obj->can( METHOD
18256), CLASS->can( METHOD ), can( VAL, METHOD ), VERSION ( [ REQUIRE ] )
7d2bfb28 18257
a45bd81d
GS
18258=back
18259
53d7eaa8
JH
18260=head2 Unicode::Collate - use UCA (Unicode Collation Algorithm)
18261
18262=over 4
18263
18264=item SYNOPSIS
18265
18266=item DESCRIPTION
18267
18268=over 4
18269
18270=item Constructor and Tailoring
18271
18272alternate, backwards, entry, ignoreName, ignoreChar, level, normalization,
18273overrideCJK, overrideHangul, preprocess, rearrange, table, undefName,
18274undefChar, katakana_before_hiragana, upper_before_lower
18275
18276=item Other methods
18277
ba62762e
JH
18278C<@sorted = $Collator-E<gt>sort(@not_sorted)>, C<$result =
18279$Collator-E<gt>cmp($a, $b)>, C<$result = $Collator-E<gt>eq($a, $b)>,
18280C<$result = $Collator-E<gt>ne($a, $b)>, C<$result = $Collator-E<gt>lt($a,
18281$b)>, C<$result = $Collator-E<gt>le($a, $b)>, C<$result =
18282$Collator-E<gt>gt($a, $b)>, C<$result = $Collator-E<gt>ge($a, $b)>,
18283C<$sortKey = $Collator-E<gt>getSortKey($string)>, C<$position =
18284$Collator-E<gt>index($string, $substring)>, C<($position, $length) =
18285$Collator-E<gt>index($string, $substring)>
53d7eaa8
JH
18286
18287=item EXPORT
18288
ff426ff2
JH
18289=item TODO
18290
53d7eaa8
JH
18291=item CAVEAT
18292
18293=back
18294
18295=item AUTHOR
18296
18297=item SEE ALSO
18298
ba62762e 18299Unicode Collation Algorithm - Unicode TR #10, L<Unicode::Normalize>
53d7eaa8
JH
18300
18301=back
18302
18303=head2 Unicode::Normalize - normalized forms of Unicode text
18304
18305=over 4
18306
18307=item SYNOPSIS
18308
18309=item DESCRIPTION
18310
f502af34
JH
18311=over 4
18312
18313=item Normalization Forms
18314
53d7eaa8
JH
18315C<$string_NFD = NFD($raw_string)>, C<$string_NFC = NFC($raw_string)>,
18316C<$string_NFKD = NFKD($raw_string)>, C<$string_NFKC = NFKC($raw_string)>,
18317C<$normalized_string = normalize($form_name, $raw_string)>
18318
f502af34
JH
18319=item Character Data
18320
18321C<$canonical_decomposed = getCanon($codepoint)>,
18322C<$compatibility_decomposed = getCompat($codepoint)>, C<$uv_composite =
18323getComposite($uv_here, $uv_next)>, C<$combining_class =
18324getCombinClass($codepoint)>, C<$is_exclusion = isExclusion($codepoint)>
53d7eaa8
JH
18325
18326=item EXPORT
18327
ff426ff2
JH
18328=item TODO
18329
53d7eaa8
JH
18330=back
18331
18332=item AUTHOR
18333
18334=item SEE ALSO
18335
f502af34 18336http://www.unicode.org/unicode/reports/tr15/
53d7eaa8
JH
18337
18338=back
18339
2a2bf5f4 18340=head2 Unicode::UCD - Unicode character database
354a27bf
JH
18341
18342=over 4
18343
18344=item SYNOPSIS
18345
18346=item DESCRIPTION
18347
18348=back
18349
18350=over 4
18351
18352=item charinfo
18353
18354=back
18355
18356=over 4
18357
18358=item charblock
18359
18360=back
18361
18362=over 4
18363
fbe3d936
JH
18364=item charscript
18365
18366=back
18367
18368=over 4
18369
389925df 18370=item charblocks
fbe3d936
JH
18371
18372=back
18373
18374=over 4
18375
389925df
JH
18376=item charscripts
18377
18378=back
18379
18380=over 4
18381
18382=item Blocks versus Scripts
18383
18384=item Matching Scripts and Blocks
18385
d0363f02
JH
18386=item Code Point Arguments
18387
389925df
JH
18388=item charinrange
18389
18390=back
18391
18392=over 4
18393
d0363f02
JH
18394=item compexcl
18395
18396=back
18397
18398=over 4
18399
18400=item casefold
18401
18402=back
18403
18404=over 4
18405
18406=item casespec
18407
18408=back
18409
18410=over 4
18411
2a2bf5f4 18412=item Unicode::UCD::UnicodeVersion
389925df
JH
18413
18414=back
18415
18416=over 4
18417
18418=item Implementation Note
18419
18420=back
18421
18422=over 4
fbe3d936 18423
cb52f95f
JH
18424=item BUGS
18425
354a27bf
JH
18426=item AUTHOR
18427
18428=back
18429
8ebc5c01 18430=head2 User::grent - by-name interface to Perl's built-in getgr*()
18431functions
7d2bfb28 18432
d420ca49 18433=over 4
a45bd81d 18434
8ebc5c01 18435=item SYNOPSIS
7d2bfb28 18436
8ebc5c01 18437=item DESCRIPTION
7d2bfb28 18438
8ebc5c01 18439=item NOTE
7d2bfb28 18440
8ebc5c01 18441=item AUTHOR
7d2bfb28 18442
a45bd81d
GS
18443=back
18444
8ebc5c01 18445=head2 User::pwent - by-name interface to Perl's built-in getpw*()
18446functions
cb1a09d0 18447
d420ca49 18448=over 4
a45bd81d 18449
cb1a09d0
AD
18450=item SYNOPSIS
18451
cb1a09d0
AD
18452=item DESCRIPTION
18453
d420ca49 18454=over 4
b38f6a39 18455
37590e52 18456=item System Specifics
b38f6a39
GS
18457
18458=back
18459
37590e52 18460=item NOTE
b38f6a39
GS
18461
18462=item AUTHOR
18463
37590e52 18464=item HISTORY
b38f6a39 18465
37590e52 18466March 18th, 2000
b38f6a39
GS
18467
18468=back
18469
4755096e
GS
18470=head2 Win32 - Interfaces to some Win32 API Functions
18471
d420ca49 18472=over 4
4755096e
GS
18473
18474=item DESCRIPTION
18475
d420ca49 18476=over 4
4755096e
GS
18477
18478=item Alphabetical Listing of Win32 Functions
18479
18480Win32::AbortSystemShutdown(MACHINE), Win32::BuildNumber(),
18481Win32::CopyFile(FROM, TO, OVERWRITE), Win32::DomainName(),
18482Win32::ExpandEnvironmentStrings(STRING), Win32::FormatMessage(ERRORCODE),
18483Win32::FsType(), Win32::FreeLibrary(HANDLE), Win32::GetArchName(),
18484Win32::GetChipName(), Win32::GetCwd(), Win32::GetFullPathName(FILENAME),
18485Win32::GetLastError(), Win32::GetLongPathName(PATHNAME),
18486Win32::GetNextAvailDrive(), Win32::GetOSVersion(),
18487Win32::GetShortPathName(PATHNAME), Win32::GetProcAddress(INSTANCE,
983dbef6
JH
18488PROCNAME), Win32::GetTickCount(), Win32::InitiateSystemShutdown,
18489Win32::IsWinNT(), Win32::IsWin95(), Win32::LoadLibrary(LIBNAME),
18490Win32::LoginName(), Win32::LookupAccountName(SYSTEM, ACCOUNT, DOMAIN, SID,
18491SIDTYPE), Win32::LookupAccountSID(SYSTEM, SID, ACCOUNT, DOMAIN, SIDTYPE),
4755096e 18492Win32::MsgBox(MESSAGE [, FLAGS [, TITLE]]), Win32::NodeName(),
12b7c5c7
JH
18493Win32::RegisterServer(LIBRARYNAME), Win32::SetChildShowWindow(SHOWWINDOW),
18494Win32::SetCwd(NEWDIRECTORY), Win32::SetLastError(ERROR),
18495Win32::Sleep(TIME), Win32::Spawn(COMMAND, ARGS, PID),
18496Win32::UnregisterServer(LIBRARYNAME)
4755096e
GS
18497
18498=back
18499
18500=back
18501
0d0e97a6
JH
18502=head2 XS::Typemap - module to test the XS typemaps distributed with perl
18503
18504=over 4
18505
18506=item SYNOPSIS
18507
18508=item DESCRIPTION
18509
18510=back
18511
18512=over 4
18513
18514=item NOTES
18515
18516=item AUTHOR
18517
18518=back
18519
a45bd81d
GS
18520=head2 XSLoader - Dynamically load C libraries into Perl code
18521
d420ca49 18522=over 4
a45bd81d
GS
18523
18524=item SYNOPSIS
18525
18526=item DESCRIPTION
18527
18528=item AUTHOR
18529
18530=back
18531
cb1a09d0
AD
18532=head1 AUXILIARY DOCUMENTATION
18533
8ebc5c01 18534Here should be listed all the extra programs' documentation, but they
18535don't all have manual pages yet:
cb1a09d0 18536
d420ca49 18537=over 4
a45bd81d 18538
cb1a09d0
AD
18539=item a2p
18540
18541=item s2p
18542
18543=item find2perl
18544
18545=item h2ph
18546
18547=item c2ph
18548
18549=item h2xs
18550
18551=item xsubpp
18552
18553=item pod2man
18554
18555=item wrapsuid
18556
a45bd81d
GS
18557=back
18558
cb1a09d0
AD
18559=head1 AUTHOR
18560
2ae324a7 18561Larry Wall <F<larry@wall.org>>, with the help of oodles
8ebc5c01 18562of other folks.
cb1a09d0 18563