This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[DOCPATCH] perlfunc/read
[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
d8416318
JH
32=item Language-Specific
33
69fba242
JH
34=item Platform-Specific
35
36=back
37
cb1a09d0
AD
38=item DESCRIPTION
39
14218588 40=item AVAILABILITY
cb1a09d0
AD
41
42=item ENVIRONMENT
43
cb1a09d0
AD
44=item AUTHOR
45
cb1a09d0
AD
46=item FILES
47
cb1a09d0
AD
48=item SEE ALSO
49
cb1a09d0
AD
50=item DIAGNOSTICS
51
cb1a09d0
AD
52=item BUGS
53
cb1a09d0
AD
54=item NOTES
55
a45bd81d
GS
56=back
57
10151d09
JH
58=head2 perlintro -- a brief introduction and overview of Perl
59
60=over 4
61
62=item DESCRIPTION
63
64=over 4
65
66=item What is Perl?
67
68=item Running Perl programs
69
70=item Basic syntax overview
71
72=item Perl variable types
73
74Scalars, Arrays, Hashes
75
76=item Variable scoping
77
78=item Conditional and looping constructs
79
80if, while, for, foreach
81
82=item Builtin operators and functions
83
84Arithmetic, Numeric comparison, String comparison, Boolean logic,
85Miscellaneous
86
87=item Files and I/O
88
89=item Regular expressions
90
91Simple matching, Simple substitution, More complex regular expressions,
92Parentheses for capturing, Other regexp features
93
94=item Writing subroutines
95
96=item OO Perl
97
98=item Using Perl modules
99
100=back
101
102=item AUTHOR
103
104=back
105
2a551100
JH
106=head2 perlfaq - frequently asked questions about Perl ($Date: 2003/01/31
10717:37:17 $)
68dc0745 108
d420ca49 109=over 4
a45bd81d 110
68dc0745 111=item DESCRIPTION
112
983dbef6 113=over 4
68dc0745 114
2a551100 115=item Where to get the perlfaq
68dc0745 116
2a551100 117=item How to contribute to the perlfaq
68dc0745 118
2a551100
JH
119=item What will happen if you mail your Perl programming problems to the
120authors
68dc0745 121
2a551100 122=back
68dc0745 123
2a551100 124=item Credits
68dc0745 125
2a551100 126=item Author and Copyright Information
68dc0745 127
2a551100 128=over 4
68dc0745 129
2a551100 130=item Bundled Distributions
68dc0745 131
2a551100 132=item Disclaimer
68dc0745 133
a45bd81d
GS
134=back
135
2a551100 136=item Table of Contents
68dc0745 137
2a551100
JH
138perlfaq - this document, perlfaq1 - General Questions About Perl, perlfaq2
139- Obtaining and Learning about Perl, perlfaq3 - Programming Tools, perlfaq4
140- Data Manipulation, perlfaq5 - Files and Formats, perlfaq6 - Regular
141Expressions, perlfaq7 - General Perl Language Issues, perlfaq8 - System
142Interaction, perlfaq9 - Networking
a45bd81d 143
2a551100 144=item The Questions
68dc0745 145
2a551100 146=over 4
68dc0745 147
2a551100 148=item L<perlfaq1>: General Questions About Perl
68dc0745 149
2a551100 150=item L<perlfaq2>: Obtaining and Learning about Perl
68dc0745 151
2a551100 152=item L<perlfaq3>: Programming Tools
68dc0745 153
2a551100 154=item L<perlfaq4>: Data Manipulation
68dc0745 155
2a551100 156=item L<perlfaq5>: Files and Formats
983dbef6 157
2a551100 158=item L<perlfaq6>: Regular Expressions
983dbef6 159
2a551100 160=item L<perlfaq7>: General Perl Language Issues
68dc0745 161
2a551100 162=item L<perlfaq8>: System Interaction
68dc0745 163
2a551100 164=item L<perlfaq9>: Networking
983dbef6 165
2a551100 166=back
983dbef6 167
4755096e 168=back
68dc0745 169
4755096e 170=head2 perlbook - Perl book information
68dc0745 171
d420ca49 172=over 4
68dc0745 173
4755096e 174=item DESCRIPTION
68dc0745 175
a45bd81d
GS
176=back
177
4755096e 178=head2 perlsyn - Perl syntax
a45bd81d 179
d420ca49 180=over 4
68dc0745 181
182=item DESCRIPTION
183
d420ca49 184=over 4
68dc0745 185
4755096e 186=item Declarations
68dc0745 187
8b9c797b 188=item Simple Statements
68dc0745 189
8b9c797b 190=item Compound Statements
3fe9a6f1 191
4755096e 192=item Loop Control
68dc0745 193
4755096e 194=item For Loops
68dc0745 195
4755096e 196=item Foreach Loops
68dc0745 197
4755096e 198=item Basic BLOCKs and Switch Statements
68dc0745 199
4755096e 200=item Goto
68dc0745 201
4755096e 202=item PODs: Embedded Documentation
68dc0745 203
4755096e 204=item Plain Old Comments (Not!)
68dc0745 205
4755096e 206=back
68dc0745 207
4755096e 208=back
193fb0af 209
4755096e 210=head2 perldata - Perl data types
68dc0745 211
d420ca49 212=over 4
68dc0745 213
4755096e 214=item DESCRIPTION
68dc0745 215
d420ca49 216=over 4
68dc0745 217
4755096e 218=item Variable names
68dc0745 219
4755096e 220=item Context
68dc0745 221
4755096e
GS
222=item Scalar values
223
224=item Scalar value constructors
225
226=item List value constructors
227
8b9c797b
JH
228=item Subscripts
229
4755096e
GS
230=item Slices
231
232=item Typeglobs and Filehandles
68dc0745 233
234=back
235
4755096e 236=item SEE ALSO
68dc0745 237
a45bd81d
GS
238=back
239
4755096e 240=head2 perlop - Perl operators and precedence
68dc0745 241
d420ca49 242=over 4
a45bd81d 243
4755096e
GS
244=item SYNOPSIS
245
68dc0745 246=item DESCRIPTION
247
d420ca49 248=over 4
68dc0745 249
4755096e 250=item Terms and List Operators (Leftward)
68dc0745 251
4755096e 252=item The Arrow Operator
68dc0745 253
4755096e 254=item Auto-increment and Auto-decrement
68dc0745 255
4755096e 256=item Exponentiation
68dc0745 257
4755096e 258=item Symbolic Unary Operators
68dc0745 259
4755096e 260=item Binding Operators
68dc0745 261
4755096e 262=item Multiplicative Operators
68dc0745 263
4755096e 264=item Additive Operators
68dc0745 265
4755096e 266=item Shift Operators
14218588 267
4755096e 268=item Named Unary Operators
68dc0745 269
4755096e 270=item Relational Operators
68dc0745 271
4755096e 272=item Equality Operators
68dc0745 273
4755096e 274=item Bitwise And
68dc0745 275
4755096e 276=item Bitwise Or and Exclusive Or
68dc0745 277
4755096e 278=item C-style Logical And
68dc0745 279
4755096e 280=item C-style Logical Or
68dc0745 281
2a551100
JH
282=item C-style Logical Defined-Or
283
4755096e 284=item Range Operators
68dc0745 285
4755096e 286=item Conditional Operator
68dc0745 287
4755096e 288=item Assignment Operators
68dc0745 289
4755096e 290=item Comma Operator
68dc0745 291
4755096e 292=item List Operators (Rightward)
68dc0745 293
4755096e 294=item Logical Not
68dc0745 295
4755096e 296=item Logical And
14218588 297
2a551100 298=item Logical or, Defined or, and Exclusive Or
68dc0745 299
4755096e 300=item C Operators Missing From Perl
68dc0745 301
4755096e 302unary &, unary *, (TYPE)
68dc0745 303
4755096e 304=item Quote and Quote-like Operators
68dc0745 305
4755096e 306=item Regexp Quote-Like Operators
68dc0745 307
4755096e 308?PATTERN?, m/PATTERN/cgimosx, /PATTERN/cgimosx, q/STRING/, C<'STRING'>,
2d967e39
JH
309qq/STRING/, "STRING", qr/STRING/imosx, qx/STRING/, `STRING`, qw/STRING/,
310s/PATTERN/REPLACEMENT/egimosx, tr/SEARCHLIST/REPLACEMENTLIST/cds,
35bf961c 311y/SEARCHLIST/REPLACEMENTLIST/cds, <<EOF
68dc0745 312
4755096e 313=item Gory details of parsing quoted constructs
68dc0745 314
4755096e
GS
315Finding the end, Removal of backslashes before delimiters, Interpolation,
316C<<<'EOF'>, C<m''>, C<s'''>, C<tr///>, C<y///>, C<''>, C<q//>, C<"">,
317C<``>, C<qq//>, C<qx//>, C<< <file*glob> >>, C<?RE?>, C</RE/>, C<m/RE/>,
318C<s/RE/foo/>,, Interpolation of regular expressions, Optimization of
319regular expressions
68dc0745 320
4755096e 321=item I/O Operators
68dc0745 322
4755096e 323=item Constant Folding
68dc0745 324
4755096e
GS
325=item Bitwise String Operators
326
327=item Integer Arithmetic
328
329=item Floating-point Arithmetic
330
331=item Bigger Numbers
68dc0745 332
a45bd81d
GS
333=back
334
4755096e
GS
335=back
336
c2e66d9e
GS
337=head2 perlsub - Perl subroutines
338
d420ca49 339=over 4
c2e66d9e
GS
340
341=item SYNOPSIS
342
343=item DESCRIPTION
344
d420ca49 345=over 4
c2e66d9e
GS
346
347=item Private Variables via my()
348
349=item Persistent Private Variables
350
351=item Temporary Values via local()
352
353=item Lvalue subroutines
354
23be5fc4
JH
355Lvalue subroutines are EXPERIMENTAL
356
c2e66d9e
GS
357=item Passing Symbol Table Entries (typeglobs)
358
359=item When to Still Use local()
360
c2e66d9e
GS
361=item Pass by Reference
362
363=item Prototypes
364
365=item Constant Functions
366
367=item Overriding Built-in Functions
368
369=item Autoloading
370
371=item Subroutine Attributes
372
373=back
374
375=item SEE ALSO
376
377=back
378
379=head2 perlfunc - Perl builtin functions
380
d420ca49 381=over 4
c2e66d9e
GS
382
383=item DESCRIPTION
384
d420ca49 385=over 4
c2e66d9e
GS
386
387=item Perl Functions by Category
388
389Functions for SCALARs or strings, Regular expressions and pattern matching,
390Numeric functions, Functions for real @ARRAYs, Functions for list data,
391Functions for real %HASHes, Input and output functions, Functions for fixed
392length data or records, Functions for filehandles, files, or directories,
393Keywords related to the control flow of your perl program, Keywords related
394to scoping, Miscellaneous functions, Functions for processes and process
395groups, Keywords related to perl modules, Keywords related to classes and
396object-orientedness, Low-level socket functions, System V interprocess
397communication functions, Fetching user and group info, Fetching network
398info, Time-related functions, Functions new in perl5, Functions obsoleted
399in perl5
400
401=item Portability
402
403=item Alphabetical Listing of Perl Functions
404
2a551100 405-I<X> FILEHANDLE, -I<X> EXPR, -I<X>, abs VALUE, abs, accept
c2e66d9e 406NEWSOCKET,GENERICSOCKET, alarm SECONDS, alarm, atan2 Y,X, bind SOCKET,NAME,
cb9c8b59
JH
407binmode FILEHANDLE, LAYER, binmode FILEHANDLE, bless REF,CLASSNAME, bless
408REF, caller EXPR, caller, chdir EXPR, chmod LIST, chomp VARIABLE, chomp(
409LIST ), chomp, chop VARIABLE, chop( LIST ), chop, chown LIST, chr NUMBER,
410chr, chroot FILENAME, chroot, close FILEHANDLE, close, closedir DIRHANDLE,
411connect SOCKET,NAME, continue BLOCK, cos EXPR, cos, crypt PLAINTEXT,SALT,
412dbmclose HASH, dbmopen HASH,DBNAME,MASK, defined EXPR, defined, delete
413EXPR, die LIST, do BLOCK, do SUBROUTINE(LIST), do EXPR, dump LABEL, dump,
414each HASH, eof FILEHANDLE, eof (), eof, eval EXPR, eval BLOCK, exec LIST,
415exec PROGRAM LIST, exists EXPR, exit EXPR, exp EXPR, exp, fcntl
416FILEHANDLE,FUNCTION,SCALAR, fileno FILEHANDLE, flock FILEHANDLE,OPERATION,
417fork, format, formline PICTURE,LIST, getc FILEHANDLE, getc, getlogin,
418getpeername SOCKET, getpgrp PID, getppid, getpriority WHICH,WHO, getpwnam
419NAME, getgrnam NAME, gethostbyname NAME, getnetbyname NAME, getprotobyname
420NAME, getpwuid UID, getgrgid GID, getservbyname NAME,PROTO, gethostbyaddr
421ADDR,ADDRTYPE, getnetbyaddr ADDR,ADDRTYPE, getprotobynumber NUMBER,
422getservbyport PORT,PROTO, getpwent, getgrent, gethostent, getnetent,
423getprotoent, getservent, setpwent, setgrent, sethostent STAYOPEN, setnetent
424STAYOPEN, setprotoent STAYOPEN, setservent STAYOPEN, endpwent, endgrent,
425endhostent, endnetent, endprotoent, endservent, getsockname SOCKET,
426getsockopt SOCKET,LEVEL,OPTNAME, glob EXPR, glob, gmtime EXPR, goto LABEL,
427goto EXPR, goto &NAME, grep BLOCK LIST, grep EXPR,LIST, hex EXPR, hex,
428import, index STR,SUBSTR,POSITION, index STR,SUBSTR, int EXPR, int, ioctl
429FILEHANDLE,FUNCTION,SCALAR, join EXPR,LIST, keys HASH, kill SIGNAL, LIST,
430last LABEL, last, lc EXPR, lc, lcfirst EXPR, lcfirst, length EXPR, length,
431link OLDFILE,NEWFILE, listen SOCKET,QUEUESIZE, local EXPR, localtime EXPR,
432lock THING, log EXPR, log, lstat EXPR, lstat, m//, map BLOCK LIST, map
433EXPR,LIST, mkdir FILENAME,MASK, mkdir FILENAME, msgctl ID,CMD,ARG, msgget
434KEY,FLAGS, msgrcv ID,VAR,SIZE,TYPE,FLAGS, msgsnd ID,MSG,FLAGS, my EXPR, my
435TYPE EXPR, my EXPR : ATTRS, my TYPE EXPR : ATTRS, next LABEL, next, no
436Module VERSION LIST, no Module VERSION, no Module LIST, no Module, oct
437EXPR, oct, open FILEHANDLE,EXPR, open FILEHANDLE,MODE,EXPR, open
438FILEHANDLE,MODE,EXPR,LIST, open FILEHANDLE,MODE,REFERENCE, open FILEHANDLE,
439opendir DIRHANDLE,EXPR, ord EXPR, ord, our EXPR, our EXPR TYPE, our EXPR :
440ATTRS, our TYPE EXPR : ATTRS, pack TEMPLATE,LIST, package NAMESPACE,
441package, pipe READHANDLE,WRITEHANDLE, pop ARRAY, pop, pos SCALAR, pos,
442print FILEHANDLE LIST, print LIST, print, printf FILEHANDLE FORMAT, LIST,
443printf FORMAT, LIST, prototype FUNCTION, push ARRAY,LIST, q/STRING/,
444qq/STRING/, qr/STRING/, qx/STRING/, qw/STRING/, quotemeta EXPR, quotemeta,
445rand EXPR, rand, read FILEHANDLE,SCALAR,LENGTH,OFFSET, read
446FILEHANDLE,SCALAR,LENGTH, readdir DIRHANDLE, readline EXPR, readlink EXPR,
447readlink, readpipe EXPR, recv SOCKET,SCALAR,LENGTH,FLAGS, redo LABEL, redo,
448ref EXPR, ref, rename OLDNAME,NEWNAME, require VERSION, require EXPR,
449require, reset EXPR, reset, return EXPR, return, reverse LIST, rewinddir
450DIRHANDLE, rindex STR,SUBSTR,POSITION, rindex STR,SUBSTR, rmdir FILENAME,
451rmdir, s///, scalar EXPR, seek FILEHANDLE,POSITION,WHENCE, seekdir
452DIRHANDLE,POS, select FILEHANDLE, select, select RBITS,WBITS,EBITS,TIMEOUT,
453semctl ID,SEMNUM,CMD,ARG, semget KEY,NSEMS,FLAGS, semop KEY,OPSTRING, send
c2e66d9e
GS
454SOCKET,MSG,FLAGS,TO, send SOCKET,MSG,FLAGS, setpgrp PID,PGRP, setpriority
455WHICH,WHO,PRIORITY, setsockopt SOCKET,LEVEL,OPTNAME,OPTVAL, shift ARRAY,
456shift, shmctl ID,CMD,ARG, shmget KEY,SIZE,FLAGS, shmread ID,VAR,POS,SIZE,
457shmwrite ID,STRING,POS,SIZE, shutdown SOCKET,HOW, sin EXPR, sin, sleep
95fb7f7f
JH
458EXPR, sleep, socket SOCKET,DOMAIN,TYPE,PROTOCOL, socketpair
459SOCKET1,SOCKET2,DOMAIN,TYPE,PROTOCOL, sort SUBNAME LIST, sort BLOCK LIST,
460sort LIST, splice ARRAY,OFFSET,LENGTH,LIST, splice ARRAY,OFFSET,LENGTH,
461splice ARRAY,OFFSET, splice ARRAY, split /PATTERN/,EXPR,LIMIT, split
ea9fba97
JH
462/PATTERN/,EXPR, split /PATTERN/, split, sprintf FORMAT, LIST, format
463parameter index, flags, vector flag, (minimum) width, precision, or maximum
a44e0ddd
JH
464width, size, order of arguments, sqrt EXPR, sqrt, srand EXPR, srand, stat
465FILEHANDLE, stat EXPR, stat, study SCALAR, study, sub NAME BLOCK, sub NAME
466(PROTO) BLOCK, sub NAME : ATTRS BLOCK, sub NAME (PROTO) : ATTRS BLOCK,
467substr EXPR,OFFSET,LENGTH,REPLACEMENT, substr EXPR,OFFSET,LENGTH, substr
ea9fba97
JH
468EXPR,OFFSET, symlink OLDFILE,NEWFILE, syscall LIST, sysopen
469FILEHANDLE,FILENAME,MODE, sysopen FILEHANDLE,FILENAME,MODE,PERMS, sysread
470FILEHANDLE,SCALAR,LENGTH,OFFSET, sysread FILEHANDLE,SCALAR,LENGTH, sysseek
471FILEHANDLE,POSITION,WHENCE, system LIST, system PROGRAM LIST, syswrite
472FILEHANDLE,SCALAR,LENGTH,OFFSET, syswrite FILEHANDLE,SCALAR,LENGTH,
473syswrite FILEHANDLE,SCALAR, tell FILEHANDLE, tell, telldir DIRHANDLE, tie
474VARIABLE,CLASSNAME,LIST, tied VARIABLE, time, times, tr///, truncate
475FILEHANDLE,LENGTH, truncate EXPR,LENGTH, uc EXPR, uc, ucfirst EXPR,
476ucfirst, umask EXPR, umask, undef EXPR, undef, unlink LIST, unlink, unpack
2a551100
JH
477TEMPLATE,EXPR, unpack TEMPLATE, untie VARIABLE, unshift ARRAY,LIST, use
478Module VERSION LIST, use Module VERSION, use Module LIST, use Module, use
479VERSION, utime LIST, values HASH, vec EXPR,OFFSET,BITS, wait, waitpid
480PID,FLAGS, wantarray, warn LIST, write FILEHANDLE, write EXPR, write, y///
c2e66d9e
GS
481
482=back
483
484=back
485
4755096e 486=head2 perlreftut - Mark's very short tutorial about references
68dc0745 487
d420ca49 488=over 4
a45bd81d 489
68dc0745 490=item DESCRIPTION
491
4755096e
GS
492=item Who Needs Complicated Data Structures?
493
494=item The Solution
495
496=item Syntax
68dc0745 497
d420ca49 498=over 4
68dc0745 499
4755096e 500=item Making References
46fc3d4c 501
4755096e 502=item Using References
68dc0745 503
4755096e 504=item An Example
68dc0745 505
4755096e 506=item Arrow Rule
14218588 507
2a551100
JH
508=back
509
4755096e 510=item Solution
68dc0745 511
4755096e 512=item The Rest
68dc0745 513
4755096e 514=item Summary
68dc0745 515
4755096e
GS
516=item Credits
517
d420ca49 518=over 4
4755096e
GS
519
520=item Distribution Conditions
68dc0745 521
522=back
523
4755096e
GS
524=back
525
526=head2 perldsc - Perl Data Structures Cookbook
68dc0745 527
d420ca49 528=over 4
68dc0745 529
4755096e 530=item DESCRIPTION
68dc0745 531
4755096e
GS
532arrays of arrays, hashes of arrays, arrays of hashes, hashes of hashes,
533more elaborate constructs
14218588 534
4755096e 535=item REFERENCES
68dc0745 536
4755096e 537=item COMMON MISTAKES
68dc0745 538
4755096e 539=item CAVEAT ON PRECEDENCE
68dc0745 540
4755096e 541=item WHY YOU SHOULD ALWAYS C<use strict>
14218588 542
4755096e 543=item DEBUGGING
68dc0745 544
4755096e 545=item CODE EXAMPLES
68dc0745 546
4755096e 547=item ARRAYS OF ARRAYS
68dc0745 548
d420ca49 549=over 4
68dc0745 550
ba62762e 551=item Declaration of an ARRAY OF ARRAYS
68dc0745 552
ba62762e 553=item Generation of an ARRAY OF ARRAYS
68dc0745 554
ba62762e 555=item Access and Printing of an ARRAY OF ARRAYS
68dc0745 556
4755096e 557=back
68dc0745 558
4755096e 559=item HASHES OF ARRAYS
68dc0745 560
d420ca49 561=over 4
68dc0745 562
4755096e 563=item Declaration of a HASH OF ARRAYS
68dc0745 564
4755096e 565=item Generation of a HASH OF ARRAYS
68dc0745 566
4755096e 567=item Access and Printing of a HASH OF ARRAYS
68dc0745 568
4755096e 569=back
68dc0745 570
4755096e 571=item ARRAYS OF HASHES
68dc0745 572
d420ca49 573=over 4
68dc0745 574
ba62762e 575=item Declaration of an ARRAY OF HASHES
68dc0745 576
ba62762e 577=item Generation of an ARRAY OF HASHES
68dc0745 578
ba62762e 579=item Access and Printing of an ARRAY OF HASHES
14218588 580
4755096e 581=back
68dc0745 582
4755096e 583=item HASHES OF HASHES
68dc0745 584
d420ca49 585=over 4
68dc0745 586
4755096e 587=item Declaration of a HASH OF HASHES
68dc0745 588
4755096e 589=item Generation of a HASH OF HASHES
68dc0745 590
4755096e 591=item Access and Printing of a HASH OF HASHES
68dc0745 592
593=back
594
4755096e 595=item MORE ELABORATE RECORDS
68dc0745 596
d420ca49 597=over 4
68dc0745 598
4755096e 599=item Declaration of MORE ELABORATE RECORDS
14218588 600
4755096e 601=item Declaration of a HASH OF COMPLEX RECORDS
68dc0745 602
4755096e 603=item Generation of a HASH OF COMPLEX RECORDS
68dc0745 604
4755096e 605=back
68dc0745 606
4755096e 607=item Database Ties
68dc0745 608
4755096e 609=item SEE ALSO
68dc0745 610
4755096e 611=item AUTHOR
14218588 612
4755096e 613=back
68dc0745 614
4755096e 615=head2 perlrequick - Perl regular expressions quick start
68dc0745 616
d420ca49 617=over 4
68dc0745 618
4755096e 619=item DESCRIPTION
68dc0745 620
4755096e 621=item The Guide
68dc0745 622
d420ca49 623=over 4
68dc0745 624
4755096e 625=item Simple word matching
68dc0745 626
4755096e 627=item Using character classes
68dc0745 628
4755096e 629=item Matching this or that
68dc0745 630
4755096e 631=item Grouping things and hierarchical matching
68dc0745 632
4755096e 633=item Extracting matches
68dc0745 634
4755096e 635=item Matching repetitions
68dc0745 636
4755096e 637=item More matching
68dc0745 638
4755096e 639=item Search and replace
68dc0745 640
4755096e 641=item The split operator
68dc0745 642
643=back
644
4755096e 645=item BUGS
68dc0745 646
4755096e 647=item SEE ALSO
68dc0745 648
4755096e 649=item AUTHOR AND COPYRIGHT
68dc0745 650
d420ca49 651=over 4
68dc0745 652
4755096e 653=item Acknowledgments
14218588 654
68dc0745 655=back
656
a45bd81d
GS
657=back
658
8a93676d 659=head2 perlpod - the Plain Old Documentation format
68dc0745 660
d420ca49 661=over 4
a45bd81d 662
68dc0745 663=item DESCRIPTION
664
d420ca49 665=over 4
68dc0745 666
8a93676d
SB
667=item Ordinary Paragraph
668
c2e66d9e 669=item Verbatim Paragraph
68dc0745 670
c2e66d9e 671=item Command Paragraph
68dc0745 672
8a93676d
SB
673C<=head1 I<Heading Text>>, C<=head2 I<Heading Text>>, C<=head3 I<Heading
674Text>>, C<=head4 I<Heading Text>>, C<=over I<indentlevel>>, C<=item
675I<stuff...>>, C<=back>, C<=cut>, C<=pod>, C<=begin I<formatname>>, C<=end
676I<formatname>>, C<=for I<formatname> I<text...>>
677
678=item Formatting Codes
679
680C<IE<lt>textE<gt>> -- italic text, C<BE<lt>textE<gt>> -- bold text,
681C<CE<lt>codeE<gt>> -- code text, C<LE<lt>nameE<gt>> -- a hyperlink,
682C<EE<lt>escapeE<gt>> -- a character escape, C<FE<lt>filenameE<gt>> -- used
683for filenames, C<SE<lt>textE<gt>> -- text contains non-breaking spaces,
684C<XE<lt>topic nameE<gt>> -- an index entry, C<ZE<lt>E<gt>> -- a null
685(zero-effect) formatting code
68dc0745 686
c2e66d9e 687=item The Intent
68dc0745 688
c2e66d9e 689=item Embedding Pods in Perl Modules
68dc0745 690
8a93676d
SB
691=item Hints for Writing Pod
692
693=back
694
695=item SEE ALSO
696
697=item AUTHOR
193fb0af 698
c2e66d9e 699=back
68dc0745 700
8a93676d
SB
701=head2 perlpodspec - Plain Old Documentation: format specification and
702notes
703
704=over 4
705
706=item DESCRIPTION
707
708=item Pod Definitions
709
710=item Pod Commands
711
712"=head1", "=head2", "=head3", "=head4", "=pod", "=cut", "=over", "=item",
713"=back", "=begin formatname", "=end formatname", "=for formatname text..."
714
715=item Pod Formatting Codes
716
717C<IE<lt>textE<gt>> -- italic text, C<BE<lt>textE<gt>> -- bold text,
718C<CE<lt>codeE<gt>> -- code text, C<FE<lt>filenameE<gt>> -- style for
719filenames, C<XE<lt>topic nameE<gt>> -- an index entry, C<ZE<lt>E<gt>> -- a
720null (zero-effect) formatting code, C<LE<lt>nameE<gt>> -- a hyperlink,
721C<EE<lt>escapeE<gt>> -- a character escape, C<SE<lt>textE<gt>> -- text
722contains non-breaking spaces
723
724=item Notes on Implementing Pod Processors
725
726=item About LE<lt>...E<gt> Codes
727
728First:, Second:, Third:, Fourth:, Fifth:, Sixth:
729
730=item About =over...=back Regions
731
732=item About Data Paragraphs and "=begin/=end" Regions
733
c2e66d9e 734=item SEE ALSO
68dc0745 735
c2e66d9e 736=item AUTHOR
68dc0745 737
c2e66d9e 738=back
68dc0745 739
c2e66d9e 740=head2 perlstyle - Perl style guide
68dc0745 741
d420ca49 742=over 4
c2e66d9e
GS
743
744=item DESCRIPTION
68dc0745 745
4755096e 746=back
68dc0745 747
c2e66d9e 748=head2 perltrap - Perl traps for the unwary
68dc0745 749
d420ca49 750=over 4
68dc0745 751
c2e66d9e 752=item DESCRIPTION
68dc0745 753
d420ca49 754=over 4
68dc0745 755
c2e66d9e 756=item Awk Traps
68dc0745 757
8b9c797b 758=item C/C++ Traps
4755096e 759
c2e66d9e 760=item Sed Traps
4755096e 761
c2e66d9e 762=item Shell Traps
4755096e 763
c2e66d9e 764=item Perl Traps
68dc0745 765
c2e66d9e 766=item Perl4 to Perl5 Traps
68dc0745 767
c2e66d9e
GS
768Discontinuance, Deprecation, and BugFix traps, Parsing Traps, Numerical
769Traps, General data type traps, Context Traps - scalar, list contexts,
770Precedence Traps, General Regular Expression Traps using s///, etc,
771Subroutine, Signal, Sorting Traps, OS Traps, DBM Traps, Unclassified Traps
772
773=item Discontinuance, Deprecation, and BugFix traps
774
775Discontinuance, Deprecation, BugFix, Discontinuance, Discontinuance,
776Discontinuance, BugFix, Discontinuance, Discontinuance, BugFix,
777Discontinuance, Deprecation, Discontinuance, Discontinuance
778
779=item Parsing Traps
780
07fcf8ff 781Parsing, Parsing, Parsing, Parsing, Parsing
c2e66d9e
GS
782
783=item Numerical Traps
784
785Numerical, Numerical, Numerical, Bitwise string ops
786
787=item General data type traps
788
789(Arrays), (Arrays), (Hashes), (Globs), (Globs), (Scalar String),
790(Constants), (Scalars), (Variable Suicide)
791
792=item Context Traps - scalar, list contexts
793
794(list context), (scalar context), (scalar context), (list, builtin)
795
796=item Precedence Traps
797
798Precedence, Precedence, Precedence, Precedence, Precedence, Precedence,
799Precedence
800
801=item General Regular Expression Traps using s///, etc.
802
803Regular Expression, Regular Expression, Regular Expression, Regular
804Expression, Regular Expression, Regular Expression, Regular Expression,
805Regular Expression
806
807=item Subroutine, Signal, Sorting Traps
808
809(Signals), (Sort Subroutine), warn() won't let you specify a filehandle
810
811=item OS Traps
812
813(SysV), (SysV)
814
815=item Interpolation Traps
816
817Interpolation, Interpolation, Interpolation, Interpolation, Interpolation,
818Interpolation, Interpolation, Interpolation, Interpolation
819
820=item DBM Traps
821
822DBM, DBM
823
824=item Unclassified Traps
825
826C<require>/C<do> trap using returned value, C<split> on empty string with
827LIMIT specified
68dc0745 828
4755096e 829=back
68dc0745 830
c2e66d9e 831=back
14218588 832
c2e66d9e 833=head2 perlrun - how to execute the Perl interpreter
68dc0745 834
d420ca49 835=over 4
c2e66d9e
GS
836
837=item SYNOPSIS
838
839=item DESCRIPTION
68dc0745 840
d420ca49 841=over 4
68dc0745 842
c2e66d9e
GS
843=item #! and quoting on non-Unix systems
844
845OS/2, MS-DOS, Win95/NT, Macintosh, VMS
846
847=item Location of Perl
848
849=item Command Switches
850
2a551100
JH
851B<-0>[I<octal/hexadecimal>], B<-a>, B<-C [I<number/list>]>, B<-c>, B<-d>,
852B<-d:>I<foo[=bar,baz]>, B<-D>I<letters>, B<-D>I<number>, B<-e>
853I<commandline>, B<-F>I<pattern>, B<-h>, B<-i>[I<extension>],
854B<-I>I<directory>, B<-l>[I<octnum>], B<-m>[B<->]I<module>,
855B<-M>[B<->]I<module>, B<-M>[B<->]I<'module ...'>,
c2e66d9e 856B<-[mM]>[B<->]I<module=arg[,arg]...>, B<-n>, B<-p>, B<-P>, B<-s>, B<-S>,
0e9b9e0c
JH
857B<-t>, B<-T>, B<-u>, B<-U>, B<-v>, B<-V>, B<-V:>I<name>, B<-w>, B<-W>,
858B<-X>, B<-x> I<directory>
68dc0745 859
4755096e 860=back
68dc0745 861
c2e66d9e
GS
862=item ENVIRONMENT
863
95fb7f7f
JH
864HOME, LOGDIR, PATH, PERL5LIB, PERL5OPT, PERLIO, :bytes, :crlf, :mmap,
865:perlio, :raw, :stdio, :unix, :utf8, :win32, PERLIO_DEBUG, PERLLIB,
866PERL5DB, PERL5SHELL (specific to the Win32 port), PERL_DEBUG_MSTATS,
867PERL_DESTRUCT_LEVEL, PERL_ENCODING, PERL_ROOT (specific to the VMS port),
2a551100 868PERL_SIGNALS, PERL_UNICODE, SYS$LOGIN (specific to the VMS port)
c2e66d9e 869
e993db8c
JH
870=back
871
872=head2 perldiag - various Perl diagnostics
873
874=over 4
c2e66d9e 875
e993db8c 876=item DESCRIPTION
ff426ff2 877
4755096e 878=back
68dc0745 879
4755096e 880=head2 perllexwarn - Perl Lexical Warnings
68dc0745 881
d420ca49 882=over 4
68dc0745 883
4755096e 884=item DESCRIPTION
68dc0745 885
d420ca49 886=over 4
68dc0745 887
4755096e 888=item Default Warnings and Optional Warnings
14218588 889
4755096e 890=item What's wrong with B<-w> and C<$^W>
68dc0745 891
4755096e 892=item Controlling Warnings from the Command Line
68dc0745 893
4755096e 894B<-w>, B<-W>, B<-X>
a45bd81d 895
4755096e 896=item Backward Compatibility
68dc0745 897
4755096e 898=item Category Hierarchy
a45bd81d 899
4755096e 900=item Fatal Warnings
68dc0745 901
4755096e 902=item Reporting Warnings from a Module
68dc0745 903
4755096e 904=back
68dc0745 905
4755096e 906=item TODO
68dc0745 907
4755096e 908=item SEE ALSO
68dc0745 909
4755096e 910=item AUTHOR
68dc0745 911
4755096e 912=back
68dc0745 913
10862624
RF
914=head2 perldebtut - Perl debugging tutorial
915
d420ca49 916=over 4
10862624
RF
917
918=item DESCRIPTION
919
920=item use strict
921
ff426ff2 922=item Looking at data and -w and v
d396a558
JH
923
924=item help
10862624
RF
925
926=item Stepping through code
927
928=item Placeholder for a, w, t, T
929
d396a558 930=item REGULAR EXPRESSIONS
10862624 931
d396a558 932=item OUTPUT TIPS
10862624
RF
933
934=item CGI
935
936=item GUIs
937
d396a558 938=item SUMMARY
10862624
RF
939
940=item SEE ALSO
941
942=item AUTHOR
943
944=item CONTRIBUTORS
945
946=back
947
4755096e 948=head2 perldebug - Perl debugging
68dc0745 949
d420ca49 950=over 4
68dc0745 951
4755096e 952=item DESCRIPTION
68dc0745 953
4755096e 954=item The Perl Debugger
68dc0745 955
d420ca49 956=over 4
68dc0745 957
4755096e 958=item Debugger Commands
68dc0745 959
fa1c7b03
JH
960h, h [command], h h, p expr, x [maxdepth] expr, V [pkg [vars]], X [vars], y
961[level [vars]], T, s [expr], n [expr], r, <CR>, c [line|sub], l, l
962min+incr, l min-max, l line, l subname, -, v [line], f filename, /pattern/,
963?pattern?, L [abw], S [[!]regex], t, t expr, b, b [line] [condition], b
964subname [condition], b postpone subname [condition], b load filename, b
965compile subname, B line, B *, a [line] command, A line, A *, w expr, W
966expr, W *, o, o booloption .., o anyoption? .., o option=value .., < ?, < [
2a551100
JH
967command ], < *, << command, > ?, > command, > *, >> command, { ?, { [
968command ], { *, {{ command, ! number, ! -number, ! pattern, !! cmd, source
969file, H -number, q or ^D, R, |dbcmd, ||dbcmd, command, m expr, M, man
970[manpage]
68dc0745 971
4755096e 972=item Configurable Options
68dc0745 973
4755096e
GS
974C<recallCommand>, C<ShellBang>, C<pager>, C<tkRunning>, C<signalLevel>,
975C<warnLevel>, C<dieLevel>, C<AutoTrace>, C<LineInfo>, C<inhibit_exit>,
a6fb92f1 976C<PrintRet>, C<ornaments>, C<frame>, C<maxTraceLen>, C<windowSize>,
12b7c5c7
JH
977C<arrayDepth>, C<hashDepth>, C<dumpDepth>, C<compactDump>, C<veryCompact>,
978C<globPrint>, C<DumpDBFiles>, C<DumpPackages>, C<DumpReused>, C<quote>,
979C<HighBit>, C<undefPrint>, C<UsageOnly>, C<TTY>, C<noTTY>, C<ReadLine>,
980C<NonStop>
68dc0745 981
4755096e 982=item Debugger input/output
68dc0745 983
4755096e
GS
984Prompt, Multiline commands, Stack backtrace, Line Listing Format, Frame
985listing
68dc0745 986
4755096e 987=item Debugging compile-time statements
68dc0745 988
4755096e 989=item Debugger Customization
68dc0745 990
4755096e 991=item Readline Support
68dc0745 992
4755096e 993=item Editor Support for Debugging
68dc0745 994
4755096e 995=item The Perl Profiler
68dc0745 996
4755096e 997=back
68dc0745 998
4755096e 999=item Debugging regular expressions
68dc0745 1000
4755096e 1001=item Debugging memory usage
14218588 1002
4755096e 1003=item SEE ALSO
68dc0745 1004
4755096e 1005=item BUGS
68dc0745 1006
a45bd81d
GS
1007=back
1008
c2e66d9e 1009=head2 perlvar - Perl predefined variables
68dc0745 1010
d420ca49 1011=over 4
a45bd81d 1012
68dc0745 1013=item DESCRIPTION
1014
d420ca49 1015=over 4
68dc0745 1016
c2e66d9e 1017=item Predefined Names
68dc0745 1018
640374d0 1019$ARG, $_, $a, $b, $<I<digits>>, $MATCH, $&, $PREMATCH, $`, $POSTMATCH, $',
354a27bf 1020$LAST_PAREN_MATCH, $+, $^N, @LAST_MATCH_END, @+, $MULTILINE_MATCHING, $*,
53d7eaa8
JH
1021HANDLE->input_line_number(EXPR), $INPUT_LINE_NUMBER, $NR, $,
1022IO::Handle->input_record_separator(EXPR), $INPUT_RECORD_SEPARATOR, $RS, $/,
1023HANDLE->autoflush(EXPR), $OUTPUT_AUTOFLUSH, $|,
2a2bf5f4
JH
1024IO::Handle->output_field_separator EXPR, $OUTPUT_FIELD_SEPARATOR, $OFS, $,,
1025IO::Handle->output_record_separator EXPR, $OUTPUT_RECORD_SEPARATOR, $ORS,
1026$\, $LIST_SEPARATOR, $", $SUBSCRIPT_SEPARATOR, $SUBSEP, $;, $OFMT, $#,
53d7eaa8
JH
1027HANDLE->format_page_number(EXPR), $FORMAT_PAGE_NUMBER, $%,
1028HANDLE->format_lines_per_page(EXPR), $FORMAT_LINES_PER_PAGE, $=,
1029HANDLE->format_lines_left(EXPR), $FORMAT_LINES_LEFT, $-, @LAST_MATCH_START,
2a2bf5f4
JH
1030@-, C<$`> is the same as C<substr($var, 0, $-[0])>, C<$&> is the same as
1031C<substr($var, $-[0], $+[0] - $-[0])>, C<$'> is the same as C<substr($var,
1032$+[0])>, C<$1> is the same as C<substr($var, $-[1], $+[1] - $-[1])>, C<$2>
1033is the same as C<substr($var, $-[2], $+[2] - $-[2])>, C<$3> is the same as
53d7eaa8
JH
1034C<substr $var, $-[3], $+[3] - $-[3])>, HANDLE->format_name(EXPR),
1035$FORMAT_NAME, $~, HANDLE->format_top_name(EXPR), $FORMAT_TOP_NAME, $^,
2a2bf5f4
JH
1036IO::Handle->format_line_break_characters EXPR,
1037$FORMAT_LINE_BREAK_CHARACTERS, $:, IO::Handle->format_formfeed EXPR,
cb52f95f 1038$FORMAT_FORMFEED, $^L, $ACCUMULATOR, $^A, $CHILD_ERROR, $?, ${^ENCODING},
fa1c7b03 1039$OS_ERROR, $ERRNO, $!, %!, $EXTENDED_OS_ERROR, $^E, $EVAL_ERROR, $@,
cb52f95f
JH
1040$PROCESS_ID, $PID, $$, $REAL_USER_ID, $UID, $<, $EFFECTIVE_USER_ID, $EUID,
1041$>, $REAL_GROUP_ID, $GID, $(, $EFFECTIVE_GROUP_ID, $EGID, $),
1042$PROGRAM_NAME, $0, $[, $], $COMPILING, $^C, $DEBUGGING, $^D,
1043$SYSTEM_FD_MAX, $^F, $^H, %^H, $INPLACE_EDIT, $^I, $^M, $OSNAME, $^O,
428dc699
JH
1044${^OPEN}, $PERLDB, $^P, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80,
10450x100, 0x200, $LAST_REGEXP_CODE_RESULT, $^R, $EXCEPTIONS_BEING_CAUGHT, $^S,
2a551100
JH
1046$BASETIME, $^T, ${^TAINT}, ${^UNICODE}, $PERL_VERSION, $^V, $WARNING, $^W,
1047${^WARNING_BITS}, $EXECUTABLE_NAME, $^X, ARGV, $ARGV, @ARGV, ARGVOUT, @F,
1048@INC, @_, %INC, %ENV, $ENV{expr}, %SIG, $SIG{expr}
68dc0745 1049
c2e66d9e 1050=item Error Indicators
68dc0745 1051
c2e66d9e 1052=item Technical Note on the Syntax of Variable Names
4755096e 1053
c2e66d9e
GS
1054=back
1055
1056=item BUGS
4755096e
GS
1057
1058=back
1059
c2e66d9e 1060=head2 perllol - Manipulating Arrays of Arrays in Perl
4755096e 1061
d420ca49 1062=over 4
c2e66d9e
GS
1063
1064=item DESCRIPTION
1065
4d4e713d
JH
1066=over 4
1067
c2e66d9e
GS
1068=item Declaration and Access of Arrays of Arrays
1069
1070=item Growing Your Own
1071
1072=item Access and Printing
1073
1074=item Slices
1075
4d4e713d
JH
1076=back
1077
c2e66d9e
GS
1078=item SEE ALSO
1079
1080=item AUTHOR
4755096e
GS
1081
1082=back
1083
c2e66d9e 1084=head2 perlopentut - tutorial on opening things in Perl
4755096e 1085
d420ca49 1086=over 4
4755096e
GS
1087
1088=item DESCRIPTION
1089
c2e66d9e
GS
1090=item Open E<agrave> la shell
1091
d420ca49 1092=over 4
4755096e 1093
c2e66d9e 1094=item Simple Opens
4755096e 1095
2a551100
JH
1096=item Indirect Filehandles
1097
c2e66d9e 1098=item Pipe Opens
4755096e 1099
c2e66d9e 1100=item The Minus File
4755096e 1101
c2e66d9e 1102=item Mixing Reads and Writes
4755096e
GS
1103
1104=item Filters
1105
1106=back
1107
1108=item Open E<agrave> la C
1109
d420ca49 1110=over 4
4755096e
GS
1111
1112=item Permissions E<agrave> la mode
1113
1114=back
1115
1116=item Obscure Open Tricks
1117
d420ca49 1118=over 4
4755096e
GS
1119
1120=item Re-Opening Files (dups)
1121
1122=item Dispelling the Dweomer
1123
1124=item Paths as Opens
1125
1126=item Single Argument Open
1127
1128=item Playing with STDIN and STDOUT
1129
1130=back
1131
1132=item Other I/O Issues
1133
d420ca49 1134=over 4
4755096e
GS
1135
1136=item Opening Non-File Files
1137
2a551100
JH
1138=item Opening Named Pipes
1139
1140=item Opening Sockets
1141
4755096e
GS
1142=item Binary Files
1143
1144=item File Locking
1145
a9d2c496
JH
1146=item IO Layers
1147
4755096e
GS
1148=back
1149
1150=item SEE ALSO
1151
1152=item AUTHOR and COPYRIGHT
1153
1154=item HISTORY
1155
1156=back
1157
34babc16
JH
1158=head2 perlpacktut - tutorial on C<pack> and C<unpack>
1159
1160=over 4
1161
1162=item DESCRIPTION
1163
1164=item The Basic Principle
1165
1166=item Packing Text
1167
1168=item Packing Numbers
1169
1170=over 4
1171
1172=item Integers
1173
1174=item Unpacking a Stack Frame
1175
1176=item How to Eat an Egg on a Net
1177
1178=item Floating point Numbers
1179
1180=back
1181
1182=item Exotic Templates
1183
1184=over 4
1185
1186=item Bit Strings
1187
1188=item Uuencoding
1189
1190=item Doing Sums
1191
1192=item Unicode
1193
493a87da
JH
1194=item Another Portable Binary Encoding
1195
34babc16
JH
1196=back
1197
2a551100
JH
1198=item Template Grouping
1199
34babc16
JH
1200=item Lengths and Widths
1201
1202=over 4
1203
1204=item String Lengths
1205
1206=item Dynamic Templates
1207
2a551100
JH
1208=item Counting Repetitions
1209
34babc16
JH
1210=back
1211
1212=item Packing and Unpacking C Structures
1213
1214=over 4
1215
1216=item The Alignment Pit
1217
1218=item Alignment, Take 2
1219
248e172a
JH
1220=item Alignment, Take 3
1221
34babc16
JH
1222=item Pointers for How to Use Them
1223
1224=back
1225
1226=item Pack Recipes
1227
493a87da
JH
1228=item Funnies Section
1229
34babc16
JH
1230=item Authors
1231
1232=back
1233
c2e66d9e 1234=head2 perlretut - Perl regular expressions tutorial
4755096e 1235
d420ca49 1236=over 4
4755096e
GS
1237
1238=item DESCRIPTION
1239
c2e66d9e 1240=item Part 1: The basics
4755096e 1241
d420ca49 1242=over 4
4755096e 1243
c2e66d9e 1244=item Simple word matching
4755096e 1245
c2e66d9e 1246=item Using character classes
4755096e 1247
c2e66d9e 1248=item Matching this or that
4755096e 1249
c2e66d9e 1250=item Grouping things and hierarchical matching
4755096e 1251
c2e66d9e 1252=item Extracting matches
4755096e 1253
c2e66d9e 1254=item Matching repetitions
4755096e 1255
c2e66d9e 1256=item Building a regexp
4755096e 1257
c2e66d9e 1258=item Using regular expressions in Perl
4755096e 1259
c2e66d9e 1260=back
4755096e 1261
c2e66d9e 1262=item Part 2: Power tools
4755096e 1263
d420ca49 1264=over 4
4755096e 1265
c2e66d9e 1266=item More on characters, strings, and character classes
4755096e 1267
c2e66d9e 1268=item Compiling and saving regular expressions
4755096e 1269
c2e66d9e 1270=item Embedding comments and modifiers in a regular expression
4755096e 1271
c2e66d9e 1272=item Non-capturing groupings
4755096e 1273
c2e66d9e 1274=item Looking ahead and looking behind
4755096e 1275
c2e66d9e 1276=item Using independent subexpressions to prevent backtracking
4755096e 1277
c2e66d9e 1278=item Conditional expressions
4755096e 1279
c2e66d9e 1280=item A bit of magic: executing Perl code in a regular expression
4755096e 1281
c2e66d9e 1282=item Pragmas and debugging
4755096e
GS
1283
1284=back
1285
c2e66d9e 1286=item BUGS
4755096e 1287
c2e66d9e 1288=item SEE ALSO
4755096e 1289
c2e66d9e 1290=item AUTHOR AND COPYRIGHT
4755096e 1291
d420ca49 1292=over 4
4755096e 1293
c2e66d9e 1294=item Acknowledgments
4755096e
GS
1295
1296=back
1297
4755096e
GS
1298=back
1299
c2e66d9e 1300=head2 perlre - Perl regular expressions
4755096e 1301
d420ca49 1302=over 4
4755096e
GS
1303
1304=item DESCRIPTION
1305
c2e66d9e 1306i, m, s, x
4755096e 1307
d420ca49 1308=over 4
4755096e 1309
c2e66d9e 1310=item Regular Expressions
4755096e 1311
428dc699 1312[1], [2], [3], cntrl, graph, print, punct, xdigit
4755096e 1313
c2e66d9e 1314=item Extended Patterns
4755096e 1315
c2e66d9e
GS
1316C<(?#text)>, C<(?imsx-imsx)>, C<(?:pattern)>, C<(?imsx-imsx:pattern)>,
1317C<(?=pattern)>, C<(?!pattern)>, C<(?<=pattern)>, C<(?<!pattern)>, C<(?{
1318code })>, C<(??{ code })>, C<< (?>pattern) >>,
1319C<(?(condition)yes-pattern|no-pattern)>, C<(?(condition)yes-pattern)>
4755096e 1320
c2e66d9e 1321=item Backtracking
4755096e 1322
c2e66d9e 1323=item Version 8 Regular Expressions
4755096e 1324
c2e66d9e 1325=item Warning on \1 vs $1
4755096e 1326
c2e66d9e
GS
1327=item Repeated patterns matching zero-length substring
1328
1329=item Combining pieces together
1330
1331C<ST>, C<S|T>, C<S{REPEAT_COUNT}>, C<S{min,max}>, C<S{min,max}?>, C<S?>,
1332C<S*>, C<S+>, C<S??>, C<S*?>, C<S+?>, C<< (?>S) >>, C<(?=S)>, C<(?<=S)>,
1333C<(?!S)>, C<(?<!S)>, C<(??{ EXPR })>,
1334C<(?(condition)yes-pattern|no-pattern)>
1335
1336=item Creating custom RE engines
4755096e
GS
1337
1338=back
1339
c2e66d9e 1340=item BUGS
4755096e 1341
c2e66d9e 1342=item SEE ALSO
4755096e 1343
c2e66d9e
GS
1344=back
1345
d396a558
JH
1346=head2 perlref - Perl references and nested data structures
1347
d420ca49 1348=over 4
d396a558
JH
1349
1350=item NOTE
1351
1352=item DESCRIPTION
1353
d420ca49 1354=over 4
d396a558
JH
1355
1356=item Making References
1357
1358=item Using References
1359
1360=item Symbolic references
1361
1362=item Not-so-symbolic references
1363
1364=item Pseudo-hashes: Using an array as a hash
1365
1366=item Function Templates
1367
1368=back
1369
1370=item WARNING
1371
1372=item SEE ALSO
1373
1374=back
1375
c2e66d9e 1376=head2 perlform - Perl formats
4755096e 1377
d420ca49 1378=over 4
4755096e 1379
c2e66d9e 1380=item DESCRIPTION
4755096e 1381
d420ca49 1382=over 4
4755096e 1383
c2e66d9e 1384=item Format Variables
4755096e 1385
c2e66d9e 1386=back
4755096e 1387
c2e66d9e 1388=item NOTES
4755096e 1389
d420ca49 1390=over 4
c2e66d9e
GS
1391
1392=item Footers
1393
1394=item Accessing Formatting Internals
4755096e
GS
1395
1396=back
1397
c2e66d9e 1398=item WARNINGS
4755096e
GS
1399
1400=back
1401
d396a558 1402=head2 perlboot - Beginner's Object-Oriented Tutorial
4755096e 1403
d420ca49 1404=over 4
4755096e
GS
1405
1406=item DESCRIPTION
1407
d420ca49 1408=over 4
c2e66d9e 1409
d396a558
JH
1410=item If we could talk to the animals...
1411
1412=item Introducing the method invocation arrow
1413
1414=item Invoking a barnyard
1415
1416=item The extra parameter of method invocation
1417
1418=item Calling a second method to simplify things
1419
1420=item Inheriting the windpipes
1421
1422=item A few notes about @ISA
1423
1424=item Overriding the methods
1425
1426=item Starting the search from a different place
1427
1428=item The SUPER way of doing things
1429
1430=item Where we're at so far...
1431
1432=item A horse is a horse, of course of course -- or is it?
1433
1434=item Invoking an instance method
1435
1436=item Accessing the instance data
1437
1438=item How to build a horse
1439
1440=item Inheriting the constructor
1441
1442=item Making a method work with either classes or instances
1443
1444=item Adding parameters to a method
1445
1446=item More interesting instances
1447
1448=item A horse of a different color
1449
1450=item Summary
1451
1452=back
1453
1454=item SEE ALSO
1455
1456=item COPYRIGHT
1457
1458=back
1459
1460=head2 perltoot - Tom's object-oriented tutorial for perl
c2e66d9e 1461
d420ca49 1462=over 4
4755096e 1463
d396a558 1464=item DESCRIPTION
4755096e 1465
d396a558 1466=item Creating a Class
4755096e 1467
d420ca49 1468=over 4
4755096e 1469
d396a558 1470=item Object Representation
4755096e 1471
d396a558 1472=item Class Interface
4755096e 1473
d396a558 1474=item Constructors and Instance Methods
c2e66d9e 1475
d396a558 1476=item Planning for the Future: Better Constructors
c2e66d9e 1477
d396a558 1478=item Destructors
c2e66d9e 1479
d396a558 1480=item Other Object Methods
4755096e
GS
1481
1482=back
1483
d396a558 1484=item Class Data
4755096e 1485
d420ca49 1486=over 4
4755096e 1487
d396a558 1488=item Accessing Class Data
4755096e 1489
d396a558 1490=item Debugging Methods
4755096e 1491
d396a558 1492=item Class Destructors
4755096e 1493
d396a558 1494=item Documenting the Interface
4755096e 1495
d396a558 1496=back
4755096e 1497
d396a558
JH
1498=item Aggregation
1499
1500=item Inheritance
1501
d420ca49 1502=over 4
d396a558
JH
1503
1504=item Overridden Methods
1505
1506=item Multiple Inheritance
1507
1508=item UNIVERSAL: The Root of All Objects
4755096e 1509
c2e66d9e 1510=back
4755096e 1511
d396a558 1512=item Alternate Object Representations
4755096e 1513
d420ca49 1514=over 4
4755096e 1515
d396a558 1516=item Arrays as Objects
4755096e 1517
d396a558
JH
1518=item Closures as Objects
1519
1520=back
1521
1522=item AUTOLOAD: Proxy Methods
1523
d420ca49 1524=over 4
d396a558
JH
1525
1526=item Autoloaded Data Methods
1527
1528=item Inherited Autoloaded Data Methods
1529
1530=back
1531
1532=item Metaclassical Tools
1533
d420ca49 1534=over 4
d396a558
JH
1535
1536=item Class::Struct
1537
1538=item Data Members as Variables
4755096e 1539
d420ca49
AD
1540=back
1541
c2e66d9e 1542=item NOTES
4755096e 1543
d420ca49
AD
1544=over 4
1545
d396a558
JH
1546=item Object Terminology
1547
1548=back
1549
1550=item SEE ALSO
1551
1552=item AUTHOR AND COPYRIGHT
1553
1554=item COPYRIGHT
1555
d420ca49 1556=over 4
c2e66d9e 1557
d396a558 1558=item Acknowledgments
c2e66d9e 1559
d396a558 1560=back
c2e66d9e 1561
d396a558 1562=back
c2e66d9e 1563
890a53b9 1564=head2 perltooc - Tom's OO Tutorial for Class Data in Perl
c2e66d9e 1565
d420ca49 1566=over 4
c2e66d9e 1567
d396a558 1568=item DESCRIPTION
c2e66d9e 1569
dc5c060f
JH
1570=item Class Data in a Can
1571
d396a558
JH
1572=item Class Data as Package Variables
1573
d420ca49 1574=over 4
d396a558
JH
1575
1576=item Putting All Your Eggs in One Basket
1577
1578=item Inheritance Concerns
1579
1580=item The Eponymous Meta-Object
1581
1582=item Indirect References to Class Data
1583
1584=item Monadic Classes
1585
1586=item Translucent Attributes
4755096e
GS
1587
1588=back
1589
d396a558 1590=item Class Data as Lexical Variables
4755096e 1591
d420ca49 1592=over 4
4755096e 1593
d396a558
JH
1594=item Privacy and Responsibility
1595
1596=item File-Scoped Lexicals
1597
1598=item More Inheritance Concerns
1599
1600=item Locking the Door and Throwing Away the Key
1601
1602=item Translucency Revisited
4755096e 1603
c2e66d9e 1604=back
4755096e 1605
d396a558
JH
1606=item NOTES
1607
c2e66d9e 1608=item SEE ALSO
4755096e 1609
d396a558
JH
1610=item AUTHOR AND COPYRIGHT
1611
1612=item ACKNOWLEDGEMENTS
1613
c2e66d9e 1614=item HISTORY
4755096e 1615
c2e66d9e 1616=back
4755096e 1617
d396a558 1618=head2 perlobj - Perl objects
4755096e 1619
d420ca49 1620=over 4
4755096e 1621
c2e66d9e 1622=item DESCRIPTION
4755096e 1623
d420ca49 1624=over 4
4755096e 1625
d396a558 1626=item An Object is Simply a Reference
4755096e 1627
d396a558 1628=item A Class is Simply a Package
4755096e 1629
d396a558 1630=item A Method is Simply a Subroutine
4755096e 1631
d396a558 1632=item Method Invocation
4755096e 1633
bd28ded5 1634=item Indirect Object Syntax
d396a558
JH
1635
1636=item Default UNIVERSAL methods
1637
1638isa(CLASS), can(METHOD), VERSION( [NEED] )
1639
1640=item Destructors
1641
1642=item Summary
1643
1644=item Two-Phased Garbage Collection
4755096e 1645
c2e66d9e 1646=back
4755096e 1647
d396a558
JH
1648=item SEE ALSO
1649
1650=back
1651
1652=head2 perlbot - Bag'o Object Tricks (the BOT)
1653
d420ca49 1654=over 4
d396a558
JH
1655
1656=item DESCRIPTION
1657
1658=item OO SCALING TIPS
1659
1660=item INSTANCE VARIABLES
1661
1662=item SCALAR INSTANCE VARIABLES
1663
1664=item INSTANCE VARIABLE INHERITANCE
1665
1666=item OBJECT RELATIONSHIPS
1667
1668=item OVERRIDING SUPERCLASS METHODS
1669
1670=item USING RELATIONSHIP WITH SDBM
1671
1672=item THINKING OF CODE REUSE
1673
1674=item CLASS CONTEXT AND THE OBJECT
1675
1676=item INHERITING A CONSTRUCTOR
1677
1678=item DELEGATION
1679
2a551100
JH
1680=item SEE ALSO
1681
d396a558
JH
1682=back
1683
1684=head2 perltie - how to hide an object class in a simple variable
1685
d420ca49 1686=over 4
d396a558
JH
1687
1688=item SYNOPSIS
1689
1690=item DESCRIPTION
1691
d420ca49 1692=over 4
d396a558
JH
1693
1694=item Tying Scalars
1695
93d73c42
JH
1696TIESCALAR classname, LIST, FETCH this, STORE this, value, UNTIE this,
1697DESTROY this
d396a558
JH
1698
1699=item Tying Arrays
1700
1701TIEARRAY classname, LIST, FETCH this, index, STORE this, index, value,
165c0277
JH
1702FETCHSIZE this, STORESIZE this, count, EXTEND this, count, EXISTS this,
1703key, DELETE this, key, CLEAR this, PUSH this, LIST, POP this, SHIFT this,
1704UNSHIFT this, LIST, SPLICE this, offset, length, LIST, UNTIE this, DESTROY
1705this
d396a558
JH
1706
1707=item Tying Hashes
1708
1709USER, HOME, CLOBBER, LIST, TIEHASH classname, LIST, FETCH this, key, STORE
1710this, key, value, DELETE this, key, CLEAR this, EXISTS this, key, FIRSTKEY
93d73c42 1711this, NEXTKEY this, lastkey, UNTIE this, DESTROY this
d396a558
JH
1712
1713=item Tying FileHandles
1714
1715TIEHANDLE classname, LIST, WRITE this, LIST, PRINT this, LIST, PRINTF this,
93d73c42
JH
1716LIST, READ this, LIST, READLINE this, GETC this, CLOSE this, UNTIE this,
1717DESTROY this
d396a558 1718
9fa7f388
JH
1719=item UNTIE this
1720
d396a558
JH
1721=item The C<untie> Gotcha
1722
1723=back
4755096e 1724
c2e66d9e 1725=item SEE ALSO
4755096e 1726
d396a558
JH
1727=item BUGS
1728
1729=item AUTHOR
1730
c2e66d9e 1731=back
4755096e 1732
c2e66d9e
GS
1733=head2 perlipc - Perl interprocess communication (signals, fifos, pipes,
1734safe subprocesses, sockets, and semaphores)
4755096e 1735
d420ca49 1736=over 4
4755096e 1737
c2e66d9e 1738=item DESCRIPTION
4755096e 1739
c2e66d9e 1740=item Signals
4755096e 1741
a6812a52
JH
1742=over 4
1743
1744=item Handling the SIGHUP Signal in Daemons
1745
1746=back
1747
c2e66d9e 1748=item Named Pipes
4755096e 1749
d420ca49 1750=over 4
4755096e 1751
2a551100 1752=item Deferred Signals (Safe signals)
23be5fc4
JH
1753
1754Long running opcodes, Interrupting IO, Signals as "faults", Signals
1755triggered by operating system state
4755096e 1756
c2e66d9e 1757=back
4755096e 1758
c2e66d9e 1759=item Using open() for IPC
4755096e 1760
d420ca49 1761=over 4
4755096e 1762
c2e66d9e 1763=item Filehandles
4755096e 1764
c2e66d9e 1765=item Background Processes
4755096e 1766
c2e66d9e 1767=item Complete Dissociation of Child from Parent
4755096e 1768
c2e66d9e 1769=item Safe Pipe Opens
4755096e 1770
c2e66d9e 1771=item Bidirectional Communication with Another Process
4755096e 1772
c2e66d9e 1773=item Bidirectional Communication with Yourself
4755096e
GS
1774
1775=back
1776
c2e66d9e 1777=item Sockets: Client/Server Communication
4755096e 1778
d420ca49 1779=over 4
4755096e 1780
c2e66d9e 1781=item Internet Line Terminators
4755096e 1782
c2e66d9e 1783=item Internet TCP Clients and Servers
4755096e 1784
c2e66d9e
GS
1785=item Unix-Domain TCP Clients and Servers
1786
1787=back
1788
1789=item TCP Clients with IO::Socket
4755096e 1790
d420ca49 1791=over 4
4755096e 1792
c2e66d9e 1793=item A Simple Client
4755096e 1794
c2e66d9e 1795C<Proto>, C<PeerAddr>, C<PeerPort>
4755096e 1796
c2e66d9e 1797=item A Webget Client
4755096e 1798
c2e66d9e 1799=item Interactive Client with IO::Socket
4755096e 1800
c2e66d9e 1801=back
4755096e 1802
c2e66d9e 1803=item TCP Servers with IO::Socket
4755096e 1804
c2e66d9e 1805Proto, LocalPort, Listen, Reuse
4755096e 1806
c2e66d9e 1807=item UDP: Message Passing
4755096e 1808
c2e66d9e 1809=item SysV IPC
4755096e 1810
c2e66d9e 1811=item NOTES
4755096e 1812
c2e66d9e 1813=item BUGS
4755096e 1814
c2e66d9e 1815=item AUTHOR
4755096e 1816
c2e66d9e 1817=item SEE ALSO
4755096e
GS
1818
1819=back
1820
5e1b1338 1821=head2 perlfork - Perl's fork() emulation
4755096e 1822
d420ca49 1823=over 4
4755096e 1824
c2e66d9e
GS
1825=item SYNOPSIS
1826
1827=item DESCRIPTION
4755096e 1828
d420ca49 1829=over 4
4755096e 1830
c2e66d9e 1831=item Behavior of other Perl features in forked pseudo-processes
4755096e 1832
c2e66d9e
GS
1833$$ or $PROCESS_ID, %ENV, chdir() and all other builtins that accept
1834filenames, wait() and waitpid(), kill(), exec(), exit(), Open handles to
1835files, directories and network sockets
4755096e 1836
c2e66d9e 1837=item Resource limits
4755096e 1838
c2e66d9e 1839=item Killing the parent process
4755096e 1840
c2e66d9e 1841=item Lifetime of the parent process and pseudo-processes
4755096e 1842
c2e66d9e 1843=item CAVEATS AND LIMITATIONS
4755096e 1844
c2e66d9e
GS
1845BEGIN blocks, Open filehandles, Forking pipe open() not yet implemented,
1846Global state maintained by XSUBs, Interpreter embedded in larger
1847application, Thread-safety of extensions
4755096e 1848
c2e66d9e 1849=back
4755096e 1850
c2e66d9e
GS
1851=item BUGS
1852
1853=item AUTHOR
1854
1855=item SEE ALSO
4755096e
GS
1856
1857=back
1858
c2e66d9e 1859=head2 perlnumber - semantics of numbers and numeric operations in Perl
4755096e 1860
d420ca49 1861=over 4
4755096e 1862
c2e66d9e 1863=item SYNOPSIS
4755096e 1864
c2e66d9e 1865=item DESCRIPTION
4755096e 1866
c2e66d9e 1867=item Storing numbers
4755096e 1868
c2e66d9e 1869=item Numeric operators and numeric conversions
4755096e 1870
c2e66d9e 1871=item Flavors of Perl numeric operations
4755096e 1872
fee7b0fc
JH
1873Arithmetic operators, ++, Arithmetic operators during C<use integer>, Other
1874mathematical operators, Bitwise operators, Bitwise operators during C<use
c2e66d9e
GS
1875integer>, Operators which expect an integer, Operators which expect a
1876string
4755096e 1877
c2e66d9e 1878=item AUTHOR
4755096e 1879
c2e66d9e 1880=item SEE ALSO
4755096e
GS
1881
1882=back
1883
c2e66d9e 1884=head2 perlthrtut - tutorial on threads in Perl
4755096e 1885
d420ca49 1886=over 4
4755096e
GS
1887
1888=item DESCRIPTION
1889
c133c03f
JH
1890=item Status
1891
849d92fd
JH
1892=item What Is A Thread Anyway?
1893
1894=item Threaded Program Models
1895
1896=over 4
1897
1898=item Boss/Worker
1899
1900=item Work Crew
1901
1902=item Pipeline
1903
1904=back
1905
1906=item Native threads
1907
c133c03f 1908=item What kind of threads are Perl threads?
849d92fd 1909
a44e0ddd 1910=item Thread-Safe Modules
849d92fd
JH
1911
1912=item Thread Basics
1913
1914=over 4
1915
1916=item Basic Thread Support
1917
97f7c9df
JH
1918=item A Note about the Examples
1919
849d92fd
JH
1920=item Creating Threads
1921
1922=item Giving up control
1923
1924=item Waiting For A Thread To Exit
1925
1926=item Ignoring A Thread
1927
1928=back
1929
1930=item Threads And Data
1931
1932=over 4
1933
1934=item Shared And Unshared Data
1935
1936=item Thread Pitfalls: Races
1937
c133c03f 1938=back
849d92fd 1939
c133c03f 1940=item Synchronization and control
849d92fd 1941
c133c03f 1942=over 4
849d92fd 1943
c133c03f 1944=item Controlling access: lock()
849d92fd 1945
c133c03f 1946=item A Thread Pitfall: Deadlocks
849d92fd 1947
c133c03f 1948=item Queues: Passing Data Around
849d92fd
JH
1949
1950=item Semaphores: Synchronizing Data Access
1951
c133c03f
JH
1952=item Basic semaphores
1953
1954=item Advanced Semaphores
1955
1956=item cond_wait() and cond_signal()
849d92fd
JH
1957
1958=back
1959
1960=item General Thread Utility Routines
1961
1962=over 4
1963
1964=item What Thread Am I In?
1965
1966=item Thread IDs
1967
1968=item Are These Threads The Same?
1969
1970=item What Threads Are Running?
1971
1972=back
1973
1974=item A Complete Example
1975
c133c03f
JH
1976=item Performance considerations
1977
a44e0ddd
JH
1978=item Process-scope Changes
1979
1980=item Thread-Safety of System Libraries
23be5fc4 1981
849d92fd
JH
1982=item Conclusion
1983
1984=item Bibliography
1985
1986=over 4
1987
1988=item Introductory Texts
1989
1990=item OS-Related References
1991
1992=item Other References
1993
1994=back
1995
1996=item Acknowledgements
1997
1998=item AUTHOR
1999
2000=item Copyrights
2001
53d7eaa8
JH
2002=back
2003
2004=head2 perlothrtut - old tutorial on threads in Perl
2005
2006=over 4
2007
2008=item DESCRIPTION
2009
c2e66d9e 2010=item What Is A Thread Anyway?
4755096e 2011
c2e66d9e 2012=item Threaded Program Models
4755096e 2013
d420ca49 2014=over 4
4755096e 2015
c2e66d9e 2016=item Boss/Worker
4755096e 2017
c2e66d9e 2018=item Work Crew
4755096e 2019
c2e66d9e 2020=item Pipeline
4755096e
GS
2021
2022=back
2023
c2e66d9e 2024=item Native threads
4755096e 2025
c2e66d9e 2026=item What kind of threads are perl threads?
4755096e 2027
c2e66d9e 2028=item Threadsafe Modules
4755096e 2029
c2e66d9e 2030=item Thread Basics
4755096e 2031
d420ca49 2032=over 4
4755096e 2033
c2e66d9e 2034=item Basic Thread Support
4755096e 2035
c2e66d9e 2036=item Creating Threads
4755096e 2037
c2e66d9e 2038=item Giving up control
4755096e 2039
c2e66d9e 2040=item Waiting For A Thread To Exit
4755096e 2041
c2e66d9e 2042=item Errors In Threads
4755096e 2043
c2e66d9e 2044=item Ignoring A Thread
4755096e
GS
2045
2046=back
2047
c2e66d9e 2048=item Threads And Data
4755096e 2049
d420ca49 2050=over 4
4755096e 2051
c2e66d9e 2052=item Shared And Unshared Data
4755096e 2053
c2e66d9e 2054=item Thread Pitfall: Races
4755096e 2055
c2e66d9e 2056=item Controlling access: lock()
4755096e 2057
c2e66d9e 2058=item Thread Pitfall: Deadlocks
4755096e 2059
c2e66d9e 2060=item Queues: Passing Data Around
4755096e 2061
c2e66d9e 2062=back
4755096e 2063
c2e66d9e 2064=item Threads And Code
4755096e 2065
d420ca49 2066=over 4
4755096e 2067
c2e66d9e 2068=item Semaphores: Synchronizing Data Access
4755096e 2069
c2e66d9e 2070Basic semaphores, Advanced Semaphores
4755096e 2071
c2e66d9e 2072=item Attributes: Restricting Access To Subroutines
4755096e 2073
c2e66d9e 2074=item Subroutine Locks
4755096e 2075
c2e66d9e 2076=item Methods
4755096e 2077
c2e66d9e 2078=item Locking A Subroutine
4755096e
GS
2079
2080=back
2081
c2e66d9e 2082=item General Thread Utility Routines
4755096e 2083
d420ca49 2084=over 4
4755096e 2085
c2e66d9e 2086=item What Thread Am I In?
4755096e 2087
c2e66d9e 2088=item Thread IDs
4755096e 2089
c2e66d9e 2090=item Are These Threads The Same?
4755096e 2091
c2e66d9e 2092=item What Threads Are Running?
4755096e 2093
c2e66d9e 2094=back
4755096e 2095
c2e66d9e 2096=item A Complete Example
4755096e 2097
c2e66d9e 2098=item Conclusion
4755096e 2099
c2e66d9e 2100=item Bibliography
4755096e 2101
d420ca49 2102=over 4
4755096e 2103
c2e66d9e 2104=item Introductory Texts
4755096e 2105
c2e66d9e 2106=item OS-Related References
4755096e 2107
c2e66d9e 2108=item Other References
4755096e
GS
2109
2110=back
2111
c2e66d9e 2112=item Acknowledgements
4755096e 2113
c2e66d9e 2114=item AUTHOR
4755096e 2115
c2e66d9e 2116=item Copyrights
4755096e 2117
c2e66d9e 2118=back
4755096e 2119
c2e66d9e 2120=head2 perlport - Writing portable Perl
4755096e 2121
d420ca49 2122=over 4
4755096e 2123
c2e66d9e 2124=item DESCRIPTION
4755096e 2125
c2e66d9e
GS
2126Not all Perl programs have to be portable, Nearly all of Perl already I<is>
2127portable
4755096e 2128
c2e66d9e 2129=item ISSUES
4755096e 2130
d420ca49 2131=over 4
4755096e 2132
c2e66d9e 2133=item Newlines
4755096e 2134
c2e66d9e 2135=item Numbers endianness and Width
4755096e 2136
c2e66d9e 2137=item Files and Filesystems
4755096e 2138
c2e66d9e 2139=item System Interaction
4755096e 2140
a6812a52
JH
2141=item Command names versus file pathnames
2142
c2e66d9e 2143=item Interprocess Communication (IPC)
4755096e 2144
c2e66d9e 2145=item External Subroutines (XS)
4755096e 2146
c2e66d9e 2147=item Standard Modules
4755096e 2148
c2e66d9e 2149=item Time and Date
4755096e 2150
c2e66d9e 2151=item Character sets and character encoding
4755096e 2152
c2e66d9e 2153=item Internationalisation
4755096e 2154
c2e66d9e 2155=item System Resources
4755096e 2156
c2e66d9e 2157=item Security
4755096e 2158
c2e66d9e 2159=item Style
4755096e
GS
2160
2161=back
2162
c2e66d9e 2163=item CPAN Testers
4755096e 2164
c2e66d9e
GS
2165Mailing list: cpan-testers@perl.org, Testing results:
2166http://testers.cpan.org/
4755096e 2167
c2e66d9e 2168=item PLATFORMS
4755096e 2169
d420ca49 2170=over 4
4755096e 2171
c2e66d9e 2172=item Unix
4755096e 2173
c2e66d9e 2174=item DOS and Derivatives
4755096e 2175
c2e66d9e 2176=item S<Mac OS>
4755096e 2177
c2e66d9e 2178=item VMS
4755096e 2179
c2e66d9e 2180=item VOS
4755096e 2181
c2e66d9e 2182=item EBCDIC Platforms
4755096e 2183
c2e66d9e 2184=item Acorn RISC OS
4755096e 2185
c2e66d9e 2186=item Other perls
4755096e
GS
2187
2188=back
2189
c2e66d9e 2190=item FUNCTION IMPLEMENTATIONS
4755096e 2191
d420ca49 2192=over 4
4755096e 2193
c2e66d9e
GS
2194=item Alphabetical Listing of Perl Functions
2195
2196-I<X> FILEHANDLE, -I<X> EXPR, -I<X>, alarm SECONDS, alarm, binmode
2197FILEHANDLE, chmod LIST, chown LIST, chroot FILENAME, chroot, crypt
2198PLAINTEXT,SALT, dbmclose HASH, dbmopen HASH,DBNAME,MODE, dump LABEL, exec
ba62762e
JH
2199LIST, exit EXPR, exit, fcntl FILEHANDLE,FUNCTION,SCALAR, flock
2200FILEHANDLE,OPERATION, fork, getlogin, getpgrp PID, getppid, getpriority
2201WHICH,WHO, getpwnam NAME, getgrnam NAME, getnetbyname NAME, getpwuid UID,
2202getgrgid GID, getnetbyaddr ADDR,ADDRTYPE, getprotobynumber NUMBER,
2a551100
JH
2203getservbyport PORT,PROTO, getpwent, getgrent, gethostbyname, gethostent,
2204getnetent, getprotoent, getservent, sethostent STAYOPEN, setnetent
2205STAYOPEN, setprotoent STAYOPEN, setservent STAYOPEN, endpwent, endgrent,
2206endhostent, endnetent, endprotoent, endservent, getsockopt
2207SOCKET,LEVEL,OPTNAME, glob EXPR, glob, ioctl FILEHANDLE,FUNCTION,SCALAR,
2208kill SIGNAL, LIST, link OLDFILE,NEWFILE, lstat FILEHANDLE, lstat EXPR,
2209lstat, msgctl ID,CMD,ARG, msgget KEY,FLAGS, msgsnd ID,MSG,FLAGS, msgrcv
2210ID,VAR,SIZE,TYPE,FLAGS, open FILEHANDLE,EXPR, open FILEHANDLE, pipe
2211READHANDLE,WRITEHANDLE, readlink EXPR, readlink, select
2212RBITS,WBITS,EBITS,TIMEOUT, semctl ID,SEMNUM,CMD,ARG, semget
2213KEY,NSEMS,FLAGS, semop KEY,OPSTRING, setgrent, setpgrp PID,PGRP,
c2e66d9e
GS
2214setpriority WHICH,WHO,PRIORITY, setpwent, setsockopt
2215SOCKET,LEVEL,OPTNAME,OPTVAL, shmctl ID,CMD,ARG, shmget KEY,SIZE,FLAGS,
80cbd5ad
JH
2216shmread ID,VAR,POS,SIZE, shmwrite ID,STRING,POS,SIZE, sockatmark SOCKET,
2217socketpair SOCKET1,SOCKET2,DOMAIN,TYPE,PROTOCOL, stat FILEHANDLE, stat
2218EXPR, stat, symlink OLDFILE,NEWFILE, syscall LIST, sysopen
d396a558
JH
2219FILEHANDLE,FILENAME,MODE,PERMS, system LIST, times, truncate
2220FILEHANDLE,LENGTH, truncate EXPR,LENGTH, umask EXPR, umask, utime LIST,
2221wait, waitpid PID,FLAGS
4755096e 2222
d396a558 2223=back
4755096e 2224
d396a558 2225=item CHANGES
4755096e 2226
2a551100
JH
2227v1.49, 12 August 2002, v1.48, 02 February 2001, v1.47, 22 March 2000,
2228v1.46, 12 February 2000, v1.45, 20 December 1999, v1.44, 19 July 1999,
2229v1.43, 24 May 1999, v1.42, 22 May 1999, v1.41, 19 May 1999, v1.40, 11 April
22301999, v1.39, 11 February 1999, v1.38, 31 December 1998, v1.37, 19 December
22311998, v1.36, 9 September 1998, v1.35, 13 August 1998, v1.33, 06 August
22321998, v1.32, 05 August 1998, v1.30, 03 August 1998, v1.23, 10 July 1998
4755096e 2233
d396a558 2234=item Supported Platforms
4755096e 2235
d396a558 2236=item SEE ALSO
4755096e 2237
d396a558 2238=item AUTHORS / CONTRIBUTORS
4755096e 2239
4755096e
GS
2240=back
2241
d396a558
JH
2242=head2 perllocale - Perl locale handling (internationalization and
2243localization)
4755096e 2244
d420ca49 2245=over 4
4755096e 2246
d396a558 2247=item DESCRIPTION
4755096e 2248
d396a558
JH
2249=item PREPARING TO USE LOCALES
2250
2251=item USING LOCALES
4755096e 2252
d420ca49 2253=over 4
4755096e 2254
d396a558 2255=item The use locale pragma
4755096e 2256
d396a558 2257=item The setlocale function
4755096e 2258
d396a558 2259=item Finding locales
4755096e 2260
d396a558 2261=item LOCALE PROBLEMS
4755096e 2262
d396a558 2263=item Temporarily fixing locale problems
4755096e 2264
d396a558 2265=item Permanently fixing locale problems
4755096e 2266
d396a558 2267=item Permanently fixing your system's locale configuration
4755096e 2268
d396a558 2269=item Fixing system locale configuration
4755096e 2270
d396a558 2271=item The localeconv function
4755096e 2272
d0363f02
JH
2273=item I18N::Langinfo
2274
4755096e
GS
2275=back
2276
d396a558 2277=item LOCALE CATEGORIES
4755096e 2278
d420ca49 2279=over 4
4755096e 2280
d396a558 2281=item Category LC_COLLATE: Collation
4755096e 2282
d396a558 2283=item Category LC_CTYPE: Character Types
4755096e 2284
d396a558 2285=item Category LC_NUMERIC: Numeric Formatting
4755096e 2286
d396a558 2287=item Category LC_MONETARY: Formatting of monetary amounts
4755096e 2288
d396a558 2289=item LC_TIME
4755096e 2290
d396a558 2291=item Other categories
4755096e 2292
d396a558 2293=back
4755096e 2294
d396a558 2295=item SECURITY
4755096e 2296
d396a558 2297=item ENVIRONMENT
4755096e 2298
d396a558
JH
2299PERL_BADLANG, LC_ALL, LANGUAGE, LC_CTYPE, LC_COLLATE, LC_MONETARY,
2300LC_NUMERIC, LC_TIME, LANG
4755096e 2301
d396a558 2302=item NOTES
4755096e 2303
d420ca49 2304=over 4
4755096e 2305
d396a558 2306=item Backward compatibility
4755096e 2307
d396a558 2308=item I18N:Collate obsolete
4755096e 2309
d396a558 2310=item Sort speed and memory use impacts
4755096e 2311
d396a558 2312=item write() and LC_NUMERIC
4755096e 2313
d396a558 2314=item Freely available locale definitions
4755096e 2315
d396a558 2316=item I18n and l10n
4755096e 2317
d396a558 2318=item An imperfect standard
4755096e
GS
2319
2320=back
2321
b2deec1d
JH
2322=item Unicode and UTF-8
2323
d396a558 2324=item BUGS
4755096e 2325
d420ca49 2326=over 4
4755096e 2327
d396a558 2328=item Broken systems
4755096e
GS
2329
2330=back
2331
2332=item SEE ALSO
2333
d396a558 2334=item HISTORY
4755096e
GS
2335
2336=back
2337
07fcf8ff 2338=head2 perluniintro - Perl Unicode introduction
ba62762e
JH
2339
2340=over 4
2341
2342=item DESCRIPTION
2343
2344=over 4
2345
2346=item Unicode
2347
2348=item Perl's Unicode Support
2349
2350=item Perl's Unicode Model
2351
b2deec1d
JH
2352=item Unicode and EBCDIC
2353
ba62762e
JH
2354=item Creating Unicode
2355
2356=item Handling Unicode
2357
2358=item Legacy Encodings
2359
2360=item Unicode I/O
2361
3ecb3787
JH
2362=item Displaying Unicode As Text
2363
ba62762e
JH
2364=item Special Cases
2365
2366=item Advanced Topics
2367
2368=item Miscellaneous
2369
2370=item Questions With Answers
2371
ba62762e
JH
2372=item Hexadecimal Notation
2373
2374=item Further Resources
2375
2376=back
2377
34babc16
JH
2378=item UNICODE IN OLDER PERLS
2379
ba62762e
JH
2380=item SEE ALSO
2381
23be5fc4 2382=item ACKNOWLEDGMENTS
ba62762e
JH
2383
2384=item AUTHOR, COPYRIGHT, AND LICENSE
2385
2386=back
2387
d396a558 2388=head2 perlunicode - Unicode support in Perl
4755096e 2389
d420ca49 2390=over 4
4755096e
GS
2391
2392=item DESCRIPTION
2393
d420ca49 2394=over 4
4755096e 2395
e42c74e1 2396=item Important Caveats
4755096e 2397
cb9c8b59
JH
2398Input and Output Layers, Regular Expressions, C<use utf8> still needed to
2399enable UTF-8/UTF-EBCDIC in scripts
4755096e 2400
23be5fc4 2401=item Byte and Character Semantics
4755096e 2402
23be5fc4 2403=item Effects of Character Semantics
4755096e 2404
fbe3d936
JH
2405=item Scripts
2406
2407=item Blocks
2408
23be5fc4 2409=item User-Defined Character Properties
95fb7f7f 2410
23be5fc4 2411=item Character Encodings for Input and Output
4755096e 2412
80327a3d 2413=item Unicode Regular Expression Support Level
ba62762e
JH
2414
2415=item Unicode Encodings
2416
d8416318 2417=item Security Implications of Unicode
ba62762e
JH
2418
2419=item Unicode in Perl on EBCDIC
2420
b2deec1d
JH
2421=item Locales
2422
8b9c797b
JH
2423=item When Unicode Does Not Happen
2424
2425chmod, chmod, chown, chroot, exec, link, mkdir, rename, rmdir, stat,
2426symlink, truncate, unlink, utime, %ENV, glob (aka the <*>), open, opendir,
2427sysopen, qx (aka the backtick operator), system, readdir, readlink
2428
2429=item Forcing Unicode in Perl (Or Unforcing Unicode in Perl)
2430
37b1fd75
JH
2431=item Using Unicode in XS
2432
ba62762e
JH
2433=back
2434
80327a3d 2435=item BUGS
4755096e 2436
d8416318
JH
2437=over 4
2438
23be5fc4 2439=item Interaction with Locales
d8416318 2440
23be5fc4 2441=item Interaction with Extensions
d8416318 2442
23be5fc4 2443=item Speed
d8416318 2444
2a551100
JH
2445=item Porting code from perl-5.6.X
2446
d8416318
JH
2447=back
2448
b2deec1d
JH
2449=item SEE ALSO
2450
4755096e
GS
2451=back
2452
d396a558 2453=head2 perlebcdic - Considerations for running Perl on EBCDIC platforms
4755096e 2454
d420ca49 2455=over 4
4755096e 2456
d396a558 2457=item DESCRIPTION
4755096e 2458
d396a558 2459=item COMMON CHARACTER CODE SETS
4755096e 2460
d420ca49 2461=over 4
4755096e 2462
d396a558 2463=item ASCII
4755096e 2464
d396a558 2465=item ISO 8859
4755096e 2466
d396a558 2467=item Latin 1 (ISO 8859-1)
4755096e 2468
d396a558 2469=item EBCDIC
4755096e 2470
d396a558 2471=item 13 variant characters
4755096e 2472
d396a558 2473=item 0037
4755096e 2474
d396a558 2475=item 1047
4755096e 2476
d396a558 2477=item POSIX-BC
4755096e 2478
b2deec1d
JH
2479=item Unicode code points versus EBCDIC code points
2480
2481=item Remaining Perl Unicode problems in EBCDIC
2482
41ca3a40
JH
2483=item Unicode and UTF
2484
ff426ff2
JH
2485=item Using Encode
2486
4755096e
GS
2487=back
2488
d396a558 2489=item SINGLE OCTET TABLES
4755096e 2490
41ca3a40 2491recipe 0, recipe 1, recipe 2, recipe 3, recipe 4, recipe 5, recipe 6
4755096e 2492
d396a558 2493=item IDENTIFYING CHARACTER CODE SETS
4755096e 2494
d396a558 2495=item CONVERSIONS
4755096e 2496
d420ca49 2497=over 4
37d4d706
JH
2498
2499=item tr///
2500
2501=item iconv
2502
2503=item C RTL
2504
2505=back
2506
d396a558 2507=item OPERATOR DIFFERENCES
4755096e 2508
d396a558 2509=item FUNCTION DIFFERENCES
4755096e 2510
d396a558 2511chr(), ord(), pack(), print(), printf(), sort(), sprintf(), unpack()
4755096e 2512
d396a558 2513=item REGULAR EXPRESSION DIFFERENCES
4755096e 2514
d396a558 2515=item SOCKETS
4755096e 2516
d396a558 2517=item SORTING
4755096e 2518
d420ca49 2519=over 4
4755096e 2520
9fa7f388 2521=item Ignore ASCII vs. EBCDIC sort differences.
4755096e 2522
9fa7f388 2523=item MONO CASE then sort data.
4755096e 2524
9fa7f388 2525=item Convert, sort data, then re convert.
4755096e 2526
d396a558 2527=item Perform sorting on one type of machine only.
4755096e
GS
2528
2529=back
2530
41ca3a40 2531=item TRANSFORMATION FORMATS
37d4d706 2532
d420ca49 2533=over 4
37d4d706
JH
2534
2535=item URL decoding and encoding
2536
2537=item uu encoding and decoding
2538
2539=item Quoted-Printable encoding and decoding
2540
41ca3a40 2541=item Caesarian ciphers
37d4d706
JH
2542
2543=back
2544
2545=item Hashing order and checksums
4755096e 2546
d396a558 2547=item I18N AND L10N
4755096e 2548
d396a558 2549=item MULTI OCTET CHARACTER SETS
4755096e 2550
d396a558 2551=item OS ISSUES
4755096e 2552
d420ca49 2553=over 4
4755096e 2554
2a551100 2555=item OS/400
7029d033 2556
2a551100 2557PASE, IFS access
4755096e 2558
41ca3a40 2559=item OS/390, z/OS
4755096e 2560
41ca3a40 2561chcp, dataset access, OS/390, z/OS iconv, locales
4755096e 2562
d396a558 2563=item VM/ESA?
4755096e 2564
d396a558 2565=item POSIX-BC?
4755096e 2566
d396a558 2567=back
4755096e 2568
9fa7f388
JH
2569=item BUGS
2570
b3b6085d
PP
2571=item SEE ALSO
2572
d396a558 2573=item REFERENCES
c2e66d9e 2574
41ca3a40
JH
2575=item HISTORY
2576
d396a558 2577=item AUTHOR
4755096e
GS
2578
2579=back
2580
d396a558 2581=head2 perlsec - Perl security
4755096e 2582
d420ca49 2583=over 4
4755096e 2584
4755096e
GS
2585=item DESCRIPTION
2586
d420ca49 2587=over 4
4755096e 2588
d396a558 2589=item Laundering and Detecting Tainted Data
4755096e 2590
d396a558 2591=item Switches On the "#!" Line
4755096e 2592
d396a558 2593=item Cleaning Up Your Path
c2e66d9e 2594
d396a558 2595=item Security Bugs
c2e66d9e 2596
d396a558 2597=item Protecting Your Programs
4755096e 2598
d8416318
JH
2599=item Unicode
2600
4755096e
GS
2601=back
2602
c2e66d9e
GS
2603=item SEE ALSO
2604
4755096e
GS
2605=back
2606
c2e66d9e 2607=head2 perlmod - Perl modules (packages and symbol tables)
4755096e 2608
d420ca49 2609=over 4
4755096e
GS
2610
2611=item DESCRIPTION
2612
d420ca49 2613=over 4
4755096e 2614
c2e66d9e 2615=item Packages
4755096e 2616
c2e66d9e 2617=item Symbol Tables
4755096e 2618
c2e66d9e 2619=item Package Constructors and Destructors
4755096e 2620
c2e66d9e 2621=item Perl Classes
4755096e 2622
c2e66d9e 2623=item Perl Modules
4755096e 2624
a6fb92f1
JH
2625=item Making your module threadsafe
2626
4755096e
GS
2627=back
2628
c2e66d9e 2629=item SEE ALSO
4755096e 2630
c2e66d9e 2631=back
4755096e 2632
35bf961c
JH
2633=head2 perlmodinstall - Installing CPAN Modules
2634
2635=over 4
2636
2637=item DESCRIPTION
2638
2639=over 4
2640
2641=item PREAMBLE
2642
2643B<DECOMPRESS> the file, B<UNPACK> the file into a directory, B<BUILD> the
2644module (sometimes unnecessary), B<INSTALL> the module
2645
2646=back
2647
2648=item PORTABILITY
2649
2650=item HEY
2651
2652=item AUTHOR
2653
2654=item COPYRIGHT
2655
2656=back
2657
c2e66d9e 2658=head2 perlmodlib - constructing new Perl modules and finding existing ones
4755096e 2659
d420ca49 2660=over 4
4755096e 2661
c2e66d9e 2662=item THE PERL MODULE LIBRARY
4755096e 2663
d420ca49 2664=over 4
4755096e 2665
c2e66d9e 2666=item Pragmatic Modules
4755096e 2667
2a551100
JH
2668assertions, assertions::activate, attributes, attrs, autouse, base, bigint,
2669bignum, bigrat, blib, bytes, charnames, constant, diagnostics, encoding,
2670fields, filetest, if, integer, less, lib, locale, open, ops, overload, re,
2671sigtrap, sort, strict, subs, threads, threads::shared, utf8, vars, version,
2672vmsish, warnings, warnings::register
4755096e 2673
c2e66d9e 2674=item Standard Modules
4755096e 2675
c133c03f
JH
2676AnyDBM_File, Attribute::Handlers, AutoLoader, AutoSplit, B, B::Asmdata,
2677B::Assembler, B::Bblock, B::Bytecode, B::C, B::CC, B::Concise, B::Debug,
2678B::Deparse, B::Disassembler, B::Lint, B::Showlex, B::Stackobj, B::Stash,
2679B::Terse, B::Xref, Benchmark, ByteLoader, CGI, CGI::Apache, CGI::Carp,
2680CGI::Cookie, CGI::Fast, CGI::Pretty, CGI::Push, CGI::Switch, CGI::Util,
2681CPAN, CPAN::FirstTime, CPAN::Nox, Carp, Carp::Heavy, Class::ISA,
2a551100
JH
2682Class::Struct, Config, Cwd, DB, DB_File, Data::Dumper, Devel::DProf,
2683Devel::PPPort, Devel::Peek, Devel::SelfStubber, Digest, Digest::MD5,
2684DirHandle, Dumpvalue, DynaLoader, Encode, Encode::Alias, Encode::Byte,
2685Encode::CJKConstants, Encode::CN, Encode::CN::HZ, Encode::Config,
2686Encode::EBCDIC, Encode::Encoder, Encode::Encoding, Encode::Guess,
2687Encode::JP, Encode::JP::H2Z, Encode::JP::JIS7, Encode::KR,
2688Encode::KR::2022_KR, Encode::MIME::Header, Encode::PerlIO,
8b9c797b
JH
2689Encode::Supported, Encode::Symbol, Encode::TW, Encode::Unicode,
2690Encode::Unicode::UTF7, English, Env, Errno, Exporter, Exporter::Heavy,
2691ExtUtils::Command, ExtUtils::Command::MM, ExtUtils::Constant,
2692ExtUtils::Embed, ExtUtils::Install, ExtUtils::Installed, ExtUtils::Liblist,
2693ExtUtils::MM, ExtUtils::MM_Any, ExtUtils::MM_BeOS, ExtUtils::MM_Cygwin,
2694ExtUtils::MM_DOS, ExtUtils::MM_MacOS, ExtUtils::MM_NW5, ExtUtils::MM_OS2,
2695ExtUtils::MM_UWIN, ExtUtils::MM_Unix, ExtUtils::MM_VMS, ExtUtils::MM_Win32,
2a551100
JH
2696ExtUtils::MM_Win95, ExtUtils::MY, ExtUtils::MakeMaker,
2697ExtUtils::MakeMaker::FAQ, ExtUtils::MakeMaker::Tutorial,
8b9c797b
JH
2698ExtUtils::MakeMaker::bytes, ExtUtils::MakeMaker::vmsish,
2699ExtUtils::Manifest, ExtUtils::Mkbootstrap, ExtUtils::Mksymlists,
2700ExtUtils::Packlist, ExtUtils::testlib, Fatal, Fcntl, File::Basename,
2701File::CheckTree, File::Compare, File::Copy, File::DosGlob, File::Find,
2702File::Glob, File::Path, File::Spec, File::Spec::Cygwin, File::Spec::Epoc,
2703File::Spec::Functions, File::Spec::Mac, File::Spec::OS2, File::Spec::Unix,
2704File::Spec::VMS, File::Spec::Win32, File::Temp, File::stat, FileCache,
2705FileHandle, Filter::Simple, Filter::Util::Call, FindBin, GDBM_File,
2706Getopt::Long, Getopt::Std, Hash::Util, I18N::Collate, I18N::LangTags,
2707I18N::LangTags::List, I18N::Langinfo, IO, IO::Dir, IO::File, IO::Handle,
2708IO::Pipe, IO::Poll, IO::Seekable, IO::Select, IO::Socket, IO::Socket::INET,
2709IO::Socket::UNIX, IPC::Open2, IPC::Open3, IPC::SysV, IPC::SysV::Msg,
2710IPC::SysV::Semaphore, List::Util, Locale::Constants, Locale::Country,
2711Locale::Currency, Locale::Language, Locale::Maketext,
2712Locale::Maketext::TPJ13, Locale::Script, MIME::Base64,
2a551100
JH
2713MIME::Base64::QuotedPrint, Math::BigFloat, Math::BigInt,
2714Math::BigInt::Calc, Math::BigInt::Scalar, Math::BigRat, Math::Complex,
2715Math::Trig, Memoize, Memoize::AnyDBM_File, Memoize::Expire,
2716Memoize::ExpireFile, Memoize::ExpireTest, Memoize::NDBM_File,
2717Memoize::SDBM_File, Memoize::Storable, NDBM_File, NEXT, Net::Cmd,
2718Net::Config, Net::Domain, Net::FTP, Net::NNTP, Net::Netrc, Net::POP3,
2719Net::Ping, Net::SMTP, Net::Time, Net::hostent, Net::libnetFAQ, Net::netent,
2720Net::protoent, Net::servent, O, ODBM_File, Opcode, POSIX, PerlIO,
2721PerlIO::encoding, PerlIO::scalar, PerlIO::via, PerlIO::via::QuotedPrint,
2722Pod::Checker, Pod::Find, Pod::Functions, Pod::Html, Pod::InputObjects,
2723Pod::LaTeX, Pod::Man, Pod::ParseLink, Pod::ParseUtils, Pod::Parser,
2724Pod::Perldoc::ToChecker, Pod::Perldoc::ToMan, Pod::Perldoc::ToNroff,
2725Pod::Perldoc::ToPod, Pod::Perldoc::ToRtf, Pod::Perldoc::ToText,
2726Pod::Perldoc::ToTk, Pod::Perldoc::ToXml, Pod::PlainText, Pod::Plainer,
2727Pod::Select, Pod::Text, Pod::Text::Color, Pod::Text::Overstrike,
2728Pod::Text::Termcap, Pod::Usage, SDBM_File, Safe, Scalar::Util,
2729Search::Dict, SelectSaver, SelfLoader, Shell, Socket, Storable, Switch,
2730Symbol, Sys::Hostname, Sys::Syslog, Term::ANSIColor, Term::Cap,
2731Term::Complete, Term::ReadLine, Test, Test::Builder, Test::Harness,
2732Test::Harness::Assert, Test::Harness::Iterator, Test::Harness::Straps,
2733Test::More, Test::Simple, Test::Tutorial, Text::Abbrev, Text::Balanced,
2734Text::ParseWords, Text::Soundex, Text::Tabs, Text::Wrap, Thread,
2735Thread::Queue, Thread::Semaphore, Thread::Signal, Thread::Specific,
2736Tie::Array, Tie::File, Tie::Handle, Tie::Hash, Tie::Memoize, Tie::RefHash,
2737Tie::Scalar, Tie::SubstrHash, Time::HiRes, Time::Local, Time::gmtime,
2738Time::localtime, Time::tm, UNIVERSAL, Unicode::Collate, Unicode::Normalize,
2739Unicode::UCD, User::grent, User::pwent, Win32, XS::APItest, XS::Typemap,
2740XSLoader
4755096e 2741
c2e66d9e 2742=item Extension Modules
4755096e 2743
c2e66d9e 2744=back
4755096e 2745
c2e66d9e 2746=item CPAN
4755096e 2747
603b90a8
JH
2748=over 4
2749
2750=item Africa
2751
5df44211
JH
2752South Africa
2753
603b90a8
JH
2754=item Asia
2755
5df44211
JH
2756China, India, Indonesia, Israel, Japan, Korea, Philippines, Russian
2757Federation, Saudi Arabia, Singapore, South Korea, Taiwan, Thailand
2758
603b90a8
JH
2759=item Central America
2760
5df44211
JH
2761Costa Rica
2762
603b90a8
JH
2763=item Europe
2764
5df44211
JH
2765Austria, Belgium, Bulgaria, Croatia, Czech Republic, Denmark, Estonia,
2766Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Latvia,
2767Lithuania, Netherlands, Norway, Poland, Portugal, Romania, Russia,
2768Slovakia, Slovenia, Spain, Sweden, Switzerland, Turkey, Ukraine, United
2769Kingdom
2770
603b90a8
JH
2771=item North America
2772
5df44211
JH
2773Alberta, Manitoba, Nova Scotia, Ontario, Quebec, Mexico
2774
2775=item United States
2776
2777Alabama, California, Colorado, Delaware, District of Columbia, Florida,
2778Illinois, Indiana, Kentucky, Massachusetts, Michigan, New Jersey, New York,
2779North Carolina, Ohio, Oklahoma, Oregon, Pennsylvania, Tennessee, Texas,
2780Utah, Virginia, ashington, Wisconsin
2781
603b90a8
JH
2782=item Oceania
2783
5df44211
JH
2784Australia, New Zealand
2785
603b90a8
JH
2786=item South America
2787
5df44211
JH
2788Argentina, Brazil, Chile
2789
2790=item RSYNC Mirrors
2791
603b90a8 2792=back
4755096e 2793
c2e66d9e 2794=item Modules: Creation, Use, and Abuse
4755096e 2795
d420ca49 2796=over 4
4755096e 2797
c2e66d9e 2798=item Guidelines for Module Creation
4755096e 2799
c2e66d9e 2800=item Guidelines for Converting Perl 4 Library Scripts into Modules
4755096e 2801
c2e66d9e 2802=item Guidelines for Reusing Application Code
4755096e 2803
c2e66d9e 2804=back
4755096e 2805
c2e66d9e 2806=item NOTE
4755096e 2807
c2e66d9e 2808=back
4755096e 2809
35bf961c 2810=head2 perlmodstyle - Perl module style guide
4755096e 2811
d420ca49 2812=over 4
4755096e 2813
35bf961c
JH
2814=item INTRODUCTION
2815
2816=item QUICK CHECKLIST
4755096e 2817
d420ca49 2818=over 4
4755096e 2819
35bf961c 2820=item Before you start
4755096e 2821
35bf961c
JH
2822=item The API
2823
2824=item Stability
2825
2826=item Documentation
2827
2828=item Release considerations
4755096e 2829
c2e66d9e 2830=back
4755096e 2831
35bf961c 2832=item BEFORE YOU START WRITING A MODULE
a9ef4385 2833
35bf961c 2834=over 4
c2e66d9e 2835
35bf961c 2836=item Has it been done before?
c2e66d9e 2837
35bf961c
JH
2838=item Do one thing and do it well
2839
2840=item What's in a name?
2841
2842=back
2843
2844=item DESIGNING AND WRITING YOUR MODULE
2845
2846=over 4
2847
2848=item To OO or not to OO?
2849
2850=item Designing your API
2851
2852Write simple routines to do simple things, Separate functionality from
2853output, Provide sensible shortcuts and defaults, Naming conventions,
2854Parameter passing
2855
2856=item Strictness and warnings
2857
2858=item Backwards compatibility
2859
2860=item Error handling and messages
2861
2862=back
2863
2864=item DOCUMENTING YOUR MODULE
2865
2866=over 4
2867
2868=item POD
2869
2870=item README, INSTALL, release notes, changelogs
2871
2a551100
JH
2872perl Makefile.PL, make, make test, make install, perl Build.PL, perl Build,
2873perl Build test, perl Build install
2874
35bf961c
JH
2875=back
2876
2877=item RELEASE CONSIDERATIONS
2878
2879=over 4
2880
2881=item Version numbering
2882
2883=item Pre-requisites
2884
2885=item Testing
2886
2887=item Packaging
2888
2889=item Licensing
2890
2891=back
2892
2893=item COMMON PITFALLS
2894
2895=over 4
2896
2897=item Reinventing the wheel
2898
2899=item Trying to do too much
2900
2901=item Inappropriate documentation
2902
2903=back
2904
2905=item SEE ALSO
2906
2a551100
JH
2907L<perlstyle>, L<perlnewmod>, L<perlpod>, L<podchecker>, Packaging Tools,
2908Testing tools, http://pause.perl.org/, Any good book on software
2909engineering
35bf961c
JH
2910
2911=item AUTHOR
4755096e
GS
2912
2913=back
2914
c2e66d9e 2915=head2 perlnewmod - preparing a new module for distribution
4755096e 2916
d420ca49 2917=over 4
4755096e 2918
c2e66d9e 2919=item DESCRIPTION
4755096e 2920
d420ca49 2921=over 4
4755096e 2922
c2e66d9e 2923=item Warning
4755096e 2924
c2e66d9e 2925=item What should I make into a module?
4755096e 2926
c2e66d9e 2927=item Step-by-step: Preparing the ground
4755096e 2928
c2e66d9e 2929Look around, Check it's new, Discuss the need, Choose a name, Check again
4755096e 2930
c2e66d9e 2931=item Step-by-step: Making the module
4755096e 2932
c2e66d9e 2933Start with F<h2xs>, Use L<strict|strict> and L<warnings|warnings>, Use
4d4e713d
JH
2934L<Carp|Carp>, Use L<Exporter|Exporter> - wisely!, Use L<plain old
2935documentation|perlpod>, Write tests, Write the README
4755096e 2936
c2e66d9e 2937=item Step-by-step: Distributing your module
4755096e 2938
c2e66d9e
GS
2939Get a CPAN user ID, C<perl Makefile.PL; make test; make dist>, Upload the
2940tarball, Announce to the modules list, Announce to clpa, Fix bugs!
4755096e 2941
c2e66d9e 2942=back
4755096e 2943
c2e66d9e 2944=item AUTHOR
4755096e 2945
c2e66d9e 2946=item SEE ALSO
4755096e
GS
2947
2948=back
2949
2a551100
JH
2950=head2 perlfaq1 - General Questions About Perl ($Revision: 1.11 $, $Date:
29512002/12/06 07:40:11 $)
4755096e 2952
d420ca49 2953=over 4
4755096e
GS
2954
2955=item DESCRIPTION
2956
d420ca49 2957=over 4
4755096e
GS
2958
2959=item What is Perl?
2960
2961=item Who supports Perl? Who develops it? Why is it free?
2962
2963=item Which version of Perl should I use?
2964
2965=item What are perl4 and perl5?
2966
2967=item What is perl6?
2968
2969=item How stable is Perl?
2970
2971=item Is Perl difficult to learn?
2972
2973=item How does Perl compare with other languages like Java, Python, REXX,
2974Scheme, or Tcl?
2975
2976=item Can I do [task] in Perl?
2977
2978=item When shouldn't I program in Perl?
2979
2980=item What's the difference between "perl" and "Perl"?
2981
2982=item Is it a Perl program or a Perl script?
2983
2984=item What is a JAPH?
2985
2986=item Where can I get a list of Larry Wall witticisms?
2987
165c0277 2988=item How can I convince my sysadmin/supervisor/employees to use version
fe9287c4 29895/5.6.1/Perl instead of some other language?
4755096e
GS
2990
2991=back
2992
2993=item AUTHOR AND COPYRIGHT
2994
2995=back
2996
2a551100
JH
2997=head2 perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.20 $,
2998$Date: 2003/01/26 17:50:56 $)
4755096e 2999
d420ca49 3000=over 4
4755096e
GS
3001
3002=item DESCRIPTION
3003
d420ca49 3004=over 4
4755096e
GS
3005
3006=item What machines support Perl? Where do I get it?
3007
3008=item How can I get a binary version of Perl?
3009
3010=item I don't have a C compiler on my system. How can I compile perl?
3011
3012=item I copied the Perl binary from one machine to another, but scripts
3013don't work.
3014
3015=item I grabbed the sources and tried to compile but gdbm/dynamic
3016loading/malloc/linking/... failed. How do I make it work?
3017
3018=item What modules and extensions are available for Perl? What is CPAN?
3019What does CPAN/src/... mean?
3020
3021=item Is there an ISO or ANSI certified version of Perl?
3022
3023=item Where can I get information on Perl?
3024
3025=item What are the Perl newsgroups on Usenet? Where do I post questions?
3026
3027=item Where should I post source code?
3028
3029=item Perl Books
3030
3031References, Tutorials, Task-Oriented, Special Topics
3032
3033=item Perl in Magazines
3034
3035=item Perl on the Net: FTP and WWW Access
3036
3037=item What mailing lists are there for Perl?
3038
3039=item Archives of comp.lang.perl.misc
3040
3041=item Where can I buy a commercial version of Perl?
3042
3043=item Where do I send bug reports?
3044
04b01f78 3045=item What is perl.com? Perl Mongers? pm.org? perl.org? cpan.org?
4755096e
GS
3046
3047=back
3048
3049=item AUTHOR AND COPYRIGHT
3050
3051=back
3052
2a551100
JH
3053=head2 perlfaq3 - Programming Tools ($Revision: 1.33 $, $Date: 2003/01/31
305417:34:56 $)
4755096e 3055
d420ca49 3056=over 4
4755096e
GS
3057
3058=item DESCRIPTION
3059
d420ca49 3060=over 4
4755096e
GS
3061
3062=item How do I do (anything)?
3063
3064=item How can I use Perl interactively?
3065
3066=item Is there a Perl shell?
3067
2a551100
JH
3068=item How do I find which modules are installed on my system?
3069
4755096e
GS
3070=item How do I debug my Perl programs?
3071
3072=item How do I profile my Perl programs?
3073
3074=item How do I cross-reference my Perl programs?
3075
3076=item Is there a pretty-printer (formatter) for Perl?
3077
3078=item Is there a ctags for Perl?
3079
3080=item Is there an IDE or Windows Perl Editor?
3081
95fb7f7f 3082Komodo, The Object System, Open Perl IDE, PerlBuilder, visiPerl+, OptiPerl,
2a551100 3083GNU Emacs, MicroEMACS, XEmacs, Jed, Elvis, Vile, Vim, Codewright,
603b90a8
JH
3084MultiEdit, SlickEdit, Bash, Ksh, Tcsh, Zsh, BBEdit and BBEdit Lite, Alpha
3085
4755096e
GS
3086=item Where can I get Perl macros for vi?
3087
3088=item Where can I get perl-mode for emacs?
3089
3090=item How can I use curses with Perl?
3091
3092=item How can I use X or Tk with Perl?
3093
3094=item How can I generate simple menus without using CGI or Tk?
3095
4755096e
GS
3096=item How can I make my Perl program run faster?
3097
3098=item How can I make my Perl program take less memory?
3099
35bf961c
JH
3100Don't slurp!, Use map and grep selectively, Avoid unnecessary quotes and
3101stringification, Pass by reference, Tie large variables to disk
3102
2a551100 3103=item Is it safe to return a reference to local or lexical data?
4755096e
GS
3104
3105=item How can I free an array or hash so my program shrinks?
3106
3107=item How can I make my CGI script more efficient?
3108
3109=item How can I hide the source for my Perl program?
3110
3111=item How can I compile my Perl program into byte code or C?
3112
3113=item How can I compile Perl into Java?
3114
3115=item How can I get C<#!perl> to work on [MS-DOS,NT,...]?
3116
3117=item Can I write useful Perl programs on the command line?
3118
3119=item Why don't Perl one-liners work on my DOS/Mac/VMS system?
3120
3121=item Where can I learn about CGI or Web programming in Perl?
3122
cb52f95f
JH
3123=item Where can I learn about object-oriented Perl programming?
3124
4755096e
GS
3125=item Where can I learn about linking C with Perl? [h2xs, xsubpp]
3126
3127=item I've read perlembed, perlguts, etc., but I can't embed perl in
d420ca49 3128my C program; what am I doing wrong?
4755096e 3129
fe9287c4 3130=item When I tried to run my script, I got this message. What does it mean?
4755096e
GS
3131
3132=item What's MakeMaker?
3133
3134=back
3135
3136=item AUTHOR AND COPYRIGHT
3137
3138=back
3139
2a551100
JH
3140=head2 perlfaq4 - Data Manipulation ($Revision: 1.43 $, $Date: 2003/02/23
314120:25:09 $)
4755096e 3142
d420ca49 3143=over 4
4755096e
GS
3144
3145=item DESCRIPTION
3146
3147=item Data: Numbers
3148
d420ca49 3149=over 4
4755096e
GS
3150
3151=item Why am I getting long decimals (eg, 19.9499999999999) instead of the
3152numbers I should be getting (eg, 19.95)?
3153
3154=item Why isn't my octal data interpreted correctly?
3155
3156=item Does Perl have a round() function? What about ceil() and floor()?
3157Trig functions?
3158
fe9287c4 3159=item How do I convert between numeric representations?
1fdc5aa6 3160
a6812a52
JH
3161How do I convert hexadecimal into decimal, How do I convert from decimal to
3162hexadecimal, How do I convert from octal to decimal, How do I convert from
3163decimal to octal, How do I convert from binary to decimal, How do I convert
3164from decimal to binary
4755096e
GS
3165
3166=item Why doesn't & work the way I want it to?
3167
3168=item How do I multiply matrices?
3169
3170=item How do I perform an operation on a series of integers?
3171
3172=item How can I output Roman numerals?
3173
3174=item Why aren't my random numbers random?
3175
fa17183e
JH
3176=item How do I get a random number between X and Y?
3177
4755096e
GS
3178=back
3179
3180=item Data: Dates
3181
d420ca49 3182=over 4
4755096e 3183
2a551100 3184=item How do I find the day or week of the year?
4755096e
GS
3185
3186=item How can I compare two dates and find the difference?
3187
3188=item How can I take a string and turn it into epoch seconds?
3189
3190=item How can I find the Julian Day?
3191
3192=item How do I find yesterday's date?
3193
3194=item Does Perl have a Year 2000 problem? Is Perl Y2K compliant?
3195
3196=back
3197
3198=item Data: Strings
3199
d420ca49 3200=over 4
4755096e
GS
3201
3202=item How do I validate input?
3203
3204=item How do I unescape a string?
3205
3206=item How do I remove consecutive pairs of characters?
3207
3208=item How do I expand function calls in a string?
3209
3210=item How do I find matching/nesting anything?
3211
3212=item How do I reverse a string?
3213
3214=item How do I expand tabs in a string?
3215
3216=item How do I reformat a paragraph?
3217
2a551100 3218=item How can I access or change N characters of a string?
4755096e
GS
3219
3220=item How do I change the Nth occurrence of something?
3221
3222=item How can I count the number of occurrences of a substring within a
3223string?
3224
3225=item How do I capitalize all the words on one line?
3226
3227=item How can I split a [character] delimited string except when inside
2a551100 3228[character]?
4755096e
GS
3229
3230=item How do I strip blank space from the beginning/end of a string?
3231
3232=item How do I pad a string with blanks or pad a number with zeroes?
3233
3234=item How do I extract selected columns from a string?
3235
3236=item How do I find the soundex value of a string?
3237
3238=item How can I expand variables in text strings?
3239
3240=item What's wrong with always quoting "$vars"?
3241
2a551100 3242=item Why don't my E<lt>E<lt>HERE documents work?
4755096e 3243
2a551100
JH
3244There must be no space after the E<lt>E<lt> part, There (probably) should
3245be a semicolon at the end, You can't (easily) have any space in front of
4755096e
GS
3246the tag
3247
3248=back
3249
3250=item Data: Arrays
3251
d420ca49 3252=over 4
4755096e
GS
3253
3254=item What is the difference between a list and an array?
3255
3256=item What is the difference between $array[1] and @array[1]?
3257
3258=item How can I remove duplicate elements from a list or array?
3259
ab648d5e 3260a), b), c), d), e)
4755096e 3261
389925df
JH
3262=item How can I tell whether a certain element is contained in a list or
3263array?
4755096e
GS
3264
3265=item How do I compute the difference of two arrays? How do I compute the
3266intersection of two arrays?
3267
3268=item How do I test whether two arrays or hashes are equal?
3269
3270=item How do I find the first array element for which a condition is true?
3271
3272=item How do I handle linked lists?
3273
3274=item How do I handle circular lists?
3275
3276=item How do I shuffle an array randomly?
3277
3278=item How do I process/modify each element of an array?
3279
a6812a52
JH
3280=item How do I select a random element from an array?
3281
4755096e
GS
3282=item How do I permute N elements of a list?
3283
3284=item How do I sort an array by (anything)?
3285
3286=item How do I manipulate arrays of bits?
3287
3288=item Why does defined() return true on empty arrays and hashes?
3289
3290=back
3291
3292=item Data: Hashes (Associative Arrays)
3293
d420ca49 3294=over 4
4755096e
GS
3295
3296=item How do I process an entire hash?
3297
3298=item What happens if I add or remove keys from a hash while iterating over
3299it?
3300
3301=item How do I look up a hash element by value?
3302
3303=item How can I know how many entries are in a hash?
3304
3305=item How do I sort a hash (optionally by value instead of key)?
3306
3307=item How can I always keep my hash sorted?
3308
3309=item What's the difference between "delete" and "undef" with hashes?
3310
3311=item Why don't my tied hashes make the defined/exists distinction?
3312
3313=item How do I reset an each() operation part-way through?
3314
3315=item How can I get the unique keys from two hashes?
3316
3317=item How can I store a multidimensional array in a DBM file?
3318
3319=item How can I make my hash remember the order I put elements into it?
3320
3321=item Why does passing a subroutine an undefined element in a hash create
3322it?
3323
3324=item How can I make the Perl equivalent of a C structure/C++ class/hash or
3325array of hashes or arrays?
3326
3327=item How can I use a reference as a hash key?
3328
3329=back
3330
3331=item Data: Misc
3332
d420ca49 3333=over 4
4755096e
GS
3334
3335=item How do I handle binary data correctly?
3336
3337=item How do I determine whether a scalar is a number/whole/integer/float?
3338
3339=item How do I keep persistent data across program calls?
3340
3341=item How do I print out or copy a recursive data structure?
3342
3343=item How do I define methods for every class/object?
3344
3345=item How do I verify a credit card checksum?
3346
3347=item How do I pack arrays of doubles or floats for XS code?
3348
3349=back
3350
3351=item AUTHOR AND COPYRIGHT
3352
3353=back
3354
2a551100
JH
3355=head2 perlfaq5 - Files and Formats ($Revision: 1.28 $, $Date: 2003/01/26
335617:45:46 $)
4755096e 3357
d420ca49 3358=over 4
4755096e
GS
3359
3360=item DESCRIPTION
3361
d420ca49 3362=over 4
4755096e
GS
3363
3364=item How do I flush/unbuffer an output filehandle? Why must I do this?
3365
3366=item How do I change one line in a file/delete a line in a file/insert a
3367line in the middle of a file/append to the beginning of a file?
3368
3369=item How do I count the number of lines in a file?
3370
2a551100
JH
3371=item How can I use Perl's C<-i> option from within a program?
3372
4755096e
GS
3373=item How do I make a temporary file name?
3374
3375=item How can I manipulate fixed-record-length files?
3376
3377=item How can I make a filehandle local to a subroutine? How do I pass
3378filehandles between subroutines? How do I make an array of filehandles?
3379
3380=item How can I use a filehandle indirectly?
3381
3382=item How can I set up a footer format to be used with write()?
3383
3384=item How can I write() into a string?
3385
3386=item How can I output my numbers with commas added?
3387
3388=item How can I translate tildes (~) in a filename?
3389
3390=item How come when I open a file read-write it wipes it out?
3391
2a551100
JH
3392=item Why do I sometimes get an "Argument list too long" when I use
3393E<lt>*E<gt>?
4755096e
GS
3394
3395=item Is there a leak/bug in glob()?
3396
3397=item How can I open a file with a leading ">" or trailing blanks?
3398
3399=item How can I reliably rename a file?
3400
3401=item How can I lock a file?
3402
2a551100 3403=item Why can't I just open(FH, "E<gt>file.lock")?
4755096e
GS
3404
3405=item I still don't get locking. I just want to increment the number in
3406the file. How can I do this?
3407
1fa7ca25
JH
3408=item All I want to do is append a small amount of text to the end of a
3409file. Do I still have to use locking?
3410
4755096e
GS
3411=item How do I randomly update a binary file?
3412
3413=item How do I get a file's timestamp in perl?
3414
3415=item How do I set a file's timestamp in perl?
3416
3417=item How do I print to more than one file at once?
3418
3419=item How can I read in an entire file all at once?
3420
3421=item How can I read in a file by paragraphs?
3422
3423=item How can I read a single character from a file? From the keyboard?
3424
3425=item How can I tell whether there's a character waiting on a filehandle?
3426
3427=item How do I do a C<tail -f> in perl?
3428
3429=item How do I dup() a filehandle in Perl?
3430
3431=item How do I close a file descriptor by number?
3432
fa17183e 3433=item Why can't I use "C:\temp\foo" in DOS paths? Why doesn't
4755096e
GS
3434`C:\temp\foo.exe` work?
3435
3436=item Why doesn't glob("*.*") get all the files?
3437
3438=item Why does Perl let me delete read-only files? Why does C<-i> clobber
3439protected files? Isn't this a bug in Perl?
3440
3441=item How do I select a random line from a file?
3442
3443=item Why do I get weird spaces when I print an array of lines?
3444
3445=back
3446
3447=item AUTHOR AND COPYRIGHT
3448
3449=back
3450
2a551100
JH
3451=head2 perlfaq6 - Regular Expressions ($Revision: 1.20 $, $Date: 2003/01/03
345220:05:28 $)
4755096e 3453
d420ca49 3454=over 4
4755096e
GS
3455
3456=item DESCRIPTION
3457
d420ca49 3458=over 4
4755096e
GS
3459
3460=item How can I hope to use regular expressions without creating illegible
3461and unmaintainable code?
3462
3463Comments Outside the Regex, Comments Inside the Regex, Different Delimiters
3464
3465=item I'm having trouble matching over more than one line. What's wrong?
3466
3467=item How can I pull out lines between two patterns that are themselves on
3468different lines?
3469
3470=item I put a regular expression into $/ but it didn't work. What's wrong?
3471
d420ca49 3472=item How do I substitute case insensitively on the LHS while preserving
4755096e
GS
3473case on the RHS?
3474
3475=item How can I make C<\w> match national character sets?
3476
3477=item How can I match a locale-smart version of C</[a-zA-Z]/>?
3478
3479=item How can I quote a variable to use in a regex?
3480
3481=item What is C</o> really for?
3482
3483=item How do I use a regular expression to strip C style comments from a
3484file?
3485
3486=item Can I use Perl regular expressions to match balanced text?
3487
3488=item What does it mean that regexes are greedy? How can I get around it?
3489
165c0277 3490=item How do I process each word on each line?
4755096e
GS
3491
3492=item How can I print out a word-frequency or line-frequency summary?
3493
3494=item How can I do approximate matching?
3495
3496=item How do I efficiently match many regular expressions at once?
3497
3498=item Why don't word-boundary searches with C<\b> work for me?
3499
3500=item Why does using $&, $`, or $' slow my program down?
3501
3502=item What good is C<\G> in a regular expression?
3503
3504=item Are Perl regexes DFAs or NFAs? Are they POSIX compliant?
3505
3506=item What's wrong with using grep or map in a void context?
3507
3508=item How can I match strings with multibyte characters?
3509
3510=item How do I match a pattern that is supplied by the user?
3511
3512=back
3513
3514=item AUTHOR AND COPYRIGHT
3515
3516=back
3517
2a551100
JH
3518=head2 perlfaq7 - General Perl Language Issues ($Revision: 1.14 $, $Date:
35192003/01/31 17:38:14 $)
4755096e 3520
d420ca49 3521=over 4
4755096e
GS
3522
3523=item DESCRIPTION
3524
d420ca49 3525=over 4
4755096e
GS
3526
3527=item Can I get a BNF/yacc/RE for the Perl language?
3528
3529=item What are all these $@%&* punctuation signs, and how do I know when to
3530use them?
3531
3532=item Do I always/never have to quote my strings or use semicolons and
3533commas?
3534
3535=item How do I skip some return values?
68dc0745 3536
3537=item How do I temporarily block warnings?
3538
3539=item What's an extension?
3540
3541=item Why do Perl operators have different precedence than C operators?
3542
3543=item How do I declare/create a structure?
3544
3545=item How do I create a module?
3546
3547=item How do I create a class?
3548
3549=item How can I tell if a variable is tainted?
3550
3551=item What's a closure?
3552
46fc3d4c 3553=item What is variable suicide and how can I prevent it?
3554
68dc0745 3555=item How can I pass/return a {Function, FileHandle, Array, Hash, Method,
14218588 3556Regex}?
68dc0745 3557
14218588 3558Passing Variables and Functions, Passing Filehandles, Passing Regexes,
68dc0745 3559Passing Methods
3560
3561=item How do I create a static variable?
3562
14218588 3563=item What's the difference between dynamic and lexical (static) scoping?
68dc0745 3564Between local() and my()?
3565
3566=item How can I access a dynamic variable while a similarly named lexical
3567is in scope?
3568
3569=item What's the difference between deep and shallow binding?
3570
2a551100 3571=item Why doesn't "my($foo) = E<lt>FILEE<gt>;" work right?
68dc0745 3572
54310121 3573=item How do I redefine a builtin function, operator, or method?
68dc0745 3574
3575=item What's the difference between calling a function as &foo and foo()?
3576
3577=item How do I create a switch or case statement?
3578
2a551100
JH
3579=item How can I catch accesses to undefined variables, functions, or
3580methods?
68dc0745 3581
3582=item Why can't a method included in this same file be found?
3583
3584=item How can I find out my current package?
3585
46fc3d4c 3586=item How can I comment out a large block of perl code?
3587
14218588
GS
3588=item How do I clear a package?
3589
3590=item How can I use a variable as a variable name?
3591
2a551100
JH
3592=item What does "bad interpreter" mean?
3593
68dc0745 3594=back
3595
3596=item AUTHOR AND COPYRIGHT
3597
a45bd81d
GS
3598=back
3599
2a551100
JH
3600=head2 perlfaq8 - System Interaction ($Revision: 1.17 $, $Date: 2003/01/26
360117:44:04 $)
68dc0745 3602
d420ca49 3603=over 4
a45bd81d 3604
68dc0745 3605=item DESCRIPTION
3606
d420ca49 3607=over 4
68dc0745 3608
3609=item How do I find out which operating system I'm running under?
3610
3611=item How come exec() doesn't return?
3612
3613=item How do I do fancy stuff with the keyboard/screen/mouse?
3614
3615Keyboard, Screen, Mouse
3616
fb9cefb4
GS
3617=item How do I print something out in color?
3618
3619=item How do I read just one key without waiting for a return key?
3620
3621=item How do I check whether input is ready on the keyboard?
3622
3623=item How do I clear the screen?
3624
3625=item How do I get the screen size?
3626
68dc0745 3627=item How do I ask the user for a password?
3628
3629=item How do I read and write the serial port?
3630
3631lockfiles, open mode, end of line, flushing output, non-blocking input
3632
3633=item How do I decode encrypted password files?
3634
3635=item How do I start a process in the background?
3636
fb9cefb4 3637STDIN, STDOUT, and STDERR are shared, Signals, Zombies
68dc0745 3638
3639=item How do I trap control characters/signals?
3640
3641=item How do I modify the shadow password file on a Unix system?
3642
3643=item How do I set the time and date?
3644
3645=item How can I sleep() or alarm() for under a second?
3646
3647=item How can I measure time under a second?
3648
3649=item How can I do an atexit() or setjmp()/longjmp()? (Exception handling)
3650
d420ca49 3651=item Why doesn't my sockets program work under System V (Solaris)? What
68dc0745 3652does the error message "Protocol not supported" mean?
3653
3654=item How can I call my system's unique C functions from Perl?
3655
3656=item Where do I get the include files to do ioctl() or syscall()?
3657
3658=item Why do setuid perl scripts complain about kernel problems?
3659
3660=item How can I open a pipe both to and from a command?
3661
3fe9a6f1 3662=item Why can't I get the output of a command with system()?
3663
68dc0745 3664=item How can I capture STDERR from an external command?
3665
3666=item Why doesn't open() return an error when a pipe open fails?
3667
3668=item What's wrong with using backticks in a void context?
3669
3670=item How can I call backticks without shell processing?
3671
3672=item Why can't my script read from STDIN after I gave it EOF (^D on Unix,
54310121 3673^Z on MS-DOS)?
68dc0745 3674
3675=item How can I convert my shell script to perl?
3676
3677=item Can I use perl to run a telnet or ftp session?
3678
3679=item How can I write expect in Perl?
3680
3681=item Is there a way to hide perl's command line from programs such as
3682"ps"?
3683
3684=item I {changed directory, modified my environment} in a perl script. How
3685come the change disappeared when I exited the script? How do I get my
3686changes to be visible?
3687
fb9cefb4 3688Unix
68dc0745 3689
3690=item How do I close a process's filehandle without waiting for it to
3691complete?
3692
3693=item How do I fork a daemon process?
3694
68dc0745 3695=item How do I find out if I'm running interactively or not?
3696
3697=item How do I timeout a slow event?
3698
3699=item How do I set CPU limits?
3700
3701=item How do I avoid zombies on a Unix system?
3702
3703=item How do I use an SQL database?
3704
3705=item How do I make a system() exit on control-C?
3706
3707=item How do I open a file without blocking?
3708
14218588 3709=item How do I install a module from CPAN?
68dc0745 3710
fb9cefb4
GS
3711=item What's the difference between require and use?
3712
46fc3d4c 3713=item How do I keep my own module/library directory?
3714
3715=item How do I add the directory my program lives in to the module/library
3716search path?
3717
3718=item How do I add a directory to my include path at runtime?
3719
14218588
GS
3720=item What is socket.ph and where do I get it?
3721
68dc0745 3722=back
3723
fc36a67e 3724=item AUTHOR AND COPYRIGHT
3725
a45bd81d
GS
3726=back
3727
2a551100 3728=head2 perlfaq9 - Networking ($Revision: 1.15 $, $Date: 2003/01/31 17:36:57
3fe9a6f1 3729$)
68dc0745 3730
d420ca49 3731=over 4
a45bd81d 3732
68dc0745 3733=item DESCRIPTION
3734
d420ca49 3735=over 4
68dc0745 3736
35bf961c
JH
3737=item What is the correct form of response from a CGI script?
3738
d420ca49 3739=item My CGI script runs from the command line but not the browser. (500
fb9cefb4
GS
3740Server Error)
3741
3742=item How can I get better error messages from a CGI program?
68dc0745 3743
3744=item How do I remove HTML from a string?
3745
3746=item How do I extract URLs?
3747
3748=item How do I download a file from the user's machine? How do I open a
3749file on another machine?
3750
3751=item How do I make a pop-up menu in HTML?
3752
3753=item How do I fetch an HTML file?
3754
fb9cefb4
GS
3755=item How do I automate an HTML form submission?
3756
3757=item How do I decode or create those %-encodings on the web?
68dc0745 3758
3759=item How do I redirect to another page?
3760
3761=item How do I put a password on my web pages?
3762
3763=item How do I edit my .htpasswd and .htgroup files with Perl?
3764
46fc3d4c 3765=item How do I make sure users can't enter values into a form that cause my
3766CGI script to do bad things?
3767
193fb0af 3768=item How do I parse a mail header?
68dc0745 3769
3770=item How do I decode a CGI form?
3771
193fb0af 3772=item How do I check a valid mail address?
68dc0745 3773
3774=item How do I decode a MIME/BASE64 string?
3775
193fb0af 3776=item How do I return the user's mail address?
68dc0745 3777
fb9cefb4
GS
3778=item How do I send mail?
3779
2d967e39
JH
3780=item How do I use MIME to make an attachment to a mail message?
3781
fb9cefb4 3782=item How do I read mail?
68dc0745 3783
3784=item How do I find out my hostname/domainname/IP address?
3785
3786=item How do I fetch a news article or the active newsgroups?
3787
3788=item How do I fetch/put an FTP file?
3789
3790=item How can I do RPC in Perl?
3791
3792=back
3793
3794=item AUTHOR AND COPYRIGHT
3795
a45bd81d
GS
3796=back
3797
4755096e 3798=head2 perlcompile - Introduction to the Perl Compiler-Translator
a45bd81d 3799
d420ca49 3800=over 4
cb1a09d0 3801
8ebc5c01 3802=item DESCRIPTION
cb1a09d0 3803
d420ca49 3804=over 4
fb9cefb4 3805
4755096e 3806=item Layout
a45bd81d 3807
4755096e 3808B::Bytecode, B::C, B::CC, B::Lint, B::Deparse, B::Xref
637e9122 3809
4755096e 3810=back
c76ac1ee 3811
4755096e 3812=item Using The Back Ends
c76ac1ee 3813
d420ca49 3814=over 4
694468e3 3815
4755096e 3816=item The Cross Referencing Back End
c76ac1ee 3817
4755096e 3818i, &, s, r
637e9122 3819
4755096e 3820=item The Decompiling Back End
37590e52 3821
4755096e 3822=item The Lint Back End
c76ac1ee 3823
4755096e 3824=item The Simple C Back End
37590e52 3825
4755096e 3826=item The Bytecode Back End
a45bd81d 3827
4755096e 3828=item The Optimized C Back End
a45bd81d 3829
4755096e 3830=back
b38f6a39 3831
e993db8c
JH
3832=item Module List for the Compiler Suite
3833
3834B, O, B::Asmdata, B::Assembler, B::Bblock, B::Bytecode, B::C, B::CC,
3835B::Concise, B::Debug, B::Deparse, B::Disassembler, B::Lint, B::Showlex,
3836B::Stackobj, B::Stash, B::Terse, B::Xref
3837
4755096e 3838=item KNOWN PROBLEMS
fb9cefb4 3839
4755096e 3840=item AUTHOR
c76ac1ee 3841
4755096e 3842=back
a45bd81d 3843
4755096e 3844=head2 perlembed - how to embed perl in your C program
c76ac1ee 3845
d420ca49 3846=over 4
a45bd81d 3847
4755096e 3848=item DESCRIPTION
fb9cefb4 3849
d420ca49 3850=over 4
c76ac1ee 3851
4755096e 3852=item PREAMBLE
fb9cefb4 3853
4755096e
GS
3854B<Use C from Perl?>, B<Use a Unix program from Perl?>, B<Use Perl from
3855Perl?>, B<Use C from C?>, B<Use Perl from C?>
fb9cefb4 3856
4755096e 3857=item ROADMAP
fb9cefb4 3858
4755096e 3859=item Compiling your C program
c76ac1ee 3860
4755096e 3861=item Adding a Perl interpreter to your C program
c76ac1ee 3862
4755096e 3863=item Calling a Perl subroutine from your C program
fb9cefb4 3864
4755096e 3865=item Evaluating a Perl statement from your C program
c76ac1ee 3866
4755096e 3867=item Performing Perl pattern matches and substitutions from your C program
c76ac1ee 3868
4755096e 3869=item Fiddling with the Perl stack from your C program
37590e52 3870
4755096e 3871=item Maintaining a persistent interpreter
c76ac1ee 3872
53d7eaa8
JH
3873=item Execution of END blocks
3874
4755096e 3875=item Maintaining multiple interpreter instances
694468e3 3876
4755096e
GS
3877=item Using Perl modules, which themselves use C libraries, from your C
3878program
c76ac1ee 3879
14218588 3880=back
fb9cefb4 3881
d420ca49 3882=item Embedding Perl under Win32
fb9cefb4 3883
2a551100
JH
3884=item Hiding Perl_
3885
4755096e 3886=item MORAL
c76ac1ee 3887
4755096e 3888=item AUTHOR
fb9cefb4 3889
4755096e 3890=item COPYRIGHT
c76ac1ee 3891
4755096e 3892=back
c76ac1ee 3893
4755096e 3894=head2 perldebguts - Guts of Perl debugging
a45bd81d 3895
d420ca49 3896=over 4
c76ac1ee 3897
4755096e 3898=item DESCRIPTION
c76ac1ee 3899
4755096e 3900=item Debugger Internals
c76ac1ee 3901
d420ca49 3902=over 4
c76ac1ee 3903
4755096e 3904=item Writing Your Own Debugger
c76ac1ee 3905
37590e52 3906=back
c76ac1ee 3907
4755096e 3908=item Frame Listing Output Examples
c76ac1ee 3909
4755096e 3910=item Debugging regular expressions
c76ac1ee 3911
d420ca49 3912=over 4
c76ac1ee 3913
4755096e 3914=item Compile-time output
c76ac1ee 3915
4755096e
GS
3916C<anchored> I<STRING> C<at> I<POS>, C<floating> I<STRING> C<at>
3917I<POS1..POS2>, C<matching floating/anchored>, C<minlen>, C<stclass>
3918I<TYPE>, C<noscan>, C<isall>, C<GPOS>, C<plus>, C<implicit>, C<with eval>,
3919C<anchored(TYPE)>
c76ac1ee 3920
4755096e 3921=item Types of nodes
c76ac1ee 3922
4755096e 3923=item Run-time output
c76ac1ee 3924
37590e52 3925=back
c76ac1ee 3926
4755096e 3927=item Debugging Perl memory usage
c76ac1ee 3928
d420ca49 3929=over 4
c76ac1ee 3930
4755096e 3931=item Using C<$ENV{PERL_DEBUG_MSTATS}>
c76ac1ee 3932
4755096e
GS
3933C<buckets SMALLEST(APPROX)..GREATEST(APPROX)>, Free/Used, C<Total sbrk():
3934SBRKed/SBRKs:CONTINUOUS>, C<pad: 0>, C<heads: 2192>, C<chain: 0>, C<tail:
39356144>
c76ac1ee 3936
4755096e 3937=item Example of using B<-DL> switch
c76ac1ee 3938
4755096e 3939C<717>, C<002>, C<054>, C<602>, C<702>, C<704>
c76ac1ee 3940
4755096e 3941=item B<-DL> details
37590e52 3942
4755096e 3943C<!!!>, C<!!>, C<!>
37590e52 3944
4755096e 3945=item Limitations of B<-DL> statistics
37590e52 3946
4755096e 3947=back
37590e52 3948
4755096e 3949=item SEE ALSO
c76ac1ee
GS
3950
3951=back
3952
4755096e 3953=head2 perlxstut, perlXStut - Tutorial for writing XSUBs
c76ac1ee 3954
d420ca49 3955=over 4
c76ac1ee 3956
4755096e 3957=item DESCRIPTION
c76ac1ee 3958
4755096e 3959=item SPECIAL NOTES
c76ac1ee 3960
d420ca49 3961=over 4
c76ac1ee 3962
4755096e 3963=item make
c76ac1ee 3964
4755096e
GS
3965=item Version caveat
3966
3967=item Dynamic Loading versus Static Loading
c76ac1ee
GS
3968
3969=back
fb9cefb4 3970
4755096e 3971=item TUTORIAL
cb1a09d0 3972
d420ca49 3973=over 4
8ebc5c01 3974
4755096e 3975=item EXAMPLE 1
fb9cefb4 3976
4755096e 3977=item EXAMPLE 2
fb9cefb4 3978
4755096e 3979=item What has gone on?
5cd24f17 3980
4755096e 3981=item Writing good test scripts
cb1a09d0 3982
4755096e 3983=item EXAMPLE 3
774d564b 3984
4755096e 3985=item What's new here?
c76ac1ee 3986
4755096e 3987=item Input and Output Parameters
c76ac1ee 3988
4755096e 3989=item The XSUBPP Program
b38f6a39 3990
4755096e 3991=item The TYPEMAP file
c76ac1ee 3992
4755096e 3993=item Warning about Output Arguments
37590e52 3994
4755096e 3995=item EXAMPLE 4
37590e52 3996
4755096e 3997=item What has happened here?
c76ac1ee 3998
4755096e 3999=item Anatomy of .xs file
37590e52 4000
4755096e 4001=item Getting the fat out of XSUBs
cb1a09d0 4002
4755096e 4003=item More about XSUB arguments
37590e52 4004
4755096e 4005=item The Argument Stack
a45bd81d 4006
4755096e 4007=item Extending your Extension
a45bd81d 4008
4755096e 4009=item Documenting your Extension
37590e52 4010
4755096e 4011=item Installing your Extension
37590e52 4012
4755096e 4013=item EXAMPLE 5
37590e52 4014
4755096e 4015=item New Things in this Example
37590e52 4016
4755096e 4017=item EXAMPLE 6
37590e52 4018
4755096e 4019=item New Things in this Example
37590e52 4020
4755096e 4021=item EXAMPLE 7 (Coming Soon)
37590e52 4022
4755096e 4023=item EXAMPLE 8 (Coming Soon)
37590e52 4024
849d92fd 4025=item EXAMPLE 9 Passing open files to XSes
37590e52 4026
4755096e 4027=item Troubleshooting these Examples
37590e52 4028
4755096e 4029=back
37590e52 4030
4755096e 4031=item See also
37590e52 4032
4755096e 4033=item Author
37590e52 4034
d420ca49 4035=over 4
37590e52 4036
4755096e 4037=item Last Changed
37590e52
GS
4038
4039=back
4040
4755096e
GS
4041=back
4042
4043=head2 perlxs - XS language reference manual
37590e52 4044
d420ca49 4045=over 4
37590e52 4046
4755096e 4047=item DESCRIPTION
37590e52 4048
d420ca49 4049=over 4
37590e52 4050
4755096e 4051=item Introduction
37590e52 4052
4755096e 4053=item On The Road
37590e52 4054
4755096e 4055=item The Anatomy of an XSUB
37590e52 4056
4755096e 4057=item The Argument Stack
37590e52 4058
4755096e 4059=item The RETVAL Variable
37590e52 4060
4755096e 4061=item The MODULE Keyword
37590e52 4062
4755096e 4063=item The PACKAGE Keyword
37590e52 4064
4755096e 4065=item The PREFIX Keyword
37590e52 4066
4755096e 4067=item The OUTPUT: Keyword
fb9cefb4 4068
91331b4f
JH
4069=item The NO_OUTPUT Keyword
4070
4755096e
GS
4071=item The CODE: Keyword
4072
4073=item The INIT: Keyword
4074
4075=item The NO_INIT Keyword
4076
4077=item Initializing Function Parameters
4078
4079=item Default Parameter Values
4080
4081=item The PREINIT: Keyword
4082
4083=item The SCOPE: Keyword
4084
4085=item The INPUT: Keyword
4086
165c0277 4087=item The IN/OUTLIST/IN_OUTLIST/OUT/IN_OUT Keywords
91331b4f 4088
ff426ff2
JH
4089=item The C<length(NAME)> Keyword
4090
4755096e
GS
4091=item Variable-length Parameter Lists
4092
4093=item The C_ARGS: Keyword
4094
4095=item The PPCODE: Keyword
4096
4097=item Returning Undef And Empty Lists
4098
4099=item The REQUIRE: Keyword
fb9cefb4 4100
4755096e 4101=item The CLEANUP: Keyword
fb9cefb4 4102
354a27bf 4103=item The POSTCALL: Keyword
91331b4f 4104
4755096e 4105=item The BOOT: Keyword
cb1a09d0 4106
4755096e 4107=item The VERSIONCHECK: Keyword
cb1a09d0 4108
4755096e 4109=item The PROTOTYPES: Keyword
cb1a09d0 4110
4755096e 4111=item The PROTOTYPE: Keyword
a45bd81d 4112
4755096e 4113=item The ALIAS: Keyword
cb1a09d0 4114
940adb21
JH
4115=item The OVERLOAD: Keyword
4116
2a551100
JH
4117=item The FALLBACK: Keyword
4118
4755096e 4119=item The INTERFACE: Keyword
a45bd81d 4120
4755096e 4121=item The INTERFACE_MACRO: Keyword
cb1a09d0 4122
4755096e 4123=item The INCLUDE: Keyword
cb1a09d0 4124
4755096e 4125=item The CASE: Keyword
cb1a09d0 4126
4755096e 4127=item The & Unary Operator
cb1a09d0 4128
2cc61e15 4129=item Inserting POD, Comments and C Preprocessor Directives
cb1a09d0 4130
4755096e 4131=item Using XS With C++
cb1a09d0 4132
4755096e 4133=item Interface Strategy
cb1a09d0 4134
4755096e 4135=item Perl Objects And C Structures
14218588 4136
4755096e 4137=item The Typemap
cb1a09d0 4138
07fcf8ff
JH
4139=item Safely Storing Static Data in XS
4140
4141MY_CXT_KEY, typedef my_cxt_t, START_MY_CXT, MY_CXT_INIT, dMY_CXT, MY_CXT
4142
8ebc5c01 4143=back
cb1a09d0 4144
4755096e
GS
4145=item EXAMPLES
4146
4147=item XS VERSION
4148
4149=item AUTHOR
14218588 4150
a45bd81d
GS
4151=back
4152
f40a6c71
SC
4153=head2 perlclib - Internal replacements for standard C library functions
4154
4155=over 4
4156
4157=item DESCRIPTION
4158
4159=over 4
4160
4161=item Conventions
4162
4163C<t>, C<p>, C<n>, C<s>
4164
4165=item File Operations
4166
4167=item File Input and Output
4168
4169=item File Positioning
4170
4171=item Memory Management and String Handling
4172
4173=item Character Class Tests
4174
4175=item F<stdlib.h> functions
4176
4177=item Miscellaneous functions
4178
4179=back
4180
4181=item SEE ALSO
4182
4183=back
4184
4755096e 4185=head2 perlguts - Introduction to the Perl API
cb1a09d0 4186
d420ca49 4187=over 4
a45bd81d 4188
8ebc5c01 4189=item DESCRIPTION
cb1a09d0 4190
4755096e 4191=item Variables
cb1a09d0 4192
d420ca49 4193=over 4
cb1a09d0 4194
4755096e 4195=item Datatypes
cb1a09d0 4196
4755096e 4197=item What is an "IV"?
cb1a09d0 4198
4755096e 4199=item Working with SVs
cb1a09d0 4200
37d4d706
JH
4201=item Offsets
4202
4755096e 4203=item What's Really Stored in an SV?
cb1a09d0 4204
4755096e 4205=item Working with AVs
cb1a09d0 4206
4755096e 4207=item Working with HVs
cb1a09d0 4208
4755096e 4209=item Hash API Extensions
cb1a09d0 4210
4755096e 4211=item References
cb1a09d0 4212
4755096e 4213=item Blessed References and Class Objects
774d564b 4214
4755096e 4215=item Creating New Variables
cb1a09d0 4216
d8416318
JH
4217GV_ADDMULTI, GV_ADDWARN
4218
4755096e 4219=item Reference Counts and Mortality
a45bd81d 4220
4755096e 4221=item Stashes and Globs
cb1a09d0 4222
4755096e 4223=item Double-Typed SVs
a45bd81d 4224
4755096e 4225=item Magic Variables
cb1a09d0 4226
4755096e 4227=item Assigning Magic
cb1a09d0 4228
4755096e 4229=item Magic Virtual Tables
cb1a09d0 4230
4755096e 4231=item Finding Magic
cb1a09d0 4232
4755096e 4233=item Understanding the Magic of Tied Hashes and Arrays
cb1a09d0 4234
4755096e 4235=item Localizing changes
cb1a09d0 4236
4755096e 4237C<SAVEINT(int i)>, C<SAVEIV(IV i)>, C<SAVEI32(I32 i)>, C<SAVELONG(long i)>,
e42c74e1
JH
4238C<SAVESPTR(s)>, C<SAVEPPTR(p)>, C<SAVEFREESV(SV *sv)>, C<SAVEMORTALIZESV(SV
4239*sv)>, C<SAVEFREEOP(OP *op)>, C<SAVEFREEPV(p)>, C<SAVECLEARSV(SV *sv)>,
4240C<SAVEDELETE(HV *hv, char *key, I32 length)>,
4241C<SAVEDESTRUCTOR(DESTRUCTORFUNC_NOCONTEXT_t f, void *p)>,
4242C<SAVEDESTRUCTOR_X(DESTRUCTORFUNC_t f, void *p)>, C<SAVESTACK_POS()>, C<SV*
4243save_scalar(GV *gv)>, C<AV* save_ary(GV *gv)>, C<HV* save_hash(GV *gv)>,
4244C<void save_item(SV *item)>, C<void save_list(SV **sarg, I32 maxsarg)>,
4245C<SV* save_svref(SV **sptr)>, C<void save_aptr(AV **aptr)>, C<void
4246save_hptr(HV **hptr)>
cb1a09d0 4247
4755096e 4248=back
cb1a09d0 4249
4755096e 4250=item Subroutines
cb1a09d0 4251
d420ca49 4252=over 4
cb1a09d0 4253
4755096e 4254=item XSUBs and the Argument Stack
cb1a09d0 4255
4755096e 4256=item Calling Perl Routines from within C Programs
cb1a09d0 4257
4755096e 4258=item Memory Allocation
cb1a09d0 4259
4755096e 4260=item PerlIO
cb1a09d0 4261
4755096e 4262=item Putting a C value on Perl stack
cb1a09d0 4263
4755096e 4264=item Scratchpads
cb1a09d0 4265
4755096e 4266=item Scratchpads and recursion
cb1a09d0 4267
4755096e 4268=back
cb1a09d0 4269
4755096e 4270=item Compiled code
cb1a09d0 4271
d420ca49 4272=over 4
cb1a09d0 4273
4755096e 4274=item Code tree
cb1a09d0 4275
4755096e 4276=item Examining the tree
cb1a09d0 4277
4755096e 4278=item Compile pass 1: check routines
cb1a09d0 4279
4755096e 4280=item Compile pass 1a: constant folding
cb1a09d0 4281
4755096e 4282=item Compile pass 2: context propagation
cb1a09d0 4283
4755096e 4284=item Compile pass 3: peephole optimization
cb1a09d0 4285
27713a04
JH
4286=item Pluggable runops
4287
4755096e 4288=back
cb1a09d0 4289
165c0277
JH
4290=item Examining internal data structures with the C<dump> functions
4291
4755096e 4292=item How multiple interpreters and concurrency are supported
cb1a09d0 4293
d420ca49 4294=over 4
cb1a09d0 4295
4755096e 4296=item Background and PERL_IMPLICIT_CONTEXT
cb1a09d0 4297
0d0e97a6
JH
4298=item So what happened to dTHR?
4299
4755096e 4300=item How do I use all this in extensions?
cb1a09d0 4301
0d0e97a6
JH
4302=item Should I do anything special if I call perl from multiple threads?
4303
4755096e 4304=item Future Plans and PERL_IMPLICIT_SYS
cb1a09d0 4305
4755096e 4306=back
fb9cefb4 4307
7029d033
JH
4308=item Internal Functions
4309
0d0e97a6 4310A, p, d, s, n, r, f, M, o, j, x
7029d033 4311
d420ca49 4312=over 4
7029d033 4313
a9ef4385 4314=item Formatted Printing of IVs, UVs, and NVs
91e74348 4315
9fa7f388
JH
4316=item Pointer-To-Integer and Integer-To-Pointer
4317
7029d033
JH
4318=item Source Documentation
4319
4320=back
4321
4322=item Unicode Support
4323
d420ca49 4324=over 4
7029d033
JH
4325
4326=item What B<is> Unicode, anyway?
4327
4328=item How can I recognise a UTF8 string?
4329
4330=item How does UTF8 represent Unicode characters?
4331
4332=item How does Perl store UTF8 strings?
4333
4334=item How do I convert a string to UTF8?
4335
4336=item Is there anything else I need to know?
4337
4338=back
4339
53d7eaa8
JH
4340=item Custom Operators
4341
4755096e 4342=item AUTHORS
fb9cefb4 4343
4755096e 4344=item SEE ALSO
cb1a09d0 4345
4755096e 4346=back
cb1a09d0 4347
4755096e 4348=head2 perlcall - Perl calling conventions from C
193fb0af 4349
d420ca49 4350=over 4
cb1a09d0 4351
4755096e 4352=item DESCRIPTION
68dc0745 4353
4755096e 4354An Error Handler, An Event Driven Program
193fb0af 4355
4755096e 4356=item THE CALL_ FUNCTIONS
cb1a09d0 4357
4755096e 4358call_sv, call_pv, call_method, call_argv
a45bd81d 4359
4755096e 4360=item FLAG VALUES
cb1a09d0 4361
d420ca49 4362=over 4
a45bd81d 4363
4755096e 4364=item G_VOID
cb1a09d0 4365
4755096e 4366=item G_SCALAR
55497cff 4367
4755096e 4368=item G_ARRAY
cb1a09d0 4369
4755096e 4370=item G_DISCARD
cb1a09d0 4371
4755096e 4372=item G_NOARGS
c76ac1ee 4373
4755096e 4374=item G_EVAL
14218588 4375
4755096e 4376=item G_KEEPERR
cb1a09d0 4377
4755096e 4378=item Determining the Context
7d2bfb28 4379
4755096e 4380=back
cb1a09d0 4381
4755096e 4382=item KNOWN PROBLEMS
cb1a09d0 4383
4755096e 4384=item EXAMPLES
fb9cefb4 4385
d420ca49 4386=over 4
a45bd81d 4387
4755096e 4388=item No Parameters, Nothing returned
a45bd81d 4389
4755096e 4390=item Passing Parameters
fb9cefb4 4391
4755096e 4392=item Returning a Scalar
cb1a09d0 4393
4755096e 4394=item Returning a list of values
14218588 4395
4755096e 4396=item Returning a list in a scalar context
14218588 4397
4755096e 4398=item Returning Data from Perl via the parameter list
a45bd81d 4399
4755096e 4400=item Using G_EVAL
cb1a09d0 4401
4755096e 4402=item Using G_KEEPERR
a45bd81d 4403
4755096e 4404=item Using call_sv
cb1a09d0 4405
4755096e 4406=item Using call_argv
cb1a09d0 4407
4755096e 4408=item Using call_method
cb1a09d0 4409
4755096e 4410=item Using GIMME_V
68dc0745 4411
4755096e 4412=item Using Perl to dispose of temporaries
68dc0745 4413
4755096e 4414=item Strategies for storing Callback Context Information
193fb0af 4415
4755096e
GS
44161. Ignore the problem - Allow only 1 callback, 2. Create a sequence of
4417callbacks - hard wired limit, 3. Use a parameter to map to the Perl
4418callback
cb1a09d0 4419
4755096e
GS
4420=item Alternate Stack Manipulation
4421
4422=item Creating and calling an anonymous subroutine in C
cb1a09d0
AD
4423
4424=back
4425
4755096e 4426=item SEE ALSO
1e422769 4427
4755096e
GS
4428=item AUTHOR
4429
4430=item DATE
1e422769 4431
a45bd81d
GS
4432=back
4433
4755096e 4434=head2 perlutil - utilities packaged with the Perl distribution
cb1a09d0 4435
d420ca49 4436=over 4
a45bd81d 4437
cb1a09d0
AD
4438=item DESCRIPTION
4439
d420ca49 4440=over 4
cb1a09d0 4441
4755096e
GS
4442=item DOCUMENTATION
4443
a6fb92f1
JH
4444L<perldoc|perldoc>, L<pod2man|pod2man> and L<pod2text|pod2text>,
4445L<pod2html|pod2html> and L<pod2latex|pod2latex>, L<pod2usage|pod2usage>,
4446L<podselect|podselect>, L<podchecker|podchecker>, L<splain|splain>,
4447L<roffitall|roffitall>
4755096e
GS
4448
4449=item CONVERTORS
cb1a09d0 4450
4755096e 4451L<a2p|a2p>, L<s2p|s2p>, L<find2perl|find2perl>
cb1a09d0 4452
a6fb92f1
JH
4453=item Administration
4454
4455L<libnetcfg|libnetcfg>
4456
4755096e 4457=item Development
14218588 4458
4755096e
GS
4459L<perlbug|perlbug>, L<h2ph|h2ph>, L<c2ph|c2ph> and L<pstruct|pstruct>,
4460L<h2xs|h2xs>, L<dprofpp|dprofpp>, L<perlcc|perlcc>
cb1a09d0 4461
4755096e 4462=item SEE ALSO
cb1a09d0
AD
4463
4464=back
4465
a45bd81d
GS
4466=back
4467
4755096e 4468=head2 perlfilter - Source Filters
cb1a09d0 4469
d420ca49 4470=over 4
a45bd81d 4471
cb1a09d0
AD
4472=item DESCRIPTION
4473
4755096e 4474=item CONCEPTS
cb1a09d0 4475
4755096e 4476=item USING FILTERS
cb1a09d0 4477
4755096e 4478=item WRITING A SOURCE FILTER
cb1a09d0 4479
4755096e 4480=item WRITING A SOURCE FILTER IN C
fb9cefb4 4481
4755096e 4482B<Decryption Filters>
14218588 4483
4755096e 4484=item CREATING A SOURCE FILTER AS A SEPARATE EXECUTABLE
cb1a09d0 4485
4755096e
GS
4486=item WRITING A SOURCE FILTER IN PERL
4487
4488=item USING CONTEXT: THE DEBUG FILTER
4489
4490=item CONCLUSION
4491
8b9c797b
JH
4492=item THINGS TO LOOK OUT FOR
4493
4494Some Filters Clobber the C<DATA> Handle
4495
4755096e
GS
4496=item REQUIREMENTS
4497
4498=item AUTHOR
4499
4500=item Copyrights
14218588 4501
a45bd81d
GS
4502=back
4503
4755096e 4504=head2 perldbmfilter - Perl DBM Filters
cb1a09d0 4505
d420ca49 4506=over 4
a45bd81d 4507
cb1a09d0
AD
4508=item SYNOPSIS
4509
cb1a09d0
AD
4510=item DESCRIPTION
4511
4755096e
GS
4512B<filter_store_key>, B<filter_store_value>, B<filter_fetch_key>,
4513B<filter_fetch_value>
cb1a09d0 4514
d420ca49 4515=over 4
193fb0af 4516
4755096e 4517=item The Filter
cb1a09d0 4518
4755096e 4519=item An Example -- the NULL termination problem.
c76ac1ee 4520
4755096e 4521=item Another Example -- Key is a C int.
cb1a09d0 4522
4755096e 4523=back
193fb0af 4524
4755096e 4525=item SEE ALSO
193fb0af 4526
4755096e 4527=item AUTHOR
cb1a09d0 4528
4755096e 4529=back
cb1a09d0 4530
4755096e 4531=head2 perlapi - autogenerated documentation for the perl public API
44a8e56a 4532
d420ca49 4533=over 4
cb1a09d0 4534
4755096e 4535=item DESCRIPTION
cb1a09d0 4536
04b01f78
JH
4537=item "Gimme" Values
4538
4539GIMME, GIMME_V, G_ARRAY, G_DISCARD, G_EVAL, G_NOARGS, G_SCALAR, G_VOID
4540
4541=item Array Manipulation Functions
4542
7029d033
JH
4543AvFILL, av_clear, av_delete, av_exists, av_extend, av_fetch, av_fill,
4544av_len, av_make, av_pop, av_push, av_shift, av_store, av_undef, av_unshift,
04b01f78
JH
4545get_av, newAV, Nullav, sortsv
4546
4547=item Callback Functions
4548
4549call_argv, call_method, call_pv, call_sv, ENTER, eval_pv, eval_sv,
4550FREETMPS, LEAVE, SAVETMPS
4551
4552=item Character classes
4553
4554isALNUM, isALPHA, isDIGIT, isLOWER, isSPACE, isUPPER, toLOWER, toUPPER
4555
4556=item Cloning an interpreter
4557
4558perl_clone
4559
4560=item CV Manipulation Functions
4561
4562CvSTASH, get_cv, Nullcv
4563
4564=item Embedding Functions
4565
2a551100
JH
4566cv_undef, load_module, nothreadhook, perl_alloc, perl_construct,
4567perl_destruct, perl_free, perl_parse, perl_run, require_pv
04b01f78 4568
ff426ff2
JH
4569=item Functions in file pp_pack.c
4570
8b9c797b 4571packlist, pack_cat, unpackstring, unpack_str
ff426ff2 4572
04b01f78
JH
4573=item Global Variables
4574
4575PL_modglobal, PL_na, PL_sv_no, PL_sv_undef, PL_sv_yes
4576
4577=item GV Functions
4578
80327a3d
JH
4579GvSV, gv_fetchmeth, gv_fetchmethod, gv_fetchmethod_autoload,
4580gv_fetchmeth_autoload, gv_stashpv, gv_stashsv
04b01f78
JH
4581
4582=item Handy Values
4583
4584HEf_SVKEY, Nullch, Nullsv
4585
4586=item Hash Manipulation Functions
4587
4588get_hv, HeHASH, HeKEY, HeKLEN, HePV, HeSVKEY, HeSVKEY_force, HeSVKEY_set,
4589HeVAL, HvNAME, hv_clear, hv_delete, hv_delete_ent, hv_exists,
4590hv_exists_ent, hv_fetch, hv_fetch_ent, hv_iterinit, hv_iterkey,
849d92fd
JH
4591hv_iterkeysv, hv_iternext, hv_iternextsv, hv_iternext_flags, hv_iterval,
4592hv_magic, hv_store, hv_store_ent, hv_undef, newHV, Nullhv
04b01f78
JH
4593
4594=item Magical Functions
4595
37b1fd75 4596mg_clear, mg_copy, mg_find, mg_free, mg_get, mg_length, mg_magical, mg_set,
fe9287c4
JH
4597SvGETMAGIC, SvLOCK, SvSETMAGIC, SvSetMagicSV, SvSetMagicSV_nosteal,
4598SvSetSV, SvSetSV_nosteal, SvSHARE
04b01f78
JH
4599
4600=item Memory Management
4601
23be5fc4
JH
4602Copy, Move, New, Newc, NEWSV, Newz, Poison, Renew, Renewc, Safefree,
4603savepv, savepvn, savesharedpv, StructCopy, Zero
04b01f78
JH
4604
4605=item Miscellaneous Functions
4606
4607fbm_compile, fbm_instr, form, getcwd_sv, strEQ, strGE, strGT, strLE, strLT,
4608strNE, strnEQ, strnNE
4609
4610=item Numeric functions
4611
4612grok_bin, grok_hex, grok_number, grok_numeric_radix, grok_oct, scan_bin,
4613scan_hex, scan_oct
4614
4615=item Optree Manipulation Functions
4616
4617cv_const_sv, newCONSTSUB, newXS
4618
2a551100
JH
4619=item Pad Data Structures
4620
4621pad_sv
4622
04b01f78
JH
4623=item Stack Manipulation Macros
4624
4625dMARK, dORIGMARK, dSP, EXTEND, MARK, ORIGMARK, POPi, POPl, POPn, POPp,
4626POPpbytex, POPpx, POPs, PUSHi, PUSHMARK, PUSHn, PUSHp, PUSHs, PUSHu,
4627PUTBACK, SP, SPAGAIN, XPUSHi, XPUSHn, XPUSHp, XPUSHs, XPUSHu, XSRETURN,
4628XSRETURN_IV, XSRETURN_NO, XSRETURN_NV, XSRETURN_PV, XSRETURN_UNDEF,
4629XSRETURN_YES, XST_mIV, XST_mNO, XST_mNV, XST_mPV, XST_mUNDEF, XST_mYES
4630
4631=item SV Flags
4632
4633svtype, SVt_IV, SVt_NV, SVt_PV, SVt_PVAV, SVt_PVCV, SVt_PVHV, SVt_PVMG
4634
4635=item SV Manipulation Functions
4636
fa1c7b03
JH
4637get_sv, looks_like_number, newRV_inc, newRV_noinc, newSV, newSViv, newSVnv,
4638newSVpv, newSVpvf, newSVpvn, newSVpvn_share, newSVrv, newSVsv, newSVuv,
2a551100
JH
4639new_version, scan_version, scan_vstring, SvCUR, SvCUR_set, SvEND, SvGROW,
4640SvIOK, SvIOKp, SvIOK_notUV, SvIOK_off, SvIOK_on, SvIOK_only, SvIOK_only_UV,
4641SvIOK_UV, SvIsCOW, SvIsCOW_shared_hash, SvIV, SvIVx, SvIVX, SvLEN, SvNIOK,
4642SvNIOKp, SvNIOK_off, SvNOK, SvNOKp, SvNOK_off, SvNOK_on, SvNOK_only, SvNV,
4643SvNVX, SvNVx, SvOK, SvOOK, SvPOK, SvPOKp, SvPOK_off, SvPOK_on, SvPOK_only,
4644SvPOK_only_UTF8, SvPV, SvPVbyte, SvPVbytex, SvPVbytex_force,
4645SvPVbyte_force, SvPVbyte_nolen, SvPVutf8, SvPVutf8x, SvPVutf8x_force,
4646SvPVutf8_force, SvPVutf8_nolen, SvPVx, SvPVX, SvPV_force, SvPV_force_nomg,
4647SvPV_nolen, SvREFCNT, SvREFCNT_dec, SvREFCNT_inc, SvROK, SvROK_off,
4648SvROK_on, SvRV, SvSTASH, SvTAINT, SvTAINTED, SvTAINTED_off, SvTAINTED_on,
4649SvTRUE, SvTYPE, SvUNLOCK, SvUOK, SvUPGRADE, SvUTF8, SvUTF8_off, SvUTF8_on,
4650SvUV, SvUVX, SvUVx, SvVOK, sv_2bool, sv_2cv, sv_2io, sv_2iv, sv_2mortal,
4651sv_2nv, sv_2pvbyte, sv_2pvbyte_nolen, sv_2pvutf8, sv_2pvutf8_nolen,
4652sv_2pv_flags, sv_2pv_nolen, sv_2uv, sv_backoff, sv_bless, sv_catpv,
4653sv_catpvf, sv_catpvf_mg, sv_catpvn, sv_catpvn_flags, sv_catpvn_mg,
4654sv_catpv_mg, sv_catsv, sv_catsv_flags, sv_catsv_mg, sv_chop, sv_clear,
4655sv_cmp, sv_cmp_locale, sv_collxfrm, sv_copypv, sv_dec, sv_derived_from,
4656sv_eq, sv_force_normal, sv_force_normal_flags, sv_free, sv_gets, sv_grow,
4657sv_inc, sv_insert, sv_isa, sv_isobject, sv_iv, sv_len, sv_len_utf8,
4658sv_magic, sv_magicext, sv_mortalcopy, sv_newmortal, sv_newref,
4659sv_nolocking, sv_nosharing, sv_nounlocking, sv_nv, sv_pos_b2u, sv_pos_u2b,
4660sv_pv, sv_pvbyte, sv_pvbyten, sv_pvbyten_force, sv_pvn, sv_pvn_force,
4661sv_pvn_force_flags, sv_pvutf8, sv_pvutf8n, sv_pvutf8n_force, sv_reftype,
4662sv_replace, sv_report_used, sv_reset, sv_rvweaken, sv_setiv, sv_setiv_mg,
4663sv_setnv, sv_setnv_mg, sv_setpv, sv_setpvf, sv_setpvf_mg, sv_setpviv,
4664sv_setpviv_mg, sv_setpvn, sv_setpvn_mg, sv_setpv_mg, sv_setref_iv,
4665sv_setref_nv, sv_setref_pv, sv_setref_pvn, sv_setref_uv, sv_setsv,
4666sv_setsv_flags, sv_setsv_mg, sv_setuv, sv_setuv_mg, sv_taint, sv_tainted,
4667sv_true, sv_unmagic, sv_unref, sv_unref_flags, sv_untaint, sv_upgrade,
4668sv_usepvn, sv_usepvn_mg, sv_utf8_decode, sv_utf8_downgrade, sv_utf8_encode,
4669sv_utf8_upgrade, sv_utf8_upgrade_flags, sv_uv, sv_vcatpvfn, sv_vsetpvfn,
4670upg_version, vcmp, vnumify, vstringify
04b01f78
JH
4671
4672=item Unicode Support
4673
4674bytes_from_utf8, bytes_to_utf8, ibcmp_utf8, is_utf8_char, is_utf8_string,
2a551100
JH
4675pv_uni_display, sv_cat_decode, sv_recode_to_utf8, sv_uni_display,
4676to_utf8_case, to_utf8_fold, to_utf8_lower, to_utf8_title, to_utf8_upper,
4677utf8n_to_uvchr, utf8n_to_uvuni, utf8_distance, utf8_hop, utf8_length,
4678utf8_to_bytes, utf8_to_uvchr, utf8_to_uvuni, uvchr_to_utf8,
4679uvuni_to_utf8_flags
04b01f78
JH
4680
4681=item Variables created by C<xsubpp> and C<xsubpp> internal functions
4682
4683ax, CLASS, dAX, dITEMS, dXSARGS, dXSI32, items, ix, newXSproto, RETVAL, ST,
4684THIS, XS, XSRETURN_EMPTY, XS_VERSION, XS_VERSION_BOOTCHECK
4685
4686=item Warning and Dieing
4687
4688croak, warn
c76ac1ee 4689
4755096e 4690=item AUTHORS
cb1a09d0
AD
4691
4692=item SEE ALSO
4693
a45bd81d
GS
4694=back
4695
91331b4f 4696=head2 perlintern - autogenerated documentation of purely B<internal>
4755096e 4697 Perl functions
cb1a09d0 4698
d420ca49 4699=over 4
a45bd81d 4700
cb1a09d0
AD
4701=item DESCRIPTION
4702
2a551100
JH
4703=item CV reference counts and CvOUTSIDE
4704
4705CvWEAKOUTSIDE
4706
4707=item Functions in file pad.h
4708
4709CX_CURPAD_SAVE, CX_CURPAD_SV, PAD_BASE_SV, PAD_CLONE_VARS,
4710PAD_COMPNAME_FLAGS, PAD_COMPNAME_GEN, PAD_COMPNAME_OURSTASH,
4711PAD_COMPNAME_PV, PAD_COMPNAME_TYPE, PAD_DUP, PAD_RESTORE_LOCAL,
4712PAD_SAVE_LOCAL, PAD_SAVE_SETNULLPAD, PAD_SETSV, PAD_SET_CUR, PAD_SV,
4713PAD_SVl, SAVECLEARSV, SAVECOMPPAD, SAVEPADSV
4714
4715=item Functions in file pp_ctl.c
4716
4717find_runcv
4718
fe9287c4
JH
4719=item Global Variables
4720
4721PL_DBsingle, PL_DBsub, PL_DBtrace, PL_dowarn, PL_last_in_gv, PL_ofs_sv,
4722PL_rs
4723
4724=item GV Functions
4725
4726is_gv_magical
4727
4728=item IO Functions
4729
4730start_glob
4731
4732=item Pad Data Structures
4733
2a551100
JH
4734CvPADLIST, cv_clone, cv_dump, do_dump_pad, intro_my, pad_add_anon,
4735pad_add_name, pad_alloc, pad_block_start, pad_check_dup, pad_findlex,
4736pad_findmy, pad_fixup_inner_anons, pad_free, pad_leavemy, pad_new,
4737pad_push, pad_reset, pad_setsv, pad_swipe, pad_tidy, pad_undef
fe9287c4
JH
4738
4739=item Stack Manipulation Macros
4740
4741djSP, LVRET
4742
4743=item SV Manipulation Functions
4744
4745report_uninit, sv_add_arena, sv_clean_all, sv_clean_objs, sv_free_arenas
4755096e
GS
4746
4747=item AUTHORS
4748
4749=item SEE ALSO
4750
4751=back
4752
dc5c060f
JH
4753=head2 perliol - C API for Perl's implementation of IO in Layers.
4754
4755=over 4
4756
4757=item SYNOPSIS
4758
4759=item DESCRIPTION
4760
4761=over 4
4762
4763=item History and Background
4764
4765=item Layers vs Disciplines
4766
4767=item Data Structures
4768
dc5c060f
JH
4769=item Functions and Attributes
4770
dc5c060f
JH
4771=item Per-instance Data
4772
4773=item Layers in action.
4774
4775=item Per-instance flag bits
4776
4777PERLIO_F_EOF, PERLIO_F_CANWRITE, PERLIO_F_CANREAD, PERLIO_F_ERROR,
4778PERLIO_F_TRUNCATE, PERLIO_F_APPEND, PERLIO_F_CRLF, PERLIO_F_UTF8,
4779PERLIO_F_UNBUF, PERLIO_F_WRBUF, PERLIO_F_RDBUF, PERLIO_F_LINEBUF,
4780PERLIO_F_TEMP, PERLIO_F_OPEN, PERLIO_F_FASTGETS
4781
4782=item Methods in Detail
4783
cb9c8b59 4784fsize, name, size, kind, PERLIO_K_BUFFERED, PERLIO_K_RAW, PERLIO_K_CANCRLF,
033348ab
JH
4785PERLIO_K_FASTGETS, PERLIO_K_MULTIARG, Pushed, Popped, Open, Binmode,
4786Getarg, Fileno, Dup, Read, Write, Seek, Tell, Close, Flush, Fill, Eof,
4787Error, Clearerr, Setlinebuf, Get_base, Get_bufsiz, Get_ptr, Get_cnt,
4788Set_ptrcnt
dc5c060f 4789
8b9c797b
JH
4790=item Implementing PerlIO Layers
4791
dc5c060f
JH
4792=item Core Layers
4793
4794"unix", "perlio", "stdio", "crlf", "mmap", "pending", "raw", "utf8"
4795
4796=item Extension Layers
4797
c40f6c4a 4798":encoding", ":scalar", ":via"
dc5c060f
JH
4799
4800=back
4801
04b01f78
JH
4802=item TODO
4803
dc5c060f
JH
4804=back
4805
4755096e
GS
4806=head2 perlapio - perl's IO abstraction interface.
4807
d420ca49 4808=over 4
cb1a09d0 4809
4755096e 4810=item SYNOPSIS
cb1a09d0 4811
4755096e 4812=item DESCRIPTION
cb1a09d0 4813
dc5c060f
JH
48141. USE_STDIO, 2. USE_SFIO, 3. USE_PERLIO, B<PerlIO_stdin()>,
4815B<PerlIO_stdout()>, B<PerlIO_stderr()>, B<PerlIO_open(path, mode)>,
4816B<PerlIO_fdopen(fd,mode)>, B<PerlIO_reopen(path,mode,f)>,
4755096e
GS
4817B<PerlIO_printf(f,fmt,...)>, B<PerlIO_vprintf(f,fmt,a)>,
4818B<PerlIO_stdoutf(fmt,...)>, B<PerlIO_read(f,buf,count)>,
4819B<PerlIO_write(f,buf,count)>, B<PerlIO_close(f)>, B<PerlIO_puts(f,s)>,
4820B<PerlIO_putc(f,c)>, B<PerlIO_ungetc(f,c)>, B<PerlIO_getc(f)>,
4821B<PerlIO_eof(f)>, B<PerlIO_error(f)>, B<PerlIO_fileno(f)>,
dc5c060f
JH
4822B<PerlIO_clearerr(f)>, B<PerlIO_flush(f)>, B<PerlIO_seek(f,offset,whence)>,
4823B<PerlIO_tell(f)>, B<PerlIO_getpos(f,p)>, B<PerlIO_setpos(f,p)>,
4824B<PerlIO_rewind(f)>, B<PerlIO_tmpfile()>, B<PerlIO_setlinebuf(f)>
cb1a09d0 4825
d420ca49 4826=over 4
cb1a09d0 4827
4755096e 4828=item Co-existence with stdio
cb1a09d0 4829
4b069b44 4830B<PerlIO_importFILE(f,mode)>, B<PerlIO_exportFILE(f,mode)>,
849d92fd 4831B<PerlIO_releaseFILE(p,f)>, B<PerlIO_findFILE(f)>
dc5c060f
JH
4832
4833=item "Fast gets" Functions
4834
4835B<PerlIO_fast_gets(f)>, B<PerlIO_has_cntptr(f)>, B<PerlIO_get_cnt(f)>,
4836B<PerlIO_get_ptr(f)>, B<PerlIO_set_ptrcnt(f,p,c)>, B<PerlIO_canset_cnt(f)>,
4837B<PerlIO_set_cnt(f,c)>, B<PerlIO_has_base(f)>, B<PerlIO_get_base(f)>,
4838B<PerlIO_get_bufsiz(f)>
4839
4840=item Other Functions
4841
4842PerlIO_apply_layers(f,mode,layers), PerlIO_binmode(f,ptype,imode,layers),
4843'E<lt>' read, 'E<gt>' write, '+' read/write, PerlIO_debug(fmt,...)
cb1a09d0 4844
4755096e 4845=back
c635e13b 4846
a45bd81d
GS
4847=back
4848
4755096e 4849=head2 perltodo - Perl TO-DO List
c635e13b 4850
d420ca49 4851=over 4
a45bd81d 4852
c635e13b 4853=item DESCRIPTION
cb1a09d0 4854
245d750e 4855=item To do during 5.6.x
cb1a09d0 4856
d420ca49 4857=over 4
cb1a09d0 4858
245d750e 4859=item Support for I/O disciplines
cb1a09d0 4860
53d7eaa8 4861=item Autoload bytes.pm
cb1a09d0 4862
245d750e 4863=item Make "\u{XXXX}" et al work
cb1a09d0 4864
53d7eaa8 4865=item Create a char *sv_pvprintify(sv, STRLEN *lenp, UV flags)
4755096e 4866
53d7eaa8 4867=item Overloadable regex assertions
4755096e 4868
e61ecf27 4869=item Unicode
cb1a09d0 4870
245d750e 4871=item Work out exit/die semantics for threads
cb1a09d0 4872
23be5fc4
JH
4873=item Better support for nonpreemptive threading systems like GNU pth
4874
245d750e 4875=item Typed lexicals for compiler
4755096e 4876
245d750e 4877=item Compiler workarounds for Win32
4755096e 4878
245d750e 4879=item AUTOLOADing in the compiler
4755096e 4880
245d750e 4881=item Fixing comppadlist when compiling
8ebc5c01 4882
245d750e 4883=item Cleaning up exported namespace
4755096e 4884
245d750e 4885=item Complete signal handling
cb1a09d0 4886
245d750e 4887=item Out-of-source builds
cb1a09d0 4888
245d750e 4889=item POSIX realtime support
cb1a09d0 4890
245d750e 4891=item UNIX98 support
cb1a09d0 4892
245d750e 4893=item IPv6 Support
cb1a09d0 4894
245d750e 4895=item Long double conversion
cb1a09d0 4896
245d750e 4897=item Locales
cb1a09d0 4898
245d750e
JH
4899=item Arithmetic on non-Arabic numerals
4900
4901=item POSIX Unicode character classes
4902
4903=item Factoring out common suffices/prefices in regexps (trie optimization)
4904
4905=item Security audit shipped utilities
4906
f502af34 4907=item Sort out the uid-setting mess
245d750e 4908
b2deec1d
JH
4909=item Custom opcodes
4910
245d750e
JH
4911=item DLL Versioning
4912
4913=item Introduce @( and @)
4914
4915=item Floating point handling
4916
4917=item IV/UV preservation
4918
4919=item Replace pod2html with something using Pod::Parser
4920
4921=item Automate module testing on CPAN
4922
4923=item sendmsg and recvmsg
4924
4925=item Rewrite perlre documentation
cb1a09d0 4926
245d750e 4927=item Convert example code to IO::Handle filehandles
4755096e 4928
245d750e 4929=item Document Win32 choices
4755096e 4930
245d750e 4931=item Check new modules
4755096e 4932
245d750e 4933=item Make roffitall find pods and libs itself
c635e13b 4934
a45bd81d
GS
4935=back
4936
245d750e 4937=item To do at some point
fb9cefb4 4938
d420ca49 4939=over 4
a45bd81d 4940
245d750e 4941=item Remove regular expression recursion
fb9cefb4 4942
245d750e 4943=item Memory leaks after failed eval
fb9cefb4 4944
245d750e 4945=item bitfields in pack
fb9cefb4 4946
245d750e 4947=item Cross compilation
fb9cefb4 4948
245d750e 4949=item Perl preprocessor / macros
fb9cefb4 4950
245d750e 4951=item Perl lexer in Perl
fb9cefb4 4952
245d750e 4953=item Using POSIX calls internally
4755096e 4954
245d750e 4955=item -i rename file when changed
4755096e 4956
245d750e 4957=item All ARGV input should act like E<lt>E<gt>
4755096e 4958
245d750e 4959=item Support for rerunning debugger
4755096e 4960
fbe3d936
JH
4961=item Test Suite for the Debugger
4962
245d750e 4963=item my sub foo { }
4755096e 4964
245d750e 4965=item One-pass global destruction
fb9cefb4 4966
245d750e 4967=item Rewrite regexp parser
a45bd81d 4968
245d750e 4969=item Cache recently used regexps
a45bd81d 4970
245d750e 4971=item Cross-compilation support
a45bd81d 4972
245d750e 4973=item Bit-shifting bitvectors
a45bd81d 4974
245d750e 4975=item debugger pragma
a45bd81d 4976
245d750e 4977=item use less pragma
a45bd81d 4978
245d750e 4979=item switch structures
a45bd81d 4980
245d750e 4981=item Cache eval tree
a45bd81d 4982
245d750e 4983=item rcatmaybe
a45bd81d 4984
245d750e 4985=item Shrink opcode tables
a45bd81d 4986
245d750e 4987=item Optimize away @_
a45bd81d 4988
245d750e 4989=item Prototypes versus indirect objects
a45bd81d 4990
07fcf8ff 4991=item Install HTML
a45bd81d 4992
245d750e 4993=item Prototype method calls
a45bd81d 4994
245d750e 4995=item Return context prototype declarations
a45bd81d 4996
245d750e 4997=item magic_setisa
4755096e 4998
245d750e 4999=item Garbage collection
4755096e 5000
245d750e 5001=item IO tutorial
4755096e 5002
245d750e 5003=item Rewrite perldoc
4755096e 5004
3958b146 5005=item Install .3p manpages
245d750e
JH
5006
5007=item Unicode tutorial
4755096e 5008
245d750e 5009=item Update POSIX.pm for 1003.1-2
3958b146 5010
772ff3b9 5011=item Retargetable installation
245d750e
JH
5012
5013=item POSIX emulation on non-POSIX systems
5014
5015=item Rename Win32 headers
5016
5017=item Finish off lvalue functions
5018
5019=item Update sprintf documentation
5020
5021=item Use fchown/fchmod internally
a45bd81d 5022
cb52f95f
JH
5023=item Make v-strings overloaded objects
5024
80327a3d
JH
5025=item Allow restricted hash assignment
5026
95fb7f7f
JH
5027=item Should overload be inheritable?
5028
5029=item Taint rethink
5030
a45bd81d
GS
5031=back
5032
245d750e 5033=item Vague ideas
cb1a09d0 5034
d420ca49 5035=over 4
a45bd81d 5036
245d750e 5037=item ref() in list context
cb1a09d0 5038
53d7eaa8 5039=item Make tr/// return histogram of characters in list context
cb1a09d0 5040
245d750e 5041=item Compile to real threaded code
3958b146 5042
772ff3b9 5043=item Structured types
3958b146 5044
772ff3b9 5045=item Modifiable $1 et al.
4755096e 5046
245d750e 5047=item Procedural interfaces for IO::*, etc.
cb1a09d0 5048
245d750e 5049=item RPC modules
cb1a09d0 5050
245d750e 5051=item Attach/detach debugger from running program
cb1a09d0 5052
245d750e 5053=item GUI::Native
cb1a09d0 5054
245d750e 5055=item foreach(reverse ...)
cb1a09d0 5056
245d750e 5057=item Constant function cache
cb1a09d0 5058
245d750e 5059=item Approximate regular expression matching
cb1a09d0 5060
a45bd81d
GS
5061=back
5062
245d750e 5063=item Ongoing
4755096e 5064
245d750e 5065=over 4
4755096e 5066
245d750e 5067=item Update guts documentation
cb1a09d0 5068
245d750e 5069=item Add more tests
a45bd81d 5070
245d750e 5071=item Update auxiliary tools
cb1a09d0 5072
d8416318
JH
5073=item Create debugging macros
5074
5075=item truncate to the people
5076
5077=item Unicode in Filenames
5078
4755096e 5079=back
cb1a09d0 5080
8b9c797b
JH
5081=item Unicode in %ENV
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
fe9287c4
JH
5201=item pack/unpack tutorial
5202
a45bd81d
GS
5203=back
5204
4755096e
GS
5205=back
5206
5207=head2 perlhack - How to hack at the Perl internals
cb1a09d0 5208
d420ca49 5209=over 4
a45bd81d 5210
4755096e
GS
5211=item DESCRIPTION
5212
5213Does concept match the general goals of Perl?, Where is the
5214implementation?, Backwards compatibility, Could it be a module instead?, Is
5215the feature generic enough?, Does it potentially introduce new bugs?, Does
5216it preclude other desirable features?, Is the implementation robust?, Is
428dc699
JH
5217the implementation generic enough to be portable?, Is the implementation
5218tested?, Is there enough documentation?, Is there another way to do it?,
5219Does it create too much work?, Patches speak louder than words
d420ca49
AD
5220
5221=over 4
5222
5223=item Keeping in sync
5224
5225rsync'ing the source tree, Using rsync over the LAN, Using pushing over the
9cd42e2a
JH
5226NFS, rsync'ing the patches
5227
5228=item Why rsync the source tree
5229
5e1b1338 5230It's easier to rsync the source tree, It's more reliable
9cd42e2a
JH
5231
5232=item Why rsync the patches
5233
5234It's easier to rsync the patches, It's a good reference, Finding a start
5235point, Finding how to fix a bug, Finding the source of misbehaviour
d420ca49 5236
2a551100 5237=item Perlbug administration
1fdc5aa6 5238
d420ca49
AD
5239=item Submitting patches
5240
5241L<perlguts>, L<perlxstut> and L<perlxs>, L<perlapi>,
5242F<Porting/pumpkin.pod>, The perl5-porters FAQ
cb1a09d0 5243
7029d033 5244=item Finding Your Way Around
cb1a09d0 5245
9cd42e2a 5246Core modules, Tests, Documentation, Configure, Interpreter
4755096e 5247
7029d033 5248=item Elements of the interpreter
4755096e 5249
7029d033 5250Startup, Parsing, Optimization, Running
4755096e 5251
7029d033 5252=item Internal Variable Types
4755096e 5253
7029d033 5254=item Op Trees
4755096e 5255
7029d033 5256=item Stacks
4755096e 5257
7029d033 5258Argument stack, Mark stack, Save stack
4755096e 5259
7029d033 5260=item Millions of Macros
4755096e 5261
7029d033 5262=item Poking at Perl
4755096e 5263
7029d033 5264=item Using a source-level debugger
4755096e 5265
7029d033 5266run [args], break function_name, break source.c:xxx, step, next, continue,
d420ca49 5267finish, 'enter', print
4755096e 5268
7029d033 5269=item Dumping Perl Data Structures
4755096e 5270
7029d033 5271=item Patching
cb1a09d0 5272
9cd42e2a
JH
5273=item Patching a core module
5274
53d7eaa8
JH
5275=item Adding a new function to the core
5276
9cd42e2a
JH
5277=item Writing a test
5278
5279F<t/base/>, F<t/cmd/>, F<t/comp/>, F<t/io/>, F<t/lib/>, F<t/op/>,
2a551100
JH
5280F<t/pod/>, F<t/run/>, F<t/uni/>, F<t/win32/>, F<t/x2p>, t/base t/comp,
5281t/cmd t/run t/io t/op, t/lib ext lib
9cd42e2a 5282
849d92fd
JH
5283=item Special Make Test Targets
5284
5285coretest, test.deparse, minitest, test.third check.third utest.third
2a551100
JH
5286ucheck.third, test.torture torturetest, utest ucheck test.utf8 check.utf8,
5287test_harness
5288
5289=item Running tests by hand
5290
5291PERL_CORE=1, PERL_DESTRUCT_LEVEL=2, PERL, PERL_SKIP_TTY_TEST
849d92fd 5292
91331b4f
JH
5293=back
5294
5295=item EXTERNAL TOOLS FOR DEBUGGING PERL
5296
d420ca49 5297=over 4
91331b4f
JH
5298
5299=item Rational Software's Purify
5300
5301=item Purify on Unix
5302
5303-Accflags=-DPURIFY, -Doptimize='-g', -Uusemymalloc, -Dusemultiplicity
5304
5305=item Purify on NT
5306
5307DEFINES, USE_MULTI = define, #PERL_MALLOC = define, CFG = Debug
5308
23be5fc4 5309=item Compaq's/Digital's/HP's Third Degree
ab1e085c
JH
5310
5311=item PERL_DESTRUCT_LEVEL
5312
51a35ef1
JH
5313=item Profiling
5314
772ff3b9
JH
5315=item Gprof Profiling
5316
5317-a, -b, -e routine, -f routine, -s, -z
5318
51a35ef1
JH
5319=item GCC gcov Profiling
5320
ab1e085c
JH
5321=item Pixie Profiling
5322
772ff3b9 5323-h, -l, -p[rocedures], -h[eavy], -i[nvocations], -l[ines], -testcoverage,
245d750e 5324-z[ero]
ab1e085c 5325
b2deec1d
JH
5326=item Miscellaneous tricks
5327
7029d033 5328=item CONCLUSION
cb1a09d0 5329
7029d033 5330I<The Road goes ever on and on, down from the door where it began.>
cb1a09d0 5331
8ebc5c01 5332=back
cb1a09d0 5333
7029d033 5334=item AUTHOR
cb1a09d0
AD
5335
5336=back
5337
2a551100
JH
5338=head2 perldoc - Look up Perl documentation in Pod format.
5339
5340=over 4
5341
5342=item SYNOPSIS
5343
5344=item DESCRIPTION
5345
5346=item OPTIONS
5347
5348B<-h>, B<-v>, B<-t>, B<-u>, B<-m> I<module>, B<-l>, B<-F>, B<-f>
5349I<perlfunc>, B<-q> I<perlfaq-search-regexp>, B<-T>, B<-d>
5350I<destination-filename>, B<-o> I<output-formatname>, B<-M> I<module-name>,
5351B<-w> I<option:value> or B<-w> I<option>, B<-X>,
5352B<PageName|ModuleName|ProgramName>, B<-n> I<some-formatter>, B<-r>, B<-i>,
5353B<-V>
5354
5355=item SECURITY
5356
5357=item ENVIRONMENT
5358
5359=item AUTHOR
5360
5361=back
5362
7029d033 5363=head2 perlhist - the Perl history records
7d2bfb28 5364
d420ca49 5365=over 4
7d2bfb28 5366
7029d033 5367=item DESCRIPTION
cb1a09d0 5368
7029d033 5369=item INTRODUCTION
cb1a09d0 5370
7029d033 5371=item THE KEEPERS OF THE PUMPKIN
cb1a09d0 5372
d420ca49 5373=over 4
cb1a09d0 5374
7029d033 5375=item PUMPKIN?
cb1a09d0 5376
a45bd81d
GS
5377=back
5378
7029d033 5379=item THE RECORDS
cb1a09d0 5380
d420ca49 5381=over 4
cb1a09d0 5382
7029d033 5383=item SELECTED RELEASE SIZES
cb1a09d0 5384
7029d033 5385=item SELECTED PATCH SIZES
cb1a09d0 5386
7029d033 5387=back
cb1a09d0 5388
7029d033 5389=item THE KEEPERS OF THE RECORDS
cb1a09d0 5390
a45bd81d
GS
5391=back
5392
2a551100
JH
5393=head2 perldelta - what is new for perl v5.9.0
5394
5395=over 4
5396
5397=item DESCRIPTION
5398
5399=item Incompatible Changes
5400
5401=item Core Enhancements
5402
5403=over 4
5404
5405=item Tied Arrays with Negative Array Indices
5406
5407=back
5408
5409=item Modules and Pragmata
5410
5411=item Utility Changes
5412
5413=item New Documentation
5414
5415=item Performance Enhancements
5416
5417=item Installation and Configuration Improvements
5418
5419=item Selected Bug Fixes
5420
5421=item New or Changed Diagnostics
5422
5423=item Changed Internals
5424
5425=item New Tests
5426
5427=item Known Problems
5428
5429=item Platform Specific Problems
5430
5431=item Reporting Bugs
5432
5433=item SEE ALSO
5434
5435=back
5436
5437=head2 perl58delta, perldelta - what is new for perl v5.8.0
d4432bb5 5438
603b90a8
JH
5439=over 4
5440
5441=item DESCRIPTION
5442
3ecb3787 5443=item Highlights In 5.8.0
493a87da 5444
428dc699
JH
5445=item Incompatible Changes
5446
5447=over 4
5448
95fb7f7f
JH
5449=item Binary Incompatibility
5450
428dc699
JH
5451=item 64-bit platforms and malloc
5452
5453=item AIX Dynaloading
5454
69dc652e 5455=item Attributes for C<my> variables now handled at run-time
95f0a2f1 5456
428dc699
JH
5457=item Socket Extension Dynamic in VMS
5458
493a87da
JH
5459=item IEEE-format Floating Point Default on OpenVMS Alpha
5460
fee7b0fc 5461=item New Unicode Semantics (no more C<use utf8>, almost)
ea9fba97 5462
f502af34 5463=item New Unicode Properties
428dc699 5464
34babc16
JH
5465=item REF(...) Instead Of SCALAR(...)
5466
ff426ff2
JH
5467=item pack/unpack D/F recycled
5468
69dc652e
JH
5469=item glob() now returns filenames in alphabetical order
5470
428dc699
JH
5471=item Deprecations
5472
5473=back
5474
5475=item Core Enhancements
5476
5477=over 4
5478
69dc652e
JH
5479=item Unicode Overhaul
5480
428dc699
JH
5481=item PerlIO is Now The Default
5482
69dc652e
JH
5483=item ithreads
5484
d8416318
JH
5485=item Restricted Hashes
5486
37b1fd75 5487=item Safe Signals
428dc699
JH
5488
5489=item Understanding of Numbers
5490
97f7c9df
JH
5491=item Arrays now always interpolate into double-quoted strings [561]
5492
f502af34 5493=item Miscellaneous Changes
34babc16 5494
428dc699
JH
5495=back
5496
5497=item Modules and Pragmata
5498
5499=over 4
5500
34babc16 5501=item New Modules and Pragmata
428dc699
JH
5502
5503=item Updated And Improved Modules and Pragmata
5504
5505=back
5506
5507=item Utility Changes
5508
5509=item New Documentation
5510
5511=item Performance Enhancements
5512
5513=item Installation and Configuration Improvements
5514
5515=over 4
5516
5517=item Generic Improvements
5518
5519=item New Or Improved Platforms
5520
5521=back
5522
5523=item Selected Bug Fixes
5524
5525=over 4
5526
5527=item Platform Specific Changes and Fixes
5528
5529=back
5530
5531=item New or Changed Diagnostics
5532
5533=item Changed Internals
5534
97f7c9df 5535=item Security Vulnerability Closed [561]
428dc699
JH
5536
5537=item New Tests
5538
5539=item Known Problems
5540
5541=over 4
5542
28a2f804
JH
5543=item The Compiler Suite Is Still Very Experimental
5544
5545=item Localising Tied Arrays and Hashes Is Broken
5546
5547=item Building Extensions Can Fail Because Of Largefiles
5548
5549=item Modifying $_ Inside for(..)
5550
5551=item mod_perl 1.26 Doesn't Build With Threaded Perl
5552
5553=item lib/ftmp-security tests warn 'system possibly insecure'
5554
5555=item libwww-perl (LWP) fails base/date #51
5556
5557=item PDL failing some tests
5558
5559=item Perl_get_sv
5560
5561=item Self-tying Problems
5562
5563=item ext/threads/t/libc
5564
5565=item Failure of Thread (5.005-style) tests
5566
5567=item Timing problems
5568
5569=item Tied/Magical Array/Hash Elements Do Not Autovivify
5570
5571=item Unicode in package/class and subroutine names does not work
5572
5573=back
5574
5575=item Platform Specific Problems
5576
5577=over 4
5578
428dc699
JH
5579=item AIX
5580
0d6290d3
JH
5581=item Alpha systems with old gccs fail several tests
5582
d4432bb5
JH
5583=item AmigaOS
5584
23be5fc4
JH
5585=item BeOS
5586
d4432bb5
JH
5587=item Cygwin "unable to remap"
5588
c40f6c4a
JH
5589=item Cygwin ndbm tests fail on FAT
5590
fee7b0fc 5591=item DJGPP Failures
69dc652e 5592
97f7c9df
JH
5593=item FreeBSD built with ithreads coredumps reading large directories
5594
033348ab 5595=item FreeBSD Failing locale Test 117 For ISO 8859-15 Locales
e993db8c 5596
28a2f804 5597=item IRIX fails ext/List/Util/t/shuffle.t or Digest::MD5
428dc699 5598
849d92fd 5599=item HP-UX lib/posix Subtest 9 Fails When LP64-Configured
428dc699 5600
a6812a52
JH
5601=item Linux with glibc 2.2.5 fails t/op/int subtest #6 with -Duse64bitint
5602
428dc699
JH
5603=item Linux With Sfio Fails op/misc Test 48
5604
493a87da
JH
5605=item Mac OS X
5606
28a2f804
JH
5607=item Mac OS X dyld undefined symbols
5608
4b069b44
NIS
5609=item OS/2 Test Failures
5610
fa1c7b03 5611=item op/sprintf tests 91, 129, and 130
428dc699 5612
2a551100
JH
5613=item SCO
5614
95fb7f7f
JH
5615=item Solaris 2.5
5616
a9d2c496
JH
5617=item Solaris x86 Fails Tests With -Duse64bitint
5618
97f7c9df 5619=item SUPER-UX (NEC SX)
23be5fc4
JH
5620
5621=item Term::ReadKey not working on Win32
5622
fa1c7b03
JH
5623=item UNICOS/mk
5624
428dc699
JH
5625=item UTS
5626
97f7c9df
JH
5627=item VOS (Stratus)
5628
428dc699
JH
5629=item VMS
5630
04b01f78
JH
5631=item Win32
5632
e993db8c
JH
5633=item XML::Parser not working
5634
fa1c7b03
JH
5635=item z/OS (OS/390)
5636
34babc16
JH
5637=item Unicode Support on EBCDIC Still Spotty
5638
c4f1ce08 5639=item Seen In Perl 5.7 But Gone Now
428dc699
JH
5640
5641=back
5642
603b90a8
JH
5643=item Reporting Bugs
5644
5645=item SEE ALSO
5646
5647=item HISTORY
5648
5649=back
5650
2a551100
JH
5651=head2 perl573delta - what's new for perl v5.7.3
5652
5653=over 4
5654
5655=item DESCRIPTION
5656
5657=item Changes
5658
5659=item Reporting Bugs
5660
5661=item SEE ALSO
5662
5663=item HISTORY
5664
5665=back
5666
d6483fcc 5667=head2 perl572delta - what's new for perl v5.7.2
245d750e
JH
5668
5669=over 4
5670
5671=item DESCRIPTION
5672
5673=item Security Vulnerability Closed
5674
5675=item Incompatible Changes
5676
cb5953d6
JH
5677=over 4
5678
5679=item 64-bit platforms and malloc
5680
e0539f61
JH
5681=item AIX Dynaloading
5682
5683=item Socket Extension Dynamic in VMS
5684
fbe3d936
JH
5685=item Different Definition of the Unicode Character Classes \p{In...}
5686
e0539f61 5687=item Deprecations
772ff3b9 5688
cb5953d6
JH
5689=back
5690
245d750e
JH
5691=item Core Enhancements
5692
5693=item Modules and Pragmata
5694
5695=over 4
5696
389925df 5697=item New Modules and Distributions
245d750e
JH
5698
5699=item Updated And Improved Modules and Pragmata
5700
5701=back
5702
245d750e
JH
5703=item Utility Changes
5704
5705=item New Documentation
5706
5707=item Installation and Configuration Improvements
5708
5709=over 4
5710
5711=item New Or Improved Platforms
5712
5713=item Generic Improvements
5714
5715=back
5716
5717=item Selected Bug Fixes
5718
5719=over 4
5720
5721=item Platform Specific Changes and Fixes
5722
5723=back
5724
5725=item New or Changed Diagnostics
5726
354a27bf 5727=item Source Code Enhancements
245d750e
JH
5728
5729=over 4
5730
354a27bf
JH
5731=item MAGIC constants
5732
5733=item Better commented code
5734
245d750e
JH
5735=item Regex pre-/post-compilation items matched up
5736
354a27bf
JH
5737=item gcc -Wall
5738
245d750e
JH
5739=back
5740
5741=item New Tests
5742
5743=item Known Problems
5744
5745=over 4
5746
e0539f61
JH
5747=item AIX
5748
5749=item Amiga Perl Invoking Mystery
245d750e
JH
5750
5751=item lib/ftmp-security tests warn 'system possibly insecure'
5752
e0539f61 5753=item Cygwin intermittent failures of lib/Memoize/t/expire_file 11 and 12
245d750e 5754
07fcf8ff 5755=item HP-UX lib/io_multihomed Fails When LP64-Configured
245d750e 5756
e0539f61 5757=item HP-UX lib/posix Subtest 9 Fails When LP64-Configured
245d750e
JH
5758
5759=item Linux With Sfio Fails op/misc Test 48
5760
fbe3d936
JH
5761=item OS/390
5762
e0539f61 5763=item op/sprintf tests 129 and 130
245d750e
JH
5764
5765=item Failure of Thread tests
5766
e0539f61
JH
5767=item UNICOS
5768
e0539f61
JH
5769=item UTS
5770
354a27bf
JH
5771=item VMS
5772
d0363f02
JH
5773=item Win32
5774
245d750e
JH
5775=item Localising a Tied Variable Leaks Memory
5776
5777=item Self-tying of Arrays and Hashes Is Forbidden
5778
cb5953d6
JH
5779=item Variable Attributes are not Currently Usable for Tieing
5780
245d750e
JH
5781=item Building Extensions Can Fail Because Of Largefiles
5782
5783=item The Compiler Suite Is Still Experimental
5784
e0539f61
JH
5785=item The Long Double Support is Still Experimental
5786
245d750e
JH
5787=back
5788
5789=item Reporting Bugs
5790
5791=item SEE ALSO
5792
5793=item HISTORY
5794
5795=back
5796
603b90a8
JH
5797=head2 perl571delta - what's new for perl v5.7.1
5798
5799=over 4
5800
5801=item DESCRIPTION
5802
5803=item Security Vulnerability Closed
5804
5805=item Incompatible Changes
5806
5807=item Core Enhancements
5808
245d750e
JH
5809=over 4
5810
2ca5449f
JH
5811=item AUTOLOAD Is Now Lvaluable
5812
245d750e
JH
5813=item PerlIO is Now The Default
5814
5815=item Signals Are Now Safe
5816
5817=back
5818
bd28ded5 5819=item Modules and Pragmata
603b90a8
JH
5820
5821=over 4
5822
603b90a8
JH
5823=item New Modules
5824
5825=item Updated And Improved Modules and Pragmata
5826
5827=back
5828
5829=item Performance Enhancements
5830
5831=item Utility Changes
5832
5833=item New Documentation
5834
5835=over 4
5836
5837=item perlclib
5838
5839=item perliol
5840
5841=item README.aix
5842
5843=item README.bs2000
5844
5845=item README.macos
5846
5847=item README.mpeix
5848
5849=item README.solaris
5850
5851=item README.vos
5852
5853=item Porting/repository.pod
5854
5855=back
5856
603b90a8
JH
5857=item Installation and Configuration Improvements
5858
5859=over 4
5860
5861=item New Or Improved Platforms
5862
5863=item Generic Improvements
5864
bd28ded5
JH
5865d_cmsghdr, d_fcntl_can_lock, d_fsync, d_getitimer, d_getpagsz, d_msghdr_s,
5866need_va_copy, d_readv, d_recvmsg, d_sendmsg, sig_size, d_sockatmark,
5867d_strtoq, d_u32align, d_ualarm, d_usleep
5868
603b90a8
JH
5869=back
5870
5871=item Selected Bug Fixes
5872
5873=over 4
5874
5875=item Platform Specific Changes and Fixes
5876
5877=back
5878
5879=item New or Changed Diagnostics
5880
5881=item Changed Internals
5882
bd28ded5
JH
5883=item New Tests
5884
603b90a8
JH
5885=item Known Problems
5886
5887=over 4
5888
bd28ded5
JH
5889=item AIX vac 5.0.0.0 May Produce Buggy Code For Perl
5890
5891=item lib/ftmp-security tests warn 'system possibly insecure'
5892
5893=item lib/io_multihomed Fails In LP64-Configured HP-UX
5894
5895=item Test lib/posix Subtest 9 Fails In LP64-Configured HP-UX
5896
603b90a8
JH
5897=item lib/b test 19
5898
bd28ded5 5899=item Linux With Sfio Fails op/misc Test 48
603b90a8
JH
5900
5901=item sigaction test 13 in VMS
5902
5903=item sprintf tests 129 and 130
5904
bd28ded5
JH
5905=item Failure of Thread tests
5906
5907=item Localising a Tied Variable Leaks Memory
5908
603b90a8
JH
5909=item Self-tying of Arrays and Hashes Is Forbidden
5910
bd28ded5
JH
5911=item Building Extensions Can Fail Because Of Largefiles
5912
5913=item The Compiler Suite Is Still Experimental
5914
603b90a8
JH
5915=back
5916
5917=item Reporting Bugs
5918
5919=item SEE ALSO
5920
5921=item HISTORY
5922
5923=back
5924
5925=head2 perl570delta - what's new for perl v5.7.0
694468e3 5926
d420ca49 5927=over 4
694468e3 5928
7029d033 5929=item DESCRIPTION
694468e3 5930
a9ef4385
JH
5931=item Security Vulnerability Closed
5932
5933=item Incompatible Changes
5934
7029d033 5935=item Core Enhancements
694468e3 5936
7029d033 5937=item Modules and Pragmata
694468e3 5938
d420ca49 5939=over 4
a9ef4385
JH
5940
5941=item New Modules
5942
5943=item Updated And Improved Modules and Pragmata
5944
5945=back
5946
7029d033 5947=item Utility Changes
694468e3 5948
a9ef4385 5949=item New Documentation
694468e3 5950
a9ef4385 5951=item Performance Enhancements
694468e3 5952
7029d033 5953=item Installation and Configuration Improvements
694468e3 5954
d420ca49 5955=over 4
694468e3 5956
a9ef4385 5957=item Generic Improvements
694468e3 5958
4755096e 5959=back
694468e3 5960
a9ef4385 5961=item Selected Bug Fixes
694468e3 5962
d420ca49 5963=over 4
cb1a09d0 5964
a9ef4385 5965=item Platform Specific Changes and Fixes
cb1a09d0 5966
a9ef4385 5967=back
cb1a09d0 5968
a9ef4385
JH
5969=item New or Changed Diagnostics
5970
5971=item Changed Internals
cb1a09d0 5972
4755096e 5973=item Known Problems
cb1a09d0 5974
d420ca49 5975=over 4
a9ef4385
JH
5976
5977=item Unicode Support Still Far From Perfect
5978
5979=item EBCDIC Still A Lost Platform
5980
5981=item Building Extensions Can Fail Because Of Largefiles
5982
93d73c42
JH
5983=item ftmp-security tests warn 'system possibly insecure'
5984
b3b6085d
PP
5985=item Test lib/posix Subtest 9 Fails In LP64-Configured HP-UX
5986
93d73c42 5987=item Long Doubles Still Don't Work In Solaris
9fa7f388 5988
b3b6085d
PP
5989=item Linux With Sfio Fails op/misc Test 48
5990
9fa7f388 5991=item Storable tests fail in some platforms
a9ef4385 5992
93d73c42
JH
5993=item Threads Are Still Experimental
5994
5995=item The Compiler Suite Is Still Experimental
5996
a9ef4385 5997=back
193fb0af 5998
4755096e 5999=item Reporting Bugs
8ebc5c01 6000
4755096e 6001=item SEE ALSO
8ebc5c01 6002
4755096e 6003=item HISTORY
8ebc5c01 6004
a45bd81d
GS
6005=back
6006
f502af34 6007=head2 perl561delta - what's new for perl v5.6.x
493a87da
JH
6008
6009=over 4
6010
6011=item DESCRIPTION
6012
6013=item Summary of changes between 5.6.0 and 5.6.1
6014
6015=over 4
6016
6017=item Security Issues
6018
6019=item Core bug fixes
6020
6021C<UNIVERSAL::isa()>, Memory leaks, Numeric conversions, qw(a\\b), caller(),
6022Bugs in regular expressions, "slurp" mode, Autovivification of symbolic
6023references to special variables, Lexical warnings, Spurious warnings and
6024errors, glob(), Tainting, sort(), #line directives, Subroutine prototypes,
6025map(), Debugger, PERL5OPT, chop(), Unicode support, 64-bit support,
6026Compiler, Lvalue subroutines, IO::Socket, File::Find, xsubpp, C<no
6027Module;>, Tests
6028
6029=item Core features
6030
6031=item Configuration issues
6032
6033=item Documentation
6034
6035=item Bundled modules
6036
6037B::Concise, File::Temp, Pod::LaTeX, Pod::Text::Overstrike, CGI, CPAN,
6038Class::Struct, DB_File, Devel::Peek, File::Find, Getopt::Long, IO::Poll,
6039IPC::Open3, Math::BigFloat, Math::Complex, Net::Ping, Opcode, Pod::Parser,
6040Pod::Text, SDBM_File, Sys::Syslog, Tie::RefHash, Tie::SubstrHash
6041
6042=item Platform-specific improvements
6043
6044NCR MP-RAS, NonStop-UX
6045
04b01f78
JH
6046=back
6047
6048=item Core Enhancements
6049
6050=over 4
6051
493a87da
JH
6052=item Interpreter cloning, threads, and concurrency
6053
6054=item Lexically scoped warning categories
6055
6056=item Unicode and UTF-8 support
6057
6058=item Support for interpolating named characters
6059
6060=item "our" declarations
6061
6062=item Support for strings represented as a vector of ordinals
6063
6064=item Improved Perl version numbering system
6065
6066=item New syntax for declaring subroutine attributes
6067
6068=item File and directory handles can be autovivified
6069
6070=item open() with more than two arguments
6071
6072=item 64-bit support
6073
6074=item Large file support
6075
6076=item Long doubles
6077
6078=item "more bits"
6079
6080=item Enhanced support for sort() subroutines
6081
6082=item C<sort $coderef @foo> allowed
6083
6084=item File globbing implemented internally
6085
6086=item Support for CHECK blocks
6087
6088=item POSIX character class syntax [: :] supported
6089
6090=item Better pseudo-random number generator
6091
6092=item Improved C<qw//> operator
6093
6094=item Better worst-case behavior of hashes
6095
6096=item pack() format 'Z' supported
6097
6098=item pack() format modifier '!' supported
6099
6100=item pack() and unpack() support counted strings
6101
6102=item Comments in pack() templates
6103
6104=item Weak references
6105
6106=item Binary numbers supported
6107
6108=item Lvalue subroutines
6109
6110=item Some arrows may be omitted in calls through references
6111
6112=item Boolean assignment operators are legal lvalues
6113
6114=item exists() is supported on subroutine names
6115
6116=item exists() and delete() are supported on array elements
6117
6118=item Pseudo-hashes work better
6119
6120=item Automatic flushing of output buffers
6121
6122=item Better diagnostics on meaningless filehandle operations
6123
6124=item Where possible, buffered data discarded from duped input filehandle
6125
6126=item eof() has the same old magic as <>
6127
6128=item binmode() can be used to set :crlf and :raw modes
6129
6130=item C<-T> filetest recognizes UTF-8 encoded files as "text"
6131
6132=item system(), backticks and pipe open now reflect exec() failure
6133
6134=item Improved diagnostics
6135
6136=item Diagnostics follow STDERR
6137
6138=item More consistent close-on-exec behavior
6139
6140=item syswrite() ease-of-use
6141
6142=item Better syntax checks on parenthesized unary operators
6143
6144=item Bit operators support full native integer width
6145
6146=item Improved security features
6147
6148=item More functional bareword prototype (*)
6149
6150=item C<require> and C<do> may be overridden
6151
6152=item $^X variables may now have names longer than one character
6153
6154=item New variable $^C reflects C<-c> switch
6155
6156=item New variable $^V contains Perl version as a string
6157
6158=item Optional Y2K warnings
6159
6160=item Arrays now always interpolate into double-quoted strings
6161
6162=back
6163
6164=item Modules and Pragmata
6165
6166=over 4
6167
6168=item Modules
6169
6170attributes, B, Benchmark, ByteLoader, constant, charnames, Data::Dumper,
6171DB, DB_File, Devel::DProf, Devel::Peek, Dumpvalue, DynaLoader, English,
6172Env, Fcntl, File::Compare, File::Find, File::Glob, File::Spec,
6173File::Spec::Functions, Getopt::Long, IO, JPL, lib, Math::BigInt,
6174Math::Complex, Math::Trig, Pod::Parser, Pod::InputObjects, Pod::Checker,
6175podchecker, Pod::ParseUtils, Pod::Find, Pod::Select, podselect, Pod::Usage,
6176pod2usage, Pod::Text and Pod::Man, SDBM_File, Sys::Syslog, Sys::Hostname,
6177Term::ANSIColor, Time::Local, Win32, XSLoader, DBM Filters
6178
6179=item Pragmata
6180
6181=back
6182
6183=item Utility Changes
6184
6185=over 4
6186
6187=item dprofpp
6188
6189=item find2perl
6190
6191=item h2xs
6192
6193=item perlcc
6194
6195=item perldoc
6196
6197=item The Perl Debugger
6198
6199=back
6200
6201=item Improved Documentation
6202
6203perlapi.pod, perlboot.pod, perlcompile.pod, perldbmfilter.pod,
6204perldebug.pod, perldebguts.pod, perlfork.pod, perlfilter.pod, perlhack.pod,
6205perlintern.pod, perllexwarn.pod, perlnumber.pod, perlopentut.pod,
6206perlreftut.pod, perltootc.pod, perltodo.pod, perlunicode.pod
6207
6208=item Performance enhancements
6209
6210=over 4
6211
6212=item Simple sort() using { $a <=> $b } and the like are optimized
6213
6214=item Optimized assignments to lexical variables
6215
6216=item Faster subroutine calls
6217
6218=item delete(), each(), values() and hash iteration are faster
6219
6220=back
6221
6222=item Installation and Configuration Improvements
6223
6224=over 4
6225
6226=item -Dusethreads means something different
6227
6228=item New Configure flags
6229
6230=item Threadedness and 64-bitness now more daring
6231
6232=item Long Doubles
6233
6234=item -Dusemorebits
6235
6236=item -Duselargefiles
6237
6238=item installusrbinperl
6239
6240=item SOCKS support
6241
6242=item C<-A> flag
6243
6244=item Enhanced Installation Directories
6245
6246=item gcc automatically tried if 'cc' does not seem to be working
6247
6248=back
6249
6250=item Platform specific changes
6251
6252=over 4
6253
6254=item Supported platforms
6255
6256=item DOS
6257
6258=item OS390 (OpenEdition MVS)
6259
6260=item VMS
6261
6262=item Win32
6263
6264=back
6265
6266=item Significant bug fixes
6267
6268=over 4
6269
6270=item <HANDLE> on empty files
6271
6272=item C<eval '...'> improvements
6273
6274=item All compilation errors are true errors
6275
6276=item Implicitly closed filehandles are safer
6277
6278=item Behavior of list slices is more consistent
6279
6280=item C<(\$)> prototype and C<$foo{a}>
6281
6282=item C<goto &sub> and AUTOLOAD
6283
6284=item C<-bareword> allowed under C<use integer>
6285
6286=item Failures in DESTROY()
6287
6288=item Locale bugs fixed
6289
6290=item Memory leaks
6291
6292=item Spurious subroutine stubs after failed subroutine calls
6293
6294=item Taint failures under C<-U>
6295
6296=item END blocks and the C<-c> switch
6297
6298=item Potential to leak DATA filehandles
6299
6300=back
6301
6302=item New or Changed Diagnostics
6303
6304"%s" variable %s masks earlier declaration in same %s, "my sub" not yet
6305implemented, "our" variable %s redeclared, '!' allowed only after types %s,
6306/ cannot take a count, / must be followed by a, A or Z, / must be followed
6307by a*, A* or Z*, / must follow a numeric type, /%s/: Unrecognized escape
6308\\%c passed through, /%s/: Unrecognized escape \\%c in character class
6309passed through, /%s/ should probably be written as "%s", %s() called too
6310early to check prototype, %s argument is not a HASH or ARRAY element, %s
6311argument is not a HASH or ARRAY element or slice, %s argument is not a
6312subroutine name, %s package attribute may clash with future reserved word:
6313%s, (in cleanup) %s, <> should be quotes, Attempt to join self, Bad evalled
6314substitution pattern, Bad realloc() ignored, Bareword found in conditional,
6315Binary number > 0b11111111111111111111111111111111 non-portable, Bit vector
6316size > 32 non-portable, Buffer overflow in prime_env_iter: %s, Can't check
6317filesystem of script "%s", Can't declare class for non-scalar %s in "%s",
6318Can't declare %s in "%s", Can't ignore signal CHLD, forcing to default,
6319Can't modify non-lvalue subroutine call, Can't read CRTL environ, Can't
6320remove %s: %s, skipping file, Can't return %s from lvalue subroutine, Can't
6321weaken a nonreference, Character class [:%s:] unknown, Character class
6322syntax [%s] belongs inside character classes, Constant is not %s reference,
6323constant(%s): %s, CORE::%s is not a keyword, defined(@array) is deprecated,
6324defined(%hash) is deprecated, Did not produce a valid header, (Did you mean
6325"local" instead of "our"?), Document contains no data, entering effective
6326%s failed, false [] range "%s" in regexp, Filehandle %s opened only for
6327output, flock() on closed filehandle %s, Global symbol "%s" requires
6328explicit package name, Hexadecimal number > 0xffffffff non-portable,
6329Ill-formed CRTL environ value "%s", Ill-formed message in prime_env_iter:
6330|%s|, Illegal binary digit %s, Illegal binary digit %s ignored, Illegal
6331number of bits in vec, Integer overflow in %s number, Invalid %s attribute:
6332%s, Invalid %s attributes: %s, invalid [] range "%s" in regexp, Invalid
6333separator character %s in attribute list, Invalid separator character %s in
6334subroutine attribute list, leaving effective %s failed, Lvalue subs
6335returning %s not implemented yet, Method %s not permitted, Missing
6336%sbrace%s on \N{}, Missing command in piped open, Missing name in "my sub",
6337No %s specified for -%c, No package name allowed for variable %s in "our",
6338No space allowed after -%c, no UTC offset information; assuming local time
6339is UTC, Octal number > 037777777777 non-portable, panic: del_backref,
6340panic: kid popen errno read, panic: magic_killbackrefs, Parentheses missing
6341around "%s" list, Possible unintended interpolation of %s in string,
6342Possible Y2K bug: %s, pragma "attrs" is deprecated, use "sub NAME : ATTRS"
6343instead, Premature end of script headers, Repeat count in pack overflows,
6344Repeat count in unpack overflows, realloc() of freed memory ignored,
6345Reference is already weak, setpgrp can't take arguments, Strange *+?{} on
6346zero-length expression, switching effective %s is not implemented, This
6347Perl can't reset CRTL environ elements (%s), This Perl can't set CRTL
6348environ elements (%s=%s), Too late to run %s block, Unknown open() mode
6349'%s', Unknown process %x sent message to prime_env_iter: %s, Unrecognized
6350escape \\%c passed through, Unterminated attribute parameter in attribute
6351list, Unterminated attribute list, Unterminated attribute parameter in
6352subroutine attribute list, Unterminated subroutine attribute list, Value of
6353CLI symbol "%s" too long, Version number must be a constant number
6354
6355=item New tests
6356
6357=item Incompatible Changes
6358
6359=over 4
6360
6361=item Perl Source Incompatibilities
6362
6363CHECK is a new keyword, Treatment of list slices of undef has changed,
6364Format of $English::PERL_VERSION is different, Literals of the form
6365C<1.2.3> parse differently, Possibly changed pseudo-random number
6366generator, Hashing function for hash keys has changed, C<undef> fails on
6367read only values, Close-on-exec bit may be set on pipe and socket handles,
6368Writing C<"$$1"> to mean C<"${$}1"> is unsupported, delete(), each(),
6369values() and C<\(%h)>, vec(EXPR,OFFSET,BITS) enforces powers-of-two BITS,
6370Text of some diagnostic output has changed, C<%@> has been removed,
6371Parenthesized not() behaves like a list operator, Semantics of bareword
6372prototype C<(*)> have changed, Semantics of bit operators may have changed
6373on 64-bit platforms, More builtins taint their results
6374
6375=item C Source Incompatibilities
6376
6377C<PERL_POLLUTE>, C<PERL_IMPLICIT_CONTEXT>, C<PERL_POLLUTE_MALLOC>
6378
6379=item Compatible C Source API Changes
6380
6381C<PATCHLEVEL> is now C<PERL_VERSION>
6382
6383=item Binary Incompatibilities
6384
6385=back
6386
6387=item Known Problems
6388
6389=over 4
6390
6391=item Localizing a tied hash element may leak memory
6392
6393=item Known test failures
6394
493a87da
JH
6395=item EBCDIC platforms not fully supported
6396
6397=item UNICOS/mk CC failures during Configure run
6398
6399=item Arrow operator and arrays
6400
6401=item Experimental features
6402
6403Threads, Unicode, 64-bit support, Lvalue subroutines, Weak references, The
6404pseudo-hash data type, The Compiler suite, Internal implementation of file
6405globbing, The DB module, The regular expression code constructs:
6406
6407=back
6408
6409=item Obsolete Diagnostics
6410
6411Character class syntax [: :] is reserved for future extensions, Ill-formed
6412logical name |%s| in prime_env_iter, In string, @%s now must be written as
6413\@%s, Probable precedence problem on %s, regexp too big, Use of "$$<digit>"
6414to mean "${$}<digit>" is deprecated
6415
6416=item Reporting Bugs
6417
6418=item SEE ALSO
6419
6420=item HISTORY
6421
6422=back
6423
f502af34 6424=head2 perl56delta - what's new for perl v5.6.0
14218588 6425
d420ca49 6426=over 4
a45bd81d 6427
14218588
GS
6428=item DESCRIPTION
6429
4755096e 6430=item Core Enhancements
14218588 6431
d420ca49 6432=over 4
14218588 6433
4755096e 6434=item Interpreter cloning, threads, and concurrency
14218588 6435
4755096e 6436=item Lexically scoped warning categories
14218588 6437
4755096e 6438=item Unicode and UTF-8 support
14218588 6439
4755096e 6440=item Support for interpolating named characters
14218588 6441
4755096e 6442=item "our" declarations
14218588 6443
4755096e 6444=item Support for strings represented as a vector of ordinals
14218588 6445
4755096e 6446=item Improved Perl version numbering system
14218588 6447
4755096e 6448=item New syntax for declaring subroutine attributes
14218588 6449
4755096e 6450=item File and directory handles can be autovivified
14218588 6451
4755096e 6452=item open() with more than two arguments
14218588 6453
4755096e 6454=item 64-bit support
14218588 6455
4755096e 6456=item Large file support
14218588 6457
4755096e 6458=item Long doubles
14218588 6459
4755096e 6460=item "more bits"
14218588 6461
4755096e 6462=item Enhanced support for sort() subroutines
14218588 6463
4755096e 6464=item C<sort $coderef @foo> allowed
14218588 6465
4755096e 6466=item File globbing implemented internally
14218588 6467
4755096e 6468=item Support for CHECK blocks
14218588 6469
4755096e 6470=item POSIX character class syntax [: :] supported
14218588 6471
4755096e 6472=item Better pseudo-random number generator
a45bd81d 6473
4755096e 6474=item Improved C<qw//> operator
8ebc5c01 6475
4755096e 6476=item Better worst-case behavior of hashes
a45bd81d 6477
4755096e 6478=item pack() format 'Z' supported
8ebc5c01 6479
4755096e 6480=item pack() format modifier '!' supported
8ebc5c01 6481
4755096e 6482=item pack() and unpack() support counted strings
8ebc5c01 6483
4755096e 6484=item Comments in pack() templates
8ebc5c01 6485
4755096e 6486=item Weak references
8ebc5c01 6487
4755096e 6488=item Binary numbers supported
8ebc5c01 6489
4755096e 6490=item Lvalue subroutines
14218588 6491
4755096e 6492=item Some arrows may be omitted in calls through references
8ebc5c01 6493
4755096e 6494=item Boolean assignment operators are legal lvalues
8ebc5c01 6495
4755096e 6496=item exists() is supported on subroutine names
8ebc5c01 6497
4755096e 6498=item exists() and delete() are supported on array elements
cb1a09d0 6499
4755096e 6500=item Pseudo-hashes work better
cb1a09d0 6501
4755096e 6502=item Automatic flushing of output buffers
cb1a09d0 6503
4755096e 6504=item Better diagnostics on meaningless filehandle operations
cb1a09d0 6505
4755096e 6506=item Where possible, buffered data discarded from duped input filehandle
a45bd81d 6507
4755096e 6508=item eof() has the same old magic as <>
cb1a09d0 6509
4755096e 6510=item binmode() can be used to set :crlf and :raw modes
a45bd81d 6511
4755096e 6512=item C<-T> filetest recognizes UTF-8 encoded files as "text"
cb1a09d0 6513
4755096e 6514=item system(), backticks and pipe open now reflect exec() failure
cb1a09d0 6515
4755096e 6516=item Improved diagnostics
cb1a09d0 6517
4755096e 6518=item Diagnostics follow STDERR
cb1a09d0 6519
4755096e 6520=item More consistent close-on-exec behavior
cb1a09d0 6521
4755096e 6522=item syswrite() ease-of-use
cb1a09d0 6523
4755096e 6524=item Better syntax checks on parenthesized unary operators
cb1a09d0 6525
4755096e 6526=item Bit operators support full native integer width
cb1a09d0 6527
4755096e 6528=item Improved security features
cb1a09d0 6529
4755096e 6530=item More functional bareword prototype (*)
cb1a09d0 6531
4755096e 6532=item C<require> and C<do> may be overridden
cb1a09d0 6533
4755096e 6534=item $^X variables may now have names longer than one character
4fdae800 6535
4755096e 6536=item New variable $^C reflects C<-c> switch
cb1a09d0 6537
4755096e 6538=item New variable $^V contains Perl version as a string
cb1a09d0 6539
4755096e 6540=item Optional Y2K warnings
cb1a09d0 6541
4755096e 6542=item Arrays now always interpolate into double-quoted strings
cb1a09d0 6543
a45bd81d
GS
6544=back
6545
4755096e 6546=item Modules and Pragmata
cb1a09d0 6547
d420ca49 6548=over 4
a45bd81d 6549
4755096e 6550=item Modules
cb1a09d0 6551
4755096e
GS
6552attributes, B, Benchmark, ByteLoader, constant, charnames, Data::Dumper,
6553DB, DB_File, Devel::DProf, Devel::Peek, Dumpvalue, DynaLoader, English,
6554Env, Fcntl, File::Compare, File::Find, File::Glob, File::Spec,
6555File::Spec::Functions, Getopt::Long, IO, JPL, lib, Math::BigInt,
6556Math::Complex, Math::Trig, Pod::Parser, Pod::InputObjects, Pod::Checker,
6557podchecker, Pod::ParseUtils, Pod::Find, Pod::Select, podselect, Pod::Usage,
6558pod2usage, Pod::Text and Pod::Man, SDBM_File, Sys::Syslog, Sys::Hostname,
6559Term::ANSIColor, Time::Local, Win32, XSLoader, DBM Filters
cb1a09d0 6560
4755096e 6561=item Pragmata
cb1a09d0 6562
4755096e 6563=back
cb1a09d0 6564
4755096e 6565=item Utility Changes
cb1a09d0 6566
d420ca49 6567=over 4
cb1a09d0 6568
4755096e 6569=item dprofpp
cb1a09d0 6570
4755096e 6571=item find2perl
cb1a09d0 6572
4755096e 6573=item h2xs
cb1a09d0 6574
4755096e 6575=item perlcc
cb1a09d0 6576
4755096e
GS
6577=item perldoc
6578
6579=item The Perl Debugger
cb1a09d0 6580
a45bd81d
GS
6581=back
6582
4755096e 6583=item Improved Documentation
cb1a09d0 6584
4755096e
GS
6585perlapi.pod, perlboot.pod, perlcompile.pod, perldbmfilter.pod,
6586perldebug.pod, perldebguts.pod, perlfork.pod, perlfilter.pod, perlhack.pod,
6587perlintern.pod, perllexwarn.pod, perlnumber.pod, perlopentut.pod,
6588perlreftut.pod, perltootc.pod, perltodo.pod, perlunicode.pod
a45bd81d 6589
4755096e 6590=item Performance enhancements
cb1a09d0 6591
d420ca49 6592=over 4
cb1a09d0 6593
4755096e 6594=item Simple sort() using { $a <=> $b } and the like are optimized
cb1a09d0 6595
4755096e 6596=item Optimized assignments to lexical variables
193fb0af 6597
4755096e
GS
6598=item Faster subroutine calls
6599
6600=item delete(), each(), values() and hash iteration are faster
193fb0af
GS
6601
6602=back
6603
4755096e 6604=item Installation and Configuration Improvements
cb1a09d0 6605
d420ca49 6606=over 4
cb1a09d0 6607
4755096e 6608=item -Dusethreads means something different
68dc0745 6609
4755096e 6610=item New Configure flags
68dc0745 6611
4755096e 6612=item Threadedness and 64-bitness now more daring
68dc0745 6613
4755096e 6614=item Long Doubles
cb1a09d0 6615
4755096e 6616=item -Dusemorebits
55497cff 6617
4755096e
GS
6618=item -Duselargefiles
6619
6620=item installusrbinperl
6621
6622=item SOCKS support
6623
6624=item C<-A> flag
6625
6626=item Enhanced Installation Directories
193fb0af 6627
8ebc5c01 6628=back
6629
4755096e 6630=item Platform specific changes
55497cff 6631
d420ca49 6632=over 4
cb1a09d0 6633
4755096e 6634=item Supported platforms
193fb0af 6635
4755096e 6636=item DOS
55497cff 6637
4755096e
GS
6638=item OS390 (OpenEdition MVS)
6639
6640=item VMS
6641
6642=item Win32
55497cff 6643
c90c0ff4 6644=back
6645
4755096e 6646=item Significant bug fixes
c90c0ff4 6647
d420ca49 6648=over 4
c90c0ff4 6649
4755096e 6650=item <HANDLE> on empty files
c90c0ff4 6651
4755096e 6652=item C<eval '...'> improvements
c90c0ff4 6653
4755096e 6654=item All compilation errors are true errors
c90c0ff4 6655
4755096e 6656=item Implicitly closed filehandles are safer
cb1a09d0 6657
4755096e 6658=item Behavior of list slices is more consistent
cb1a09d0 6659
4755096e 6660=item C<(\$)> prototype and C<$foo{a}>
cb1a09d0 6661
4755096e 6662=item C<goto &sub> and AUTOLOAD
c90c0ff4 6663
4755096e 6664=item C<-bareword> allowed under C<use integer>
c90c0ff4 6665
4755096e 6666=item Failures in DESTROY()
cb1a09d0 6667
4755096e
GS
6668=item Locale bugs fixed
6669
6670=item Memory leaks
6671
6672=item Spurious subroutine stubs after failed subroutine calls
cb1a09d0 6673
4755096e 6674=item Taint failures under C<-U>
55497cff 6675
4755096e 6676=item END blocks and the C<-c> switch
55497cff 6677
4755096e 6678=item Potential to leak DATA filehandles
55497cff 6679
a45bd81d
GS
6680=back
6681
4755096e 6682=item New or Changed Diagnostics
a45bd81d 6683
4755096e
GS
6684"%s" variable %s masks earlier declaration in same %s, "my sub" not yet
6685implemented, "our" variable %s redeclared, '!' allowed only after types %s,
6686/ cannot take a count, / must be followed by a, A or Z, / must be followed
6687by a*, A* or Z*, / must follow a numeric type, /%s/: Unrecognized escape
6688\\%c passed through, /%s/: Unrecognized escape \\%c in character class
6689passed through, /%s/ should probably be written as "%s", %s() called too
6690early to check prototype, %s argument is not a HASH or ARRAY element, %s
6691argument is not a HASH or ARRAY element or slice, %s argument is not a
6692subroutine name, %s package attribute may clash with future reserved word:
6693%s, (in cleanup) %s, <> should be quotes, Attempt to join self, Bad evalled
6694substitution pattern, Bad realloc() ignored, Bareword found in conditional,
6695Binary number > 0b11111111111111111111111111111111 non-portable, Bit vector
6696size > 32 non-portable, Buffer overflow in prime_env_iter: %s, Can't check
6697filesystem of script "%s", Can't declare class for non-scalar %s in "%s",
6698Can't declare %s in "%s", Can't ignore signal CHLD, forcing to default,
6699Can't modify non-lvalue subroutine call, Can't read CRTL environ, Can't
6700remove %s: %s, skipping file, Can't return %s from lvalue subroutine, Can't
6701weaken a nonreference, Character class [:%s:] unknown, Character class
6702syntax [%s] belongs inside character classes, Constant is not %s reference,
6703constant(%s): %s, CORE::%s is not a keyword, defined(@array) is deprecated,
6704defined(%hash) is deprecated, Did not produce a valid header, (Did you mean
6705"local" instead of "our"?), Document contains no data, entering effective
6706%s failed, false [] range "%s" in regexp, Filehandle %s opened only for
6707output, flock() on closed filehandle %s, Global symbol "%s" requires
6708explicit package name, Hexadecimal number > 0xffffffff non-portable,
6709Ill-formed CRTL environ value "%s", Ill-formed message in prime_env_iter:
6710|%s|, Illegal binary digit %s, Illegal binary digit %s ignored, Illegal
6711number of bits in vec, Integer overflow in %s number, Invalid %s attribute:
6712%s, Invalid %s attributes: %s, invalid [] range "%s" in regexp, Invalid
6713separator character %s in attribute list, Invalid separator character %s in
6714subroutine attribute list, leaving effective %s failed, Lvalue subs
6715returning %s not implemented yet, Method %s not permitted, Missing
6716%sbrace%s on \N{}, Missing command in piped open, Missing name in "my sub",
6717No %s specified for -%c, No package name allowed for variable %s in "our",
6718No space allowed after -%c, no UTC offset information; assuming local time
6719is UTC, Octal number > 037777777777 non-portable, panic: del_backref,
6720panic: kid popen errno read, panic: magic_killbackrefs, Parentheses missing
6721around "%s" list, Possible unintended interpolation of %s in string,
6722Possible Y2K bug: %s, pragma "attrs" is deprecated, use "sub NAME : ATTRS"
6723instead, Premature end of script headers, Repeat count in pack overflows,
6724Repeat count in unpack overflows, realloc() of freed memory ignored,
6725Reference is already weak, setpgrp can't take arguments, Strange *+?{} on
6726zero-length expression, switching effective %s is not implemented, This
6727Perl can't reset CRTL environ elements (%s), This Perl can't set CRTL
6728environ elements (%s=%s), Too late to run %s block, Unknown open() mode
6729'%s', Unknown process %x sent message to prime_env_iter: %s, Unrecognized
6730escape \\%c passed through, Unterminated attribute parameter in attribute
6731list, Unterminated attribute list, Unterminated attribute parameter in
6732subroutine attribute list, Unterminated subroutine attribute list, Value of
6733CLI symbol "%s" too long, Version number must be a constant number
14218588 6734
4755096e 6735=item New tests
14218588 6736
4755096e 6737=item Incompatible Changes
14218588 6738
d420ca49 6739=over 4
14218588 6740
4755096e 6741=item Perl Source Incompatibilities
14218588 6742
4755096e
GS
6743CHECK is a new keyword, Treatment of list slices of undef has changed,
6744Format of $English::PERL_VERSION is different, Literals of the form
6745C<1.2.3> parse differently, Possibly changed pseudo-random number
6746generator, Hashing function for hash keys has changed, C<undef> fails on
6747read only values, Close-on-exec bit may be set on pipe and socket handles,
983dbef6
JH
6748Writing C<"$$1"> to mean C<"${$}1"> is unsupported, delete(), each(),
6749values() and C<\(%h)>, vec(EXPR,OFFSET,BITS) enforces powers-of-two BITS,
6750Text of some diagnostic output has changed, C<%@> has been removed,
6751Parenthesized not() behaves like a list operator, Semantics of bareword
6752prototype C<(*)> have changed, Semantics of bit operators may have changed
6753on 64-bit platforms, More builtins taint their results
14218588 6754
4755096e 6755=item C Source Incompatibilities
14218588 6756
4755096e 6757C<PERL_POLLUTE>, C<PERL_IMPLICIT_CONTEXT>, C<PERL_POLLUTE_MALLOC>
14218588 6758
4755096e 6759=item Compatible C Source API Changes
a45bd81d 6760
4755096e 6761C<PATCHLEVEL> is now C<PERL_VERSION>
55497cff 6762
4755096e 6763=item Binary Incompatibilities
a45bd81d 6764
4755096e 6765=back
55497cff 6766
4755096e 6767=item Known Problems
55497cff 6768
d420ca49 6769=over 4
55497cff 6770
4755096e 6771=item Thread test failures
b38f6a39 6772
4755096e 6773=item EBCDIC platforms not supported
774d564b 6774
4755096e 6775=item In 64-bit HP-UX the lib/io_multihomed test may hang
774d564b 6776
4755096e 6777=item NEXTSTEP 3.3 POSIX test failure
774d564b 6778
4755096e
GS
6779=item Tru64 (aka Digital UNIX, aka DEC OSF/1) lib/sdbm test failure with
6780gcc
cb1a09d0 6781
4755096e 6782=item UNICOS/mk CC failures during Configure run
cb1a09d0 6783
4755096e 6784=item Arrow operator and arrays
cb1a09d0 6785
4755096e 6786=item Experimental features
cb1a09d0 6787
4755096e
GS
6788Threads, Unicode, 64-bit support, Lvalue subroutines, Weak references, The
6789pseudo-hash data type, The Compiler suite, Internal implementation of file
983dbef6 6790globbing, The DB module, The regular expression code constructs:
cb1a09d0 6791
b38f6a39 6792=back
cb1a09d0 6793
4755096e 6794=item Obsolete Diagnostics
b38f6a39 6795
4755096e
GS
6796Character class syntax [: :] is reserved for future extensions, Ill-formed
6797logical name |%s| in prime_env_iter, In string, @%s now must be written as
6798\@%s, Probable precedence problem on %s, regexp too big, Use of "$$<digit>"
6799to mean "${$}<digit>" is deprecated
6800
6801=item Reporting Bugs
cb1a09d0 6802
b38f6a39 6803=item SEE ALSO
cb1a09d0 6804
4755096e 6805=item HISTORY
193fb0af 6806
8ebc5c01 6807=back
cb1a09d0 6808
f502af34 6809=head2 perl5005delta - what's new for perl5.005
193fb0af 6810
d420ca49 6811=over 4
193fb0af 6812
b38f6a39 6813=item DESCRIPTION
193fb0af 6814
4755096e 6815=item About the new versioning system
193fb0af 6816
4755096e 6817=item Incompatible Changes
193fb0af 6818
d420ca49 6819=over 4
b38f6a39 6820
4755096e 6821=item WARNING: This version is not binary compatible with Perl 5.004.
b38f6a39 6822
4755096e 6823=item Default installation structure has changed
b38f6a39 6824
4755096e 6825=item Perl Source Compatibility
193fb0af 6826
4755096e 6827=item C Source Compatibility
b38f6a39 6828
4755096e 6829=item Binary Compatibility
b38f6a39 6830
4755096e 6831=item Security fixes may affect compatibility
b38f6a39 6832
4755096e 6833=item Relaxed new mandatory warnings introduced in 5.004
b38f6a39 6834
4755096e 6835=item Licensing
193fb0af
GS
6836
6837=back
cb1a09d0 6838
4755096e 6839=item Core Changes
fb9cefb4 6840
d420ca49 6841=over 4
fb9cefb4 6842
4755096e 6843=item Threads
fb9cefb4 6844
4755096e 6845=item Compiler
fb9cefb4 6846
4755096e 6847=item Regular Expressions
fb9cefb4 6848
4755096e
GS
6849Many new and improved optimizations, Many bug fixes, New regular expression
6850constructs, New operator for precompiled regular expressions, Other
6851improvements, Incompatible changes
fb9cefb4 6852
4755096e 6853=item Improved malloc()
fb9cefb4 6854
4755096e 6855=item Quicksort is internally implemented
ac65edd0 6856
4755096e 6857=item Reliable signals
ac65edd0 6858
4755096e 6859=item Reliable stack pointers
ac65edd0 6860
4755096e 6861=item More generous treatment of carriage returns
ac65edd0 6862
4755096e 6863=item Memory leaks
ac65edd0 6864
4755096e 6865=item Better support for multiple interpreters
ac65edd0 6866
4755096e 6867=item Behavior of local() on array and hash elements is now well-defined
ac65edd0 6868
4755096e 6869=item C<%!> is transparently tied to the L<Errno> module
ac65edd0 6870
4755096e 6871=item Pseudo-hashes are supported
b38f6a39 6872
4755096e 6873=item C<EXPR foreach EXPR> is supported
ac65edd0 6874
4755096e 6875=item Keywords can be globally overridden
ac65edd0 6876
4755096e 6877=item C<$^E> is meaningful on Win32
ac65edd0 6878
4755096e 6879=item C<foreach (1..1000000)> optimized
cb1a09d0 6880
4755096e 6881=item C<Foo::> can be used as implicitly quoted package name
a45bd81d 6882
4755096e 6883=item C<exists $Foo::{Bar::}> tests existence of a package
cb1a09d0 6884
4755096e 6885=item Better locale support
a45bd81d 6886
4755096e 6887=item Experimental support for 64-bit platforms
cb1a09d0 6888
4755096e 6889=item prototype() returns useful results on builtins
a45bd81d 6890
4755096e 6891=item Extended support for exception handling
cb1a09d0 6892
4755096e 6893=item Re-blessing in DESTROY() supported for chaining DESTROY() methods
cb1a09d0 6894
4755096e 6895=item All C<printf> format conversions are handled internally
55497cff 6896
4755096e 6897=item New C<INIT> keyword
b971f6e4 6898
4755096e 6899=item New C<lock> keyword
cb1a09d0 6900
4755096e 6901=item New C<qr//> operator
a6006777 6902
4755096e 6903=item C<our> is now a reserved word
68dc0745 6904
4755096e 6905=item Tied arrays are now fully supported
cb1a09d0 6906
4755096e
GS
6907=item Tied handles support is better
6908
6909=item 4th argument to substr
6910
6911=item Negative LENGTH argument to splice
6912
6913=item Magic lvalues are now more magical
6914
6915=item <> now reads in records
193fb0af 6916
a45bd81d
GS
6917=back
6918
4755096e 6919=item Supported Platforms
cb1a09d0 6920
d420ca49 6921=over 4
a45bd81d 6922
4755096e 6923=item New Platforms
cb1a09d0 6924
4755096e 6925=item Changes in existing support
cb1a09d0 6926
4755096e 6927=back
cb1a09d0 6928
4755096e 6929=item Modules and Pragmata
cb1a09d0 6930
d420ca49 6931=over 4
cb1a09d0 6932
4755096e 6933=item New Modules
cb1a09d0 6934
4755096e
GS
6935B, Data::Dumper, Dumpvalue, Errno, File::Spec, ExtUtils::Installed,
6936ExtUtils::Packlist, Fatal, IPC::SysV, Test, Tie::Array, Tie::Handle,
6937Thread, attrs, fields, re
cb1a09d0 6938
4755096e 6939=item Changes in existing modules
cb1a09d0 6940
4755096e 6941Benchmark, Carp, CGI, Fcntl, Math::Complex, Math::Trig, POSIX, DB_File,
4d4e713d 6942MakeMaker, CPAN, Cwd
cb1a09d0 6943
4755096e 6944=back
cb1a09d0 6945
4755096e 6946=item Utility Changes
cb1a09d0 6947
4755096e
GS
6948=item Documentation Changes
6949
6950=item New Diagnostics
6951
6952Ambiguous call resolved as CORE::%s(), qualify as such or use &, Bad index
6953while coercing array into hash, Bareword "%s" refers to nonexistent
6954package, Can't call method "%s" on an undefined value, Can't check
6955filesystem of script "%s" for nosuid, Can't coerce array into hash, Can't
6956goto subroutine from an eval-string, Can't localize pseudo-hash element,
6957Can't use %%! because Errno.pm is not available, Cannot find an opnumber
6958for "%s", Character class syntax [. .] is reserved for future extensions,
6959Character class syntax [: :] is reserved for future extensions, Character
6960class syntax [= =] is reserved for future extensions, %s: Eval-group in
6961insecure regular expression, %s: Eval-group not allowed, use re 'eval', %s:
6962Eval-group not allowed at run time, Explicit blessing to '' (assuming
6963package main), Illegal hex digit ignored, No such array field, No such
6964field "%s" in variable %s of type %s, Out of memory during ridiculously
6965large request, Range iterator outside integer range, Recursive inheritance
ab648d5e
JH
6966detected while looking for method '%s' %s, Reference found where even-sized
6967list expected, Undefined value assigned to typeglob, Use of reserved word
6968"%s" is deprecated, perl: warning: Setting locale failed
cb1a09d0 6969
4755096e 6970=item Obsolete Diagnostics
cb1a09d0 6971
4755096e
GS
6972Can't mktemp(), Can't write to temp file for B<-e>: %s, Cannot open
6973temporary file, regexp too big
cb1a09d0 6974
4755096e 6975=item Configuration Changes
cb1a09d0 6976
4755096e 6977=item BUGS
cb1a09d0 6978
4755096e 6979=item SEE ALSO
cb1a09d0 6980
4755096e 6981=item HISTORY
cb1a09d0 6982
4755096e 6983=back
cb1a09d0 6984
f502af34 6985=head2 perl5004delta - what's new for perl5.004
cb1a09d0 6986
d420ca49 6987=over 4
cb1a09d0 6988
4755096e 6989=item DESCRIPTION
cb1a09d0 6990
4755096e 6991=item Supported Environments
cb1a09d0 6992
4755096e 6993=item Core Changes
cb1a09d0 6994
d420ca49 6995=over 4
cb1a09d0 6996
4755096e 6997=item List assignment to %ENV works
cb1a09d0 6998
d420ca49 6999=item Change to "Can't locate Foo.pm in @INC" error
cb1a09d0 7000
4755096e 7001=item Compilation option: Binary compatibility with 5.003
cb1a09d0 7002
4755096e 7003=item $PERL5OPT environment variable
cb1a09d0 7004
4755096e 7005=item Limitations on B<-M>, B<-m>, and B<-T> options
cb1a09d0 7006
4755096e 7007=item More precise warnings
cb1a09d0 7008
4755096e 7009=item Deprecated: Inherited C<AUTOLOAD> for non-methods
cb1a09d0 7010
4755096e 7011=item Previously deprecated %OVERLOAD is no longer usable
cb1a09d0 7012
4755096e 7013=item Subroutine arguments created only when they're modified
cb1a09d0 7014
4755096e 7015=item Group vector changeable with C<$)>
a45bd81d 7016
4755096e 7017=item Fixed parsing of $$<digit>, &$<digit>, etc.
fb9cefb4 7018
4755096e 7019=item Fixed localization of $<digit>, $&, etc.
a45bd81d 7020
4755096e 7021=item No resetting of $. on implicit close
fb9cefb4 7022
4755096e 7023=item C<wantarray> may return undef
fb9cefb4 7024
4755096e 7025=item C<eval EXPR> determines value of EXPR in scalar context
fb9cefb4 7026
4755096e 7027=item Changes to tainting checks
fb9cefb4 7028
4755096e
GS
7029No glob() or <*>, No spawning if tainted $CDPATH, $ENV, $BASH_ENV, No
7030spawning if tainted $TERM doesn't look like a terminal name
fb9cefb4 7031
4755096e 7032=item New Opcode module and revised Safe module
14218588 7033
4755096e 7034=item Embedding improvements
fb9cefb4 7035
4755096e 7036=item Internal change: FileHandle class based on IO::* classes
fb9cefb4 7037
4755096e 7038=item Internal change: PerlIO abstraction interface
fb9cefb4 7039
4755096e 7040=item New and changed syntax
fb9cefb4 7041
4755096e 7042$coderef->(PARAMS)
fb9cefb4 7043
4755096e 7044=item New and changed builtin constants
fb9cefb4 7045
4755096e 7046__PACKAGE__
14218588 7047
4755096e 7048=item New and changed builtin variables
14218588 7049
4755096e 7050$^E, $^H, $^M
fb9cefb4 7051
4755096e 7052=item New and changed builtin functions
fb9cefb4 7053
4755096e
GS
7054delete on slices, flock, printf and sprintf, keys as an lvalue, my() in
7055Control Structures, pack() and unpack(), sysseek(), use VERSION, use Module
7056VERSION LIST, prototype(FUNCTION), srand, $_ as Default, C<m//gc> does not
7057reset search position on failure, C<m//x> ignores whitespace before ?*+{},
7058nested C<sub{}> closures work now, formats work right on changing lexicals
fb9cefb4 7059
4755096e 7060=item New builtin methods
fb9cefb4 7061
4755096e 7062isa(CLASS), can(METHOD), VERSION( [NEED] )
fb9cefb4 7063
4755096e 7064=item TIEHANDLE now supported
fb9cefb4 7065
4755096e
GS
7066TIEHANDLE classname, LIST, PRINT this, LIST, PRINTF this, LIST, READ this
7067LIST, READLINE this, GETC this, DESTROY this
fb9cefb4 7068
4755096e 7069=item Malloc enhancements
fb9cefb4 7070
4755096e 7071-DPERL_EMERGENCY_SBRK, -DPACK_MALLOC, -DTWO_POT_OPTIMIZE
fb9cefb4 7072
4755096e 7073=item Miscellaneous efficiency enhancements
fb9cefb4 7074
4755096e 7075=back
fb9cefb4 7076
4755096e 7077=item Support for More Operating Systems
fb9cefb4 7078
d420ca49 7079=over 4
fb9cefb4 7080
4755096e 7081=item Win32
14218588 7082
4755096e 7083=item Plan 9
fb9cefb4 7084
4755096e 7085=item QNX
fb9cefb4 7086
4755096e 7087=item AmigaOS
fb9cefb4 7088
fb9cefb4
GS
7089=back
7090
4755096e
GS
7091=item Pragmata
7092
7093use autouse MODULE => qw(sub1 sub2 sub3), use blib, use blib 'dir', use
7094constant NAME => VALUE, use locale, use ops, use vmsish
7095
7096=item Modules
fb9cefb4 7097
d420ca49 7098=over 4
fb9cefb4 7099
4755096e 7100=item Required Updates
fb9cefb4 7101
4755096e 7102=item Installation directories
fb9cefb4 7103
4755096e 7104=item Module information summary
fb9cefb4 7105
4755096e 7106=item Fcntl
14218588 7107
4755096e 7108=item IO
14218588 7109
4755096e 7110=item Math::Complex
b38f6a39 7111
4755096e 7112=item Math::Trig
37590e52 7113
4755096e 7114=item DB_File
fb9cefb4 7115
4755096e
GS
7116=item Net::Ping
7117
7118=item Object-oriented overrides for builtin operators
fb9cefb4 7119
a45bd81d
GS
7120=back
7121
4755096e 7122=item Utility Changes
cb1a09d0 7123
d420ca49 7124=over 4
a45bd81d 7125
4755096e 7126=item pod2html
a45bd81d 7127
4755096e 7128Sends converted HTML to standard output
cb1a09d0 7129
4755096e 7130=item xsubpp
a45bd81d 7131
4755096e 7132C<void> XSUBs now default to returning nothing
cb1a09d0 7133
4755096e 7134=back
d516a115 7135
4755096e 7136=item C Language API Changes
d516a115 7137
4755096e
GS
7138C<gv_fetchmethod> and C<perl_call_sv>, C<perl_eval_pv>, Extended API for
7139manipulating hashes
d516a115 7140
4755096e 7141=item Documentation Changes
d516a115 7142
4755096e
GS
7143L<perldelta>, L<perlfaq>, L<perllocale>, L<perltoot>, L<perlapio>,
7144L<perlmodlib>, L<perldebug>, L<perlsec>
d516a115 7145
4755096e 7146=item New Diagnostics
cb1a09d0 7147
4755096e
GS
7148"my" variable %s masks earlier declaration in same scope, %s argument is
7149not a HASH element or slice, Allocation too large: %lx, Allocation too
7150large, Applying %s to %s will act on scalar(%s), Attempt to free
7151nonexistent shared string, Attempt to use reference as lvalue in substr,
7152Bareword "%s" refers to nonexistent package, Can't redefine active sort
7153subroutine %s, Can't use bareword ("%s") as %s ref while "strict refs" in
7154use, Cannot resolve method `%s' overloading `%s' in package `%s', Constant
7155subroutine %s redefined, Constant subroutine %s undefined, Copy method did
7156not return a reference, Died, Exiting pseudo-block via %s, Identifier too
7157long, Illegal character %s (carriage return), Illegal switch in PERL5OPT:
7158%s, Integer overflow in hex number, Integer overflow in octal number,
7159internal error: glob failed, Invalid conversion in %s: "%s", Invalid type
7160in pack: '%s', Invalid type in unpack: '%s', Name "%s::%s" used only once:
7161possible typo, Null picture in formline, Offset outside string, Out of
7162memory!, Out of memory during request for %s, panic: frexp, Possible
7163attempt to put comments in qw() list, Possible attempt to separate words
7164with commas, Scalar value @%s{%s} better written as $%s{%s}, Stub found
ab648d5e
JH
7165while resolving method `%s' overloading `%s' in %s, Too late for "B<-T>"
7166option, untie attempted while %d inner references still exist, Unrecognized
7167character %s, Unsupported function fork, Use of "$$<digit>" to mean
7168"${$}<digit>" is deprecated, Value of %s can be "0"; test with defined(),
7169Variable "%s" may be unavailable, Variable "%s" will not stay shared,
7170Warning: something's wrong, Ill-formed logical name |%s| in prime_env_iter,
7171Got an error from DosAllocMem, Malformed PERLLIB_PREFIX, PERL_SH_DIR too
7172long, Process terminated by SIG%s
cb1a09d0 7173
4755096e 7174=item BUGS
d516a115 7175
8ebc5c01 7176=item SEE ALSO
cb1a09d0 7177
4755096e 7178=item HISTORY
cb1a09d0 7179
8b9c797b
JH
7180=back
7181
7182=head2 perlartistic -- the Perl Artistic License
7183
7184=over 4
7185
7186=item SYNOPSIS
7187
7188=item DESCRIPTION
7189
2a551100
JH
7190=item The "Artistic License"
7191
7192=over 4
7193
7194=item Preamble
7195
8b9c797b
JH
7196=item Definitions
7197
7198"Package" refers to the collection of files distributed by the Copyright
7199Holder, and derivatives of that collection of files created through textual
7200modification, "Standard Version" refers to such a Package if it has not
7201been modified, or has been modified in accordance with the wishes of the
7202Copyright Holder as specified below, "Copyright Holder" is whoever is named
7203in the copyright or copyrights for the package, "You" is you, if you're
7204thinking about copying or distributing this Package, "Reasonable copying
7205fee" is whatever you can justify on the basis of media cost, duplication
7206charges, time of people involved, and so on. (You will not be required to
7207justify it to the Copyright Holder, but only to the computing community at
7208large as a market that must bear the fee.), "Freely Available" means that
7209no fee is charged for the item itself, though there may be fees involved in
7210handling the item. It also means that recipients of the item may
7211redistribute it under the same conditions they received it
7212
7213=item Conditions
2a551100
JH
7214
7215=back
7216
7217=back
7218
8b9c797b
JH
7219=head2 perlgpl -- the GNU Public General Public License, version 2
7220
2a551100
JH
7221=over 4
7222
8b9c797b
JH
7223=item SYNOPSIS
7224
7225=back
2a551100
JH
7226
7227=over 4
7228
8b9c797b 7229=item DESCRIPTION
2a551100 7230
8b9c797b 7231=item GNU GENERAL PUBLIC LICENSE
2a551100 7232
a45bd81d
GS
7233=back
7234
37d4d706
JH
7235=head2 perlaix, README.aix - Perl version 5 on IBM Unix (AIX) systems
7236
d420ca49 7237=over 4
37d4d706
JH
7238
7239=item DESCRIPTION
7240
d420ca49 7241=over 4
37d4d706
JH
7242
7243=item Compiling Perl 5 on AIX
7244
7245=item OS level
7246
7247=item Building Dynamic Extensions on AIX
7248
7249=item The IBM ANSI C Compiler
7250
7251=item Using GNU's gcc for building perl
7252
7253=item Using Large Files with Perl
7254
7255=item Threaded Perl
7256
7257=item 64-bit Perl
7258
27713a04 7259=item AIX 4.2 and extensions using C++ with statics
37d4d706
JH
7260
7261=back
7262
7263=item AUTHOR
7264
7265=item DATE
7266
7267=back
7268
a83b6f46
JH
7269=head2 perlapollo, README.apollo - Perl version 5 on Apollo DomainOS
7270
7271=over 4
7272
7273=item DESCRIPTION
7274
7275=item AUTHOR
7276
7277=back
7278
165c0277 7279=head2 perlamiga - Perl under Amiga OS
cb1a09d0 7280
d420ca49 7281=over 4
a45bd81d 7282
4b069b44
NIS
7283=item NOTE
7284
4755096e 7285=item SYNOPSIS
cb1a09d0 7286
a45bd81d
GS
7287=back
7288
d420ca49 7289=over 4
a45bd81d 7290
8ebc5c01 7291=item DESCRIPTION
cb1a09d0 7292
d420ca49 7293=over 4
cb1a09d0 7294
a83b6f46 7295=item Prerequisites for Compiling Perl on AmigaOS
cb1a09d0 7296
4755096e 7297B<Unix emulation for AmigaOS: ixemul.library>, B<Version of Amiga OS>
cb1a09d0 7298
4755096e 7299=item Starting Perl programs under AmigaOS
cb1a09d0 7300
4755096e 7301=item Shortcomings of Perl under AmigaOS
cb1a09d0 7302
4755096e 7303=back
cb1a09d0 7304
4755096e 7305=item INSTALLATION
cb1a09d0 7306
4755096e 7307=item Accessing documentation
cb1a09d0 7308
d420ca49 7309=over 4
cb1a09d0 7310
a83b6f46 7311=item Manpages for Perl on AmigaOS
cb1a09d0 7312
a83b6f46 7313=item Perl HTML Documentation on AmigaOS
cb1a09d0 7314
a83b6f46 7315=item Perl GNU Info Files on AmigaOS
4755096e 7316
a83b6f46 7317=item Perl LaTeX Documentation on AmigaOS
cb1a09d0 7318
8ebc5c01 7319=back
cb1a09d0 7320
a83b6f46 7321=item BUILDING PERL ON AMIGAOS
3e3baf6d 7322
d420ca49 7323=over 4
4755096e 7324
a83b6f46 7325=item Build Prerequisites for Perl on AmigaOS
4755096e 7326
a83b6f46 7327=item Getting the Perl Source for AmigaOS
4755096e 7328
a83b6f46 7329=item Making Perl on AmigaOS
4755096e 7330
a83b6f46 7331=item Testing Perl on AmigaOS
4755096e 7332
a83b6f46 7333=item Installing the built Perl on AmigaOS
4755096e
GS
7334
7335=back
cb1a09d0 7336
4b069b44
NIS
7337=item PERL 5.8.0 BROKEN IN AMIGAOS
7338
165c0277 7339=item AUTHORS
cb1a09d0 7340
4755096e 7341=item SEE ALSO
f86702cc 7342
a45bd81d
GS
7343=back
7344
a83b6f46
JH
7345=head2 perlbeos, README.beos - Perl version 5 on BeOS
7346
7347=over 4
7348
7349=item DESCRIPTION
7350
7351=over 4
7352
7353=item General Issues with Perl on BeOS
7354
7355=item BeOS Release-specific Notes
7356
7357R4 x86, R4 PPC
7358
7359=item Contact Information
7360
a6812a52 7361=item Update 2002-05-30
04b01f78 7362
a83b6f46
JH
7363=back
7364
7365=back
7366
2d967e39 7367=head2 perlbs2000, README.BS2000 - building and installing Perl for BS2000.
dc5c060f
JH
7368
7369=over 4
7370
7371=item SYNOPSIS
7372
7373=item DESCRIPTION
7374
7375=over 4
7376
a83b6f46 7377=item gzip on BS2000
dc5c060f 7378
a83b6f46 7379=item bison on BS2000
dc5c060f 7380
a83b6f46 7381=item Unpacking Perl Distribution on BS2000
dc5c060f 7382
a83b6f46 7383=item Compiling Perl on BS2000
dc5c060f 7384
a83b6f46 7385=item Testing Perl on BS2000
dc5c060f 7386
a83b6f46 7387=item Installing Perl on BS2000
dc5c060f 7388
a83b6f46 7389=item Using Perl in the Posix-Shell of BS2000
2d967e39
JH
7390
7391=item Using Perl in "native" BS2000
dc5c060f 7392
a83b6f46 7393=item Floating point anomalies on BS2000
dc5c060f
JH
7394
7395=back
7396
7397=item AUTHORS
7398
7399=item SEE ALSO
7400
7401=over 4
7402
7403=item Mailing list
7404
7405=back
7406
7407=item HISTORY
7408
7409=back
7410
a1f19229
JH
7411=over 4
7412
7413=item Name
7414
7415=item Description
7416
7417=item Build
7418
7419=over 4
7420
7421=item Tools & SDK
7422
2a551100
JH
7423Microsoft Embedded Visual Tools, Microsoft Visual C++, Rainer Keuchel's
7424celib-sources, Rainer Keuchel's console-sources
7425
a1f19229
JH
7426=item Make
7427
2a551100
JH
7428go to ./wince subdirectory, edit file compile.bat, run compile.bat, run
7429 compile.bat dist
7430
a1f19229
JH
7431=back
7432
7433=item Acknowledgements
7434
2a551100 7435=item AUTHORS
a1f19229
JH
7436
7437=back
7438
4755096e 7439=head2 perlcygwin, README.cygwin - Perl for Cygwin
cb1a09d0 7440
d420ca49 7441=over 4
a45bd81d 7442
8ebc5c01 7443=item SYNOPSIS
cb1a09d0 7444
a83b6f46 7445=item PREREQUISITES FOR COMPILING PERL ON CYGWIN
cb1a09d0 7446
d420ca49 7447=over 4
cb1a09d0 7448
4755096e 7449=item Cygwin = GNU+Cygnus+Windows (Don't leave UNIX without it)
cb1a09d0 7450
4755096e 7451=item Cygwin Configuration
cb1a09d0 7452
4755096e 7453C<PATH>, I<nroff>, Permissions
cb1a09d0 7454
a45bd81d
GS
7455=back
7456
a83b6f46 7457=item CONFIGURE PERL ON CYGWIN
cb1a09d0 7458
d420ca49 7459=over 4
a45bd81d 7460
a83b6f46 7461=item Stripping Perl Binaries on Cygwin
cb1a09d0 7462
a83b6f46 7463=item Optional Libraries for Perl on Cygwin
cb1a09d0 7464
4755096e 7465C<-lcrypt>, C<-lgdbm> (C<use GDBM_File>), C<-ldb> (C<use DB_File>),
23be5fc4 7466C<-lcygipc> (C<use IPC::SysV>), C<-lutil>
cb1a09d0 7467
a83b6f46 7468=item Configure-time Options for Perl on Cygwin
cb1a09d0 7469
248e172a 7470C<-Uusedl>, C<-Uusemymalloc>, C<-Uuseperlio>, C<-Dusemultiplicity>,
ff426ff2
JH
7471C<-Duse64bitint>, C<-Duselongdouble>, C<-Dusethreads>, C<-Duselargefiles>,
7472C<-Dmksymlinks>
cb1a09d0 7473
a83b6f46 7474=item Suspicious Warnings on Cygwin
cb1a09d0 7475
74cac757 7476I<dlsym()>, Win9x and C<d_eofnblk>, Compiler/Preprocessor defines
cb1a09d0 7477
4755096e 7478=back
cb1a09d0 7479
a83b6f46 7480=item MAKE ON CYGWIN
cb1a09d0 7481
d420ca49 7482=over 4
cb1a09d0 7483
a83b6f46 7484=item Warnings on Cygwin
cb1a09d0 7485
a83b6f46 7486=item ld2 on Cygwin
7d2bfb28 7487
4755096e 7488=back
cb1a09d0 7489
a83b6f46 7490=item TEST ON CYGWIN
cb1a09d0 7491
d420ca49 7492=over 4
cb1a09d0 7493
a83b6f46 7494=item File Permissions on Cygwin
7d2bfb28 7495
2a551100
JH
7496=item NDBM_File and ODBM_File do not work on FAT filesystems
7497
7498=item fork() failures in io_* tests
c40f6c4a 7499
a83b6f46 7500=item Script Portability on Cygwin
cb1a09d0 7501
4755096e 7502Pathnames, Text/Binary, F<.exe>, chown(), Miscellaneous
cb1a09d0 7503
4755096e 7504=back
cb1a09d0 7505
a83b6f46 7506=item INSTALL PERL ON CYGWIN
cb1a09d0 7507
a83b6f46 7508=item MANIFEST ON CYGWIN
cb1a09d0 7509
4755096e
GS
7510Documentation, Build, Configure, Make, Install, Tests, Compiled Perl
7511Source, Compiled Module Source, Perl Modules/Scripts
7d2bfb28 7512
a83b6f46 7513=item BUGS ON CYGWIN
7d2bfb28 7514
4755096e 7515=item AUTHORS
7d2bfb28 7516
4755096e 7517=item HISTORY
7d2bfb28 7518
4755096e 7519=back
193fb0af 7520
245d750e
JH
7521=head2 perldgux - Perl under DG/UX.
7522
7523=over 4
7524
7525=item SYNOPSIS
7526
7527=back
7528
7529=over 4
7530
7531=item DESCRIPTION
7532
a83b6f46 7533=item BUILDING PERL ON DG/UX
245d750e
JH
7534
7535=over 4
7536
a83b6f46 7537=item Non-threaded Perl on DG/UX
245d750e 7538
a83b6f46 7539=item Threaded Perl on DG/UX
245d750e 7540
a83b6f46 7541=item Testing Perl on DG/UX
245d750e 7542
a83b6f46 7543=item Installing the built perl on DG/UX
245d750e
JH
7544
7545=back
7546
7547=item AUTHOR
7548
7549=item SEE ALSO
7550
7551=back
7552
23be5fc4
JH
7553=head2 perldos - Perl under DOS, W31, W95.
7554
7555=over 4
7556
7557=item SYNOPSIS
7558
7559=item DESCRIPTION
7560
7561=over 4
7562
7563=item Prerequisites for Compiling Perl on DOS
7564
7565DJGPP, Pthreads
7566
7567=item Shortcomings of Perl under DOS
7568
7569=item Building Perl on DOS
7570
7571=item Testing Perl on DOS
7572
7573=item Installation of Perl on DOS
7574
7575=back
7576
7577=item BUILDING AND INSTALLING MODULES ON DOS
7578
7579=over 4
7580
7581=item Building Prerequisites for Perl on DOS
7582
7583=item Unpacking CPAN Modules on DOS
7584
7585=item Building Non-XS Modules on DOS
7586
7587=item Building XS Modules on DOS
7588
7589=back
7590
7591=item AUTHOR
7592
7593=item SEE ALSO
7594
7595=back
7596
9a997319
JH
7597=head2 perlepoc, README.epoc - Perl for EPOC
7598
d420ca49 7599=over 4
9a997319
JH
7600
7601=item SYNOPSIS
7602
7603=item INTRODUCTION
7604
7605=item INSTALLING PERL ON EPOC
7606
2d967e39
JH
7607=item STARTING PERL ON EPOC
7608
d420ca49 7609=over 4
9a997319 7610
a83b6f46 7611=item Editors on Epoc
9a997319 7612
a83b6f46 7613=item Features of Perl on Epoc
9a997319 7614
a83b6f46 7615=item Restrictions of Perl on Epoc
9a997319
JH
7616
7617=item Compiling Perl 5 on the EPOC cross compiling environment
7618
7619=back
7620
a83b6f46 7621=item SUPPORT STATUS OF PERL ON EPOC
9a997319
JH
7622
7623=item AUTHOR
7624
7625=item LAST UPDATE
7626
7627=back
7628
97f7c9df
JH
7629=head2 perlfreebsd, README.freebsd - Perl version 5 on FreeBSD systems
7630
7631=over 4
7632
7633=item DESCRIPTION
7634
7635=over 4
7636
3df9be30 7637=item FreeBSD core dumps from readdir_r with ithreads
97f7c9df 7638
3df9be30 7639=item $^X doesn't always contain a full path in FreeBSD
97f7c9df 7640
cb9c8b59 7641=item Perl will no longer be part of "base FreeBSD"
97f7c9df
JH
7642
7643=back
7644
7645=item AUTHOR
7646
7647=back
7648
4755096e
GS
7649=head2 perlhpux, README.hpux - Perl version 5 on Hewlett-Packard Unix
7650(HP-UX) systems
cb1a09d0 7651
d420ca49 7652=over 4
a45bd81d 7653
cb1a09d0
AD
7654=item DESCRIPTION
7655
d420ca49 7656=over 4
7d2bfb28 7657
35bf961c
JH
7658=item Using perl as shipped with HP-UX
7659
2a551100
JH
7660=item Using perl from HP's porting centre
7661
4755096e 7662=item Compiling Perl 5 on HP-UX
7d2bfb28 7663
4755096e 7664=item PA-RISC
cb1a09d0 7665
4755096e 7666=item PA-RISC 1.0
cb1a09d0 7667
4755096e 7668=item PA-RISC 1.1
cb1a09d0 7669
4755096e 7670=item PA-RISC 2.0
cb1a09d0 7671
35bf961c
JH
7672=item Itanium
7673
4755096e 7674=item Portability Between PA-RISC Versions
cb1a09d0 7675
a83b6f46 7676=item Itanium Processor Family and HP-UX
772ff3b9 7677
4755096e 7678=item Building Dynamic Extensions on HP-UX
cb1a09d0 7679
4755096e 7680=item The HP ANSI C Compiler
cb1a09d0 7681
95fb7f7f
JH
7682=item The GNU C Compiler
7683
a83b6f46 7684=item Using Large Files with Perl on HP-UX
cb1a09d0 7685
a83b6f46 7686=item Threaded Perl on HP-UX
cb1a09d0 7687
a83b6f46 7688=item 64-bit Perl on HP-UX
cb1a09d0 7689
a6812a52
JH
7690=item Oracle on HP-UX
7691
a83b6f46 7692=item GDBM and Threads on HP-UX
cb1a09d0 7693
a83b6f46 7694=item NFS filesystems and utime(2) on HP-UX
7d2bfb28 7695
a83b6f46 7696=item perl -P and // and HP-UX
7029d033 7697
a83b6f46 7698=item HP-UX Kernel Parameters (maxdsiz) for Compiling Perl
772ff3b9 7699
4755096e 7700=back
a45bd81d 7701
35bf961c
JH
7702=item nss_delete core dump from op/pwent or op/grent
7703
4755096e 7704=item AUTHOR
a45bd81d 7705
4755096e 7706=item DATE
7d2bfb28 7707
4755096e 7708=back
7d2bfb28 7709
a83b6f46
JH
7710=head2 perlhurd, README.hurd - Perl version 5 on Hurd
7711
7712=over 4
7713
7714=item DESCRIPTION
7715
7716=over 4
7717
7718=item Known Problems with Perl on Hurd
7719
7720=back
7721
7722=item AUTHOR
7723
7724=back
7725
97f7c9df
JH
7726=head2 perlirix, README.irix - Perl version 5 on Irix systems
7727
7728=over 4
7729
7730=item DESCRIPTION
7731
7732=over 4
7733
3df9be30 7734=item Building 32-bit Perl in Irix
97f7c9df 7735
3df9be30 7736=item Building 64-bit Perl in Irix
97f7c9df 7737
3df9be30 7738=item About Compiler Versions of Irix
97f7c9df 7739
3df9be30 7740=item Linker Problems in Irix
97f7c9df 7741
3df9be30 7742=item Malloc in Irix
97f7c9df 7743
033348ab 7744=item Building with threads in Irix
97f7c9df 7745
2a551100
JH
7746=item Irix 5.3
7747
97f7c9df
JH
7748=back
7749
7750=item AUTHOR
7751
7752=back
7753
4755096e
GS
7754=head2 perlmachten, README.machten - Perl version 5 on Power MachTen
7755systems
7d2bfb28 7756
d420ca49 7757=over 4
7d2bfb28 7758
4755096e 7759=item DESCRIPTION
7d2bfb28 7760
d420ca49 7761=over 4
c76ac1ee 7762
4755096e 7763=item Compiling Perl 5 on MachTen
c76ac1ee 7764
a83b6f46 7765=item Failures during C<make test> on MachTen
2e1d04bc 7766
4755096e 7767op/lexassign.t, pragma/warnings.t
c76ac1ee 7768
a83b6f46 7769=item Building external modules on MachTen
c76ac1ee 7770
4755096e 7771=back
c76ac1ee 7772
4755096e 7773=item AUTHOR
c76ac1ee 7774
4755096e 7775=item DATE
c76ac1ee
GS
7776
7777=back
7778
e42c74e1
JH
7779=head2 perlmacos, README.macos - Perl under Mac OS (Classic)
7780
7781=over 4
7782
7783=item SYNOPSIS
7784
7785=item DESCRIPTION
7786
7787=item AUTHOR
7788
7789=item DATE
7790
7791=back
7792
a83b6f46
JH
7793=head2 perlmint, README.mint - Perl version 5 on Atari MiNT
7794
7795=over 4
7796
7797=item DESCRIPTION
7798
7799=item Known problems with Perl on MiNT
7800
7801=item AUTHOR
7802
7803=back
7804
ab648d5e
JH
7805=head2 perlmpeix, README.mpeix - Perl/iX for HP e3000 MPE
7806
ab648d5e
JH
7807=over 4
7808
772ff3b9
JH
7809=item SYNOPSIS
7810
7811=item NOTE
7812
248e172a
JH
7813=item Binary distribution from HP
7814
07fcf8ff 7815=item What's New in Perl for MPE/iX
ab648d5e 7816
a83b6f46 7817=item Welcome to Perl/iX
772ff3b9 7818
a83b6f46 7819=item System Requirements for Perl/iX
ab648d5e
JH
7820
7821=item How to Obtain Perl/iX
7822
a83b6f46 7823=item Perl/iX Distribution Contents Highlights
ab648d5e 7824
772ff3b9
JH
7825README, INSTALL, LIBSHP3K, PERL, .cpan/, lib/, man/,
7826public_html/feedback.cgi, src/perl-5.6.0-mpe
7827
7828=item How to Compile Perl/iX
7829
7830 4, 6
ab648d5e
JH
7831
7832=item Getting Started with Perl/iX
7833
7834=item MPE/iX Implementation Considerations
7835
a83b6f46 7836=item Known Perl/iX Bugs Under Investigation
772ff3b9 7837
a83b6f46 7838=item Perl/iX To-Do List
772ff3b9 7839
a83b6f46 7840=item Perl/iX Change History
ab648d5e 7841
a83b6f46 7842=item AUTHOR
772ff3b9 7843
9038e305
JH
7844=item Name
7845
7846=item Description
7847
7848=item Build
7849
7850=over 4
7851
7852=item Tools & SDK
7853
7854=item Setup
7855
0d6290d3 7856SetNWBld.bat, Buildtype.bat
9038e305
JH
7857
7858=item Make
7859
7860=item Interpreter
7861
7862=item Extensions
7863
7864=back
7865
7866=item Install
7867
5e1b1338
JH
7868=item Build new extensions
7869
9038e305
JH
7870=item Acknowledgements
7871
51a35ef1 7872=item Authors
9038e305
JH
7873
7874=item Date
7875
ab648d5e
JH
7876=back
7877
4755096e 7878=head2 perlos2 - Perl under OS/2, DOS, Win0.3*, Win0.95 and WinNT.
cb1a09d0 7879
d420ca49 7880=over 4
c76ac1ee 7881
4755096e 7882=item SYNOPSIS
7d2bfb28 7883
a45bd81d
GS
7884=back
7885
d420ca49
AD
7886=over 4
7887
7888=item DESCRIPTION
7889
7890=over 4
a45bd81d 7891
4755096e 7892=item Target
cb1a09d0 7893
4755096e 7894=item Other OSes
0a753a76 7895
4755096e 7896=item Prerequisites
cb1a09d0 7897
4755096e 7898EMX, RSX, HPFS, pdksh
cb1a09d0 7899
4755096e 7900=item Starting Perl programs under OS/2 (and DOS and...)
cb1a09d0 7901
4755096e 7902=item Starting OS/2 (and DOS) programs under Perl
cb1a09d0 7903
4755096e 7904=back
cb1a09d0 7905
4755096e 7906=item Frequently asked questions
cb1a09d0 7907
d420ca49 7908=over 4
1e422769 7909
4d4e713d
JH
7910=item "It does not work"
7911
4755096e 7912=item I cannot run external programs
cb1a09d0 7913
4755096e
GS
7914=item I cannot embed perl into my program, or use F<perl.dll> from my
7915program.
cb1a09d0 7916
4755096e
GS
7917Is your program EMX-compiled with C<-Zmt -Zcrtdll>?, Did you use
7918L<ExtUtils::Embed>?
cb1a09d0 7919
4755096e 7920=item C<``> and pipe-C<open> do not work under DOS.
cb1a09d0 7921
4755096e 7922=item Cannot start C<find.exe "pattern" file>
cb1a09d0 7923
4755096e 7924=back
0a753a76 7925
4755096e 7926=item INSTALLATION
cb1a09d0 7927
d420ca49 7928=over 4
cb1a09d0 7929
4755096e 7930=item Automatic binary installation
cb1a09d0 7931
4755096e 7932C<PERL_BADLANG>, C<PERL_BADFREE>, F<Config.pm>
cb1a09d0 7933
4755096e 7934=item Manual binary installation
3e3baf6d 7935
4755096e
GS
7936Perl VIO and PM executables (dynamically linked), Perl_ VIO executable
7937(statically linked), Executables for Perl utilities, Main Perl library,
7938Additional Perl modules, Tools to compile Perl modules, Manpages for Perl
7939and utilities, Manpages for Perl modules, Source for Perl documentation,
7940Perl manual in F<.INF> format, Pdksh
d516a115 7941
4755096e 7942=item B<Warning>
d516a115 7943
0a753a76 7944=back
7945
4755096e 7946=item Accessing documentation
0a753a76 7947
d420ca49 7948=over 4
cb1a09d0 7949
4755096e 7950=item OS/2 F<.INF> file
cb1a09d0 7951
4755096e 7952=item Plain text
cb1a09d0 7953
4755096e 7954=item Manpages
cb1a09d0 7955
4755096e 7956=item HTML
cb1a09d0 7957
4755096e 7958=item GNU C<info> files
cb1a09d0 7959
ff426ff2 7960=item F<PDF> files
cb1a09d0 7961
4755096e 7962=item C<LaTeX> docs
cb1a09d0 7963
0a753a76 7964=back
7965
4755096e 7966=item BUILD
0a753a76 7967
d420ca49 7968=over 4
0a753a76 7969
4d4e713d
JH
7970=item The short story
7971
4755096e 7972=item Prerequisites
0a753a76 7973
4755096e 7974=item Getting perl source
0a753a76 7975
4755096e 7976=item Application of the patches
0a753a76 7977
4755096e 7978=item Hand-editing
0a753a76 7979
4755096e 7980=item Making
0a753a76 7981
4755096e
GS
7982=item Testing
7983
7984A lot of C<bad free>, Process terminated by SIGTERM/SIGINT, F<op/fs.t>,
4d4e713d 7985F<op/stat.t>
4755096e
GS
7986
7987=item Installing the built perl
7988
7989=item C<a.out>-style build
0a753a76 7990
7991=back
7992
4755096e 7993=item Build FAQ
c76ac1ee 7994
d420ca49 7995=over 4
c76ac1ee 7996
4755096e 7997=item Some C</> became C<\> in pdksh.
c76ac1ee 7998
4755096e 7999=item C<'errno'> - unresolved external
c76ac1ee 8000
4755096e 8001=item Problems with tr or sed
c76ac1ee 8002
4755096e 8003=item Some problem (forget which ;-)
c76ac1ee 8004
4755096e 8005=item Library ... not found
cb1a09d0 8006
4755096e 8007=item Segfault in make
954c1994 8008
d396a558
JH
8009=item op/sprintf test failure
8010
a45bd81d
GS
8011=back
8012
4755096e 8013=item Specific (mis)features of OS/2 port
cb1a09d0 8014
d420ca49 8015=over 4
a45bd81d 8016
4755096e 8017=item C<setpriority>, C<getpriority>
cb1a09d0 8018
4755096e 8019=item C<system()>
cb1a09d0 8020
4755096e 8021=item C<extproc> on the first line
cb1a09d0 8022
4755096e 8023=item Additional modules:
cb1a09d0 8024
4755096e
GS
8025=item Prebuilt methods:
8026
8027C<File::Copy::syscopy>, C<DynaLoader::mod2fname>, C<Cwd::current_drive()>,
8028 C<Cwd::sys_chdir(name)>, C<Cwd::change_drive(name)>,
8029C<Cwd::sys_is_absolute(name)>, C<Cwd::sys_is_rooted(name)>,
8030C<Cwd::sys_is_relative(name)>, C<Cwd::sys_cwd(name)>,
8031C<Cwd::sys_abspath(name, dir)>, C<Cwd::extLibpath([type])>,
4d4e713d
JH
8032C<Cwd::extLibpath_set( path [, type ] )>,
8033C<OS2::Error(do_harderror,do_exception)>, C<OS2::Errors2Drive(drive)>,
8034OS2::SysInfo(), OS2::BootDrive(), C<OS2::MorphPM(serve)>,
8035C<OS2::UnMorphPM(serve)>, C<OS2::Serve_Messages(force)>,
8036C<OS2::Process_Messages(force [, cnt])>, C<OS2::_control87(new,mask)>,
ad716b8e
JH
8037OS2::get_control87(), C<OS2::set_control87_em(new=MCW_EM,mask=MCW_EM)>,
8038C<OS2::DLLname([how [, \&xsub]])>
4d4e713d
JH
8039
8040=item Prebuilt variables:
8041
ad716b8e
JH
8042$OS2::emx_rev, $OS2::emx_env, $OS2::os_ver, $OS2::is_aout, $OS2::can_fork,
8043$OS2::nsyserror
4755096e
GS
8044
8045=item Misfeatures
8046
8047=item Modifications
8048
4d4e713d
JH
8049C<popen>, C<tmpnam>, C<tmpfile>, C<ctermid>, C<stat>, C<mkdir>, C<rmdir>,
8050C<flock>
8051
8052=item Identifying DLLs
8053
8054=item Centralized management of resources
8055
ad716b8e
JH
8056C<HAB>, C<HMQ>, Treating errors reported by OS/2 API,
8057C<CheckOSError(expr)>, C<CheckWinError(expr)>, C<SaveWinError(expr)>,
8058C<SaveCroakWinError(expr,die,name1,name2)>, C<WinError_2_Perl_rc>,
8059C<FillWinError>, C<FillOSError(rc)>, Loading DLLs and ordinals in DLLs
4755096e
GS
8060
8061=back
8062
8063=item Perl flavors
cb1a09d0 8064
d420ca49 8065=over 4
cb1a09d0 8066
4755096e 8067=item F<perl.exe>
54310121 8068
4755096e 8069=item F<perl_.exe>
cb1a09d0 8070
4755096e 8071=item F<perl__.exe>
cb1a09d0 8072
4755096e 8073=item F<perl___.exe>
cb1a09d0 8074
4755096e 8075=item Why strange names?
cb1a09d0 8076
4755096e 8077=item Why dynamic linking?
cb1a09d0 8078
4755096e 8079=item Why chimera build?
7d2bfb28 8080
cb1a09d0
AD
8081=back
8082
4755096e 8083=item ENVIRONMENT
cb1a09d0 8084
d420ca49 8085=over 4
cb1a09d0 8086
4755096e 8087=item C<PERLLIB_PREFIX>
cb1a09d0 8088
4755096e 8089=item C<PERL_BADLANG>
cb1a09d0 8090
4755096e 8091=item C<PERL_BADFREE>
cb1a09d0 8092
4755096e 8093=item C<PERL_SH_DIR>
cb1a09d0 8094
4755096e 8095=item C<USE_PERL_FLOCK>
cb1a09d0 8096
4755096e 8097=item C<TMP> or C<TEMP>
cb1a09d0 8098
4755096e 8099=back
cb1a09d0 8100
4755096e 8101=item Evolution
7d2bfb28 8102
d420ca49 8103=over 4
cb1a09d0 8104
ad716b8e
JH
8105=item Text-mode filehandles
8106
4755096e 8107=item Priorities
cb1a09d0 8108
354a27bf
JH
8109=item DLL name mangling: pre 5.6.2
8110
8111=item DLL name mangling: 5.6.2 and beyond
8112
8113Global DLLs, specific DLLs, C<BEGINLIBPATH> and C<ENDLIBPATH>, F<.> from
8114C<LIBPATH>
8115
8116=item DLL forwarder generation
cb1a09d0 8117
4755096e 8118=item Threading
cb1a09d0 8119
4755096e 8120=item Calls to external programs
cb1a09d0 8121
4755096e 8122=item Memory allocation
cb1a09d0 8123
4755096e 8124=item Threads
cb1a09d0 8125
4755096e 8126C<COND_WAIT>, F<os2.c>
cb1a09d0 8127
4755096e 8128=back
5cd24f17 8129
354a27bf
JH
8130=item BUGS
8131
cb1a09d0
AD
8132=back
8133
d420ca49 8134=over 4
cb1a09d0 8135
cb1a09d0
AD
8136=item AUTHOR
8137
4755096e 8138=item SEE ALSO
cb1a09d0 8139
a45bd81d
GS
8140=back
8141
248e172a
JH
8142=head2 perlos390, README.os390 - building and installing Perl for OS/390
8143and z/OS
c76ac1ee 8144
d420ca49 8145=over 4
a45bd81d 8146
4755096e
GS
8147=item SYNOPSIS
8148
c76ac1ee
GS
8149=item DESCRIPTION
8150
d420ca49 8151=over 4
c76ac1ee 8152
248e172a
JH
8153=item Tools
8154
a83b6f46 8155=item Unpacking Perl distribution on OS/390
c76ac1ee 8156
a83b6f46 8157=item Setup and utilities for Perl on OS/390
c76ac1ee 8158
a83b6f46 8159=item Configure Perl on OS/390
c76ac1ee 8160
a83b6f46 8161=item Build, Test, Install Perl on OS/390
c76ac1ee 8162
a83b6f46 8163=item Build Anomalies with Perl on OS/390
74cac757 8164
a83b6f46 8165=item Testing Anomalies with Perl on OS/390
74cac757 8166
a83b6f46 8167=item Installation Anomalies with Perl on OS/390
c2e66d9e 8168
a83b6f46 8169=item Usage Hints for Perl on OS/390
c2e66d9e 8170
a83b6f46 8171=item Floating Point Anomalies with Perl on OS/390
c2e66d9e 8172
a83b6f46 8173=item Modules and Extensions for Perl on OS/390
c2e66d9e
GS
8174
8175=back
8176
8177=item AUTHORS
8178
8179=item SEE ALSO
8180
d420ca49 8181=over 4
c2e66d9e 8182
a83b6f46 8183=item Mailing list for Perl on OS/390
c2e66d9e
GS
8184
8185=back
8186
8187=item HISTORY
8188
8189=back
8190
2a551100
JH
8191=head2 perlos400, README.os400 - Perl version 5 on OS/400
8192
8193=over 4
8194
8195=item DESCRIPTION
8196
8197=over 4
8198
8199=item Compiling Perl for OS/400 PASE
8200
8201=item Installing Perl in OS/400 PASE
8202
8203=item Using Perl in OS/400 PASE
8204
8205=item Known Problems
8206
8207=item Perl on ILE
8208
8209=back
8210
8211=item AUTHORS
8212
8213=back
8214
a83b6f46
JH
8215=head2 perlqnx, README.qnx - Perl version 5 on QNX
8216
8217=over 4
8218
8219=item DESCRIPTION
8220
8221=over 4
8222
27713a04 8223=item Required Software for Compiling Perl on QNX4
a83b6f46
JH
8224
8225/bin/sh, ar, nm, cpp, make
8226
27713a04 8227=item Outstanding Issues with Perl on QNX4
a83b6f46
JH
8228
8229=item QNX auxiliary files
8230
8231qnx/ar, qnx/cpp
8232
27713a04
JH
8233=item Outstanding issues with perl under QNX6
8234
a83b6f46
JH
8235=back
8236
8237=item AUTHOR
8238
8239=back
8240
8241=head2 perlplan9 - Plan 9-specific documentation for Perl
8242
8243=over 4
8244
8245=item DESCRIPTION
8246
8247=over 4
8248
8249=item Invoking Perl
8250
8251=item What's in Plan 9 Perl
8252
8253=item What's not in Plan 9 Perl
8254
8255=item Perl5 Functions not currently supported in Plan 9 Perl
8256
8257=item Signals in Plan 9 Perl
8258
8259=back
8260
8261=item COMPILING AND INSTALLING PERL ON PLAN 9
8262
8263=over 4
8264
8265=item Installing Perl Documentation on Plan 9
8266
8267=back
8268
8269=item BUGS
8270
8271=item Revision date
8272
8273=item AUTHOR
8274
8275=back
8276
d420ca49
AD
8277=head2 perlsolaris, README.solaris - Perl version 5 on Solaris systems
8278
8279=over 4
8280
8281=item DESCRIPTION
8282
8283=over 4
8284
8285=item Solaris Version Numbers.
8286
8287=back
8288
8289=item RESOURCES
8290
8291Solaris FAQ, Precompiled Binaries, Solaris Documentation
8292
8293=item SETTING UP
8294
8295=over 4
8296
a83b6f46 8297=item File Extraction Problems on Solaris.
d420ca49 8298
a83b6f46 8299=item Compiler and Related Tools on Solaris.
d420ca49 8300
a83b6f46 8301=item Environment for Compiling Perl on Solaris
d420ca49
AD
8302
8303=back
8304
8305=item RUN CONFIGURE.
8306
8307=over 4
8308
a83b6f46 8309=item 64-bit Issues with Perl on Solaris.
d420ca49 8310
a83b6f46 8311=item Threads in Perl on Solaris.
d420ca49 8312
a83b6f46 8313=item Malloc Issues with Perl on Solaris.
d420ca49
AD
8314
8315=back
8316
8317=item MAKE PROBLEMS.
8318
8319Dynamic Loading Problems With GNU as and GNU ld, ld.so.1: ./perl: fatal:
8320relocation error:, dlopen: stub interception failed, #error "No
8321DATAMODEL_NATIVE specified", sh: ar: not found
8322
8323=item MAKE TEST
8324
8325=over 4
8326
a83b6f46 8327=item op/stat.t test 4 in Solaris
d420ca49 8328
35bf961c
JH
8329=item nss_delete core dump from op/pwent or op/grent
8330
d420ca49
AD
8331=back
8332
a83b6f46 8333=item PREBUILT BINARIES OF PERL FOR SOLARIS.
d420ca49 8334
a83b6f46 8335=item RUNTIME ISSUES FOR PERL ON SOLARIS.
d420ca49
AD
8336
8337=over 4
8338
a83b6f46 8339=item Limits on Numbers of Open Files on Solaris.
d420ca49
AD
8340
8341=back
8342
8343=item SOLARIS-SPECIFIC MODULES.
8344
8345=item SOLARIS-SPECIFIC PROBLEMS WITH MODULES.
8346
8347=over 4
8348
a83b6f46 8349=item Proc::ProcessTable on Solaris
d420ca49 8350
354a27bf 8351=item BSD::Resource on Solaris
d420ca49 8352
354a27bf 8353=item Net::SSLeay on Solaris
74cac757 8354
d420ca49
AD
8355=back
8356
8357=item AUTHOR
8358
8359=item LAST MODIFIED
8360
8361=back
8362
772ff3b9
JH
8363=head2 perltru64, README.tru64 - Perl version 5 on Tru64 (formerly known as
8364Digital UNIX formerly known as DEC OSF/1) systems
8365
8366=over 4
8367
8368=item DESCRIPTION
8369
8370=over 4
8371
8372=item Compiling Perl 5 on Tru64
8373
8374=item Using Large Files with Perl on Tru64
8375
8376=item Threaded Perl on Tru64
8377
a83b6f46
JH
8378=item Long Doubles on Tru64
8379
2a551100
JH
8380=item DB_File tests failing on Tru64
8381
772ff3b9
JH
8382=item 64-bit Perl on Tru64
8383
8384=item Warnings about floating-point overflow when compiling Perl on Tru64
8385
8386=back
8387
8388=item Testing Perl on Tru64
8389
fa1c7b03
JH
8390=item ext/ODBM_File/odbm Test Failing With Static Builds
8391
23be5fc4
JH
8392=item Perl Fails Because Of Unresolved Symbol sockatmark
8393
772ff3b9
JH
8394=item AUTHOR
8395
8396=back
8397
91144103
JH
8398=head2 perluts - Perl under UTS
8399
8400=over 4
8401
8402=item SYNOPSIS
8403
8404=item DESCRIPTION
8405
8406=item BUILDING PERL ON UTS
8407
8408=item Installing the built perl on UTS
8409
8410=item AUTHOR
8411
8412=back
8413
dc5c060f
JH
8414=head2 perlvmesa, README.vmesa - building and installing Perl for VM/ESA.
8415
8416=over 4
8417
8418=item SYNOPSIS
8419
8420=item DESCRIPTION
8421
8422=over 4
8423
a83b6f46 8424=item Unpacking Perl Distribution on VM/ESA
dc5c060f 8425
a83b6f46 8426=item Setup Perl and utilities on VM/ESA
dc5c060f 8427
a83b6f46 8428=item Configure Perl on VM/ESA
dc5c060f 8429
a83b6f46 8430=item Testing Anomalies of Perl on VM/ESA
dc5c060f 8431
a83b6f46 8432=item Usage Hints for Perl on VM/ESA
dc5c060f 8433
dc5c060f
JH
8434=back
8435
8436=item AUTHORS
8437
8438=item SEE ALSO
8439
8440=over 4
8441
a83b6f46 8442=item Mailing list for Perl on VM/ESA
dc5c060f
JH
8443
8444=back
8445
8446=back
8447
4755096e 8448=head2 perlvms - VMS-specific documentation for Perl
954c1994 8449
d420ca49 8450=over 4
954c1994 8451
4755096e 8452=item DESCRIPTION
a45bd81d 8453
4755096e
GS
8454=item Installation
8455
8456=item Organization of Perl Images
954c1994 8457
d420ca49 8458=over 4
a45bd81d 8459
4755096e 8460=item Core Images
c76ac1ee 8461
4755096e 8462=item Perl Extensions
954c1994 8463
4755096e 8464=item Installing static extensions
954c1994 8465
4755096e 8466=item Installing dynamic extensions
954c1994
GS
8467
8468=back
8469
4755096e 8470=item File specifications
954c1994 8471
d420ca49 8472=over 4
954c1994 8473
4755096e 8474=item Syntax
2e1d04bc 8475
4755096e 8476=item Wildcard expansion
954c1994 8477
4755096e 8478=item Pipes
c76ac1ee 8479
a45bd81d
GS
8480=back
8481
4755096e
GS
8482=item PERL5LIB and PERLLIB
8483
8484=item Command line
d516a115 8485
d420ca49 8486=over 4
a45bd81d 8487
4755096e 8488=item I/O redirection and backgrounding
d516a115 8489
4755096e 8490=item Command line switches
d516a115 8491
4755096e
GS
8492-i, -S, -u
8493
8494=back
8495
8496=item Perl functions
8497
8498File tests, backticks, binmode FILEHANDLE, crypt PLAINTEXT, USER, dump,
8499exec LIST, fork, getpwent, getpwnam, getpwuid, gmtime, kill, qx//, select
8500(system call), stat EXPR, system LIST, time, times, unlink LIST, utime
8501LIST, waitpid PID,FLAGS
8502
8503=item Perl variables
8504
ac4dd294 8505%ENV, CRTL_ENV, CLISYM_[LOCAL], Any other string, $!, $^E, $?, $|
4755096e
GS
8506
8507=item Standard modules with VMS-specific differences
d516a115 8508
d420ca49 8509=over 4
d516a115 8510
4755096e 8511=item SDBM_File
d516a115
JH
8512
8513=back
8514
4755096e
GS
8515=item Revision date
8516
8517=item AUTHOR
8518
8519=back
8520
9a997319
JH
8521=head2 perlvos, README.vos - Perl for Stratus VOS
8522
d420ca49 8523=over 4
9a997319
JH
8524
8525=item SYNOPSIS
8526
2a551100 8527=item BUILDING PERL FOR VOS
9a997319
JH
8528
8529=item INSTALLING PERL IN VOS
8530
9a997319
JH
8531=item USING PERL IN VOS
8532
d420ca49 8533=over 4
9a997319 8534
a83b6f46 8535=item Restrictions of Perl on VOS
9a997319 8536
23be5fc4
JH
8537=item Handling of underflow and overflow
8538
9a997319
JH
8539=back
8540
23be5fc4
JH
8541=item TEST STATUS
8542
9a997319
JH
8543=item SUPPORT STATUS
8544
8545=item AUTHOR
8546
8547=item LAST UPDATE
8548
8549=back
8550
23be5fc4
JH
8551=head2 perlwin32 - Perl under Windows
8552
8553=over 4
8554
8555=item SYNOPSIS
8556
8557=item DESCRIPTION
8558
8559=over 4
8560
8561=item Setting Up Perl on Win32
8562
8563Make, Command Shell, Borland C++, Microsoft Visual C++, Microsoft Platform
2a551100 8564SDK 64-bit Compiler, MinGW32 with gcc, MinGW release 1
23be5fc4
JH
8565
8566=item Building
8567
8568=item Testing Perl on Win32
8569
8570=item Installation of Perl on Win32
8571
8572=item Usage Hints for Perl on Win32
8573
8574Environment Variables, File Globbing, Using perl from the command line,
8575Building Extensions, Command-line Wildcard Expansion, Win32 Specific
97f7c9df
JH
8576Extensions, Notes on 64-bit Windows
8577
8578=item Running Perl Scripts
8579
8580Miscellaneous Things
23be5fc4
JH
8581
8582=back
8583
8584=item BUGS AND CAVEATS
8585
8586=item AUTHORS
8587
8588Gary Ng E<lt>71564.1743@CompuServe.COME<gt>, Gurusamy Sarathy
8589E<lt>gsar@activestate.comE<gt>, Nick Ing-Simmons
8590E<lt>nick@ing-simmons.netE<gt>
8591
8592=item SEE ALSO
8593
8594=item HISTORY
8595
8596=back
8597
8ebc5c01 8598=head1 PRAGMA DOCUMENTATION
cb1a09d0 8599
c76ac1ee 8600=head2 attrs - set/get attributes of a subroutine (deprecated)
d516a115 8601
d420ca49 8602=over 4
a45bd81d 8603
d516a115
JH
8604=item SYNOPSIS
8605
8606=item DESCRIPTION
8607
8608method, locked
8609
a45bd81d
GS
8610=back
8611
fb9cefb4
GS
8612=head2 re - Perl pragma to alter regular expression behaviour
8613
d420ca49 8614=over 4
a45bd81d
GS
8615
8616=item SYNOPSIS
fb9cefb4
GS
8617
8618=item DESCRIPTION
8619
a45bd81d
GS
8620=back
8621
1fdc5aa6
JH
8622=head2 threadshared::shared, threads::shared - Perl extension for sharing
8623data structures between threads
8624
8625=over 4
8626
8627=item SYNOPSIS
8628
8629=item DESCRIPTION
8630
1fdc5aa6
JH
8631=item EXPORT
8632
cb52f95f
JH
8633=item FUNCTIONS
8634
23be5fc4
JH
8635share VARIABLE, lock VARIABLE, cond_wait VARIABLE, cond_signal VARIABLE,
8636cond_broadcast VARIABLE
1fdc5aa6 8637
04b01f78
JH
8638=item NOTES
8639
1fdc5aa6
JH
8640=item BUGS
8641
8642=item AUTHOR
8643
8644=item SEE ALSO
8645
8646=back
8647
e61ecf27
JH
8648=head2 threads - Perl extension allowing use of interpreter based threads
8649from perl
8650
8651=over 4
8652
8653=item SYNOPSIS
8654
8655=item DESCRIPTION
8656
fe9287c4 8657$thread = threads->create(function, LIST), $thread->join, $thread->detach,
c40f6c4a
JH
8658threads->self, $thread->tid, threads->object( tid ), threads->yield();,
8659threads->list();, async BLOCK;
e61ecf27 8660
e993db8c
JH
8661=item WARNINGS
8662
c133c03f 8663A thread exited while %d other threads were still running
e993db8c 8664
5df44211
JH
8665=item TODO
8666
8667=item BUGS
e61ecf27 8668
5df44211
JH
8669Parent-Child threads, Returning objects, Creating threads inside BEGIN
8670blocks, PERL_OLD_SIGNALS are not threadsafe, will not be
e61ecf27
JH
8671
8672=item AUTHOR and COPYRIGHT
8673
e61ecf27
JH
8674=item SEE ALSO
8675
8676=back
8677
2a551100 8678=head2 assertions - selects assertions
c76ac1ee 8679
d420ca49 8680=over 4
a45bd81d 8681
c76ac1ee
GS
8682=item SYNOPSIS
8683
2a551100
JH
8684=item ABSTRACT
8685
c76ac1ee
GS
8686=item DESCRIPTION
8687
d420ca49 8688=over 4
c76ac1ee 8689
2a551100 8690=item EXPORT
c76ac1ee 8691
2a551100 8692=back
c76ac1ee 8693
2a551100 8694=item SEE ALSO
c76ac1ee 8695
2a551100 8696=item AUTHOR
c76ac1ee 8697
2a551100 8698=item COPYRIGHT AND LICENSE
c76ac1ee
GS
8699
8700=back
8701
2a551100 8702=head2 assertions::activate - assertions activation
a45bd81d 8703
d420ca49 8704=over 4
a45bd81d 8705
2a551100 8706=item SYNOPSIS
a45bd81d 8707
2a551100 8708=item ABSTRACT
a45bd81d 8709
2a551100 8710=item DESCRIPTION
a45bd81d 8711
2a551100 8712=over 4
c76ac1ee 8713
2a551100 8714=item EXPORT
c76ac1ee 8715
a45bd81d
GS
8716=back
8717
2a551100 8718=item SEE ALSO
e993db8c 8719
2a551100 8720=item AUTHOR
e993db8c 8721
2a551100 8722=item COPYRIGHT AND LICENSE
e993db8c
JH
8723
8724=back
8725
2a551100 8726=head2 attributes - get/set subroutine or variable attributes
cb52f95f
JH
8727
8728=over 4
8729
8730=item SYNOPSIS
8731
8732=item DESCRIPTION
8733
2a551100
JH
8734=over 4
8735
8736=item Built-in Attributes
8737
8738locked, method, lvalue
8739
8740=item Available Subroutines
8741
8742get, reftype
8743
8744=item Package-specific Attribute Handling
8745
8746FETCH_I<type>_ATTRIBUTES, MODIFY_I<type>_ATTRIBUTES
8747
8748=item Syntax of Attribute Lists
8749
8750=back
8751
8752=item EXPORTS
8753
8754=over 4
8755
8756=item Default exports
8757
8758=item Available exports
8759
8760=item Export tags defined
8761
8762=back
8763
8764=item EXAMPLES
8765
8766=item SEE ALSO
8767
8768=back
8769
8770=head2 attrs - set/get attributes of a subroutine (deprecated)
8771
8772=over 4
8773
8774=item SYNOPSIS
8775
8776=item DESCRIPTION
8777
8778method, locked
8779
8780=back
8781
8782=head2 autouse - postpone load of modules until a function is used
8783
8784=over 4
8785
8786=item SYNOPSIS
8787
8788=item DESCRIPTION
8789
8790=item WARNING
fa1c7b03
JH
8791
8792=item AUTHOR
8793
8794=item SEE ALSO
cb52f95f
JH
8795
8796=back
8797
fa1c7b03 8798=head2 base - Establish IS-A relationship with base class at compile time
68dc0745 8799
d420ca49 8800=over 4
a45bd81d 8801
68dc0745 8802=item SYNOPSIS
8803
8804=item DESCRIPTION
8805
fa1c7b03 8806=item HISTORY
68dc0745 8807
fa1c7b03
JH
8808=item SEE ALSO
8809
8810=back
8811
2a551100 8812=head2 bigint - Transparent BigInteger support for Perl
fa1c7b03
JH
8813
8814=over 4
8815
8816=item SYNOPSIS
8817
8818=item DESCRIPTION
8819
8820=over 4
8821
8822=item OPTIONS
8823
8824a or accuracy, p or precision, t or trace, l or lib, v or version
8825
8826=item MATH LIBRARY
8827
8828=item INTERNAL FORMAT
8829
8830=item SIGN
8831
8832=item METHODS
8833
8834=back
8835
8836=item MODULES USED
8837
8838=item EXAMPLES
8839
8840=item LICENSE
68dc0745 8841
8842=item SEE ALSO
8843
fa1c7b03
JH
8844=item AUTHORS
8845
a45bd81d
GS
8846=back
8847
fa1c7b03 8848=head2 bignum - Transparent BigNumber support for Perl
d516a115 8849
d420ca49 8850=over 4
a45bd81d 8851
d516a115
JH
8852=item SYNOPSIS
8853
8854=item DESCRIPTION
8855
fa1c7b03
JH
8856=over 4
8857
8858=item OPTIONS
8859
8860a or accuracy, p or precision, t or trace, l or lib, v or version
8861
2a551100
JH
8862=item METHODS
8863
8864inf(), NaN(), upgrade()
8865
fa1c7b03
JH
8866=item MATH LIBRARY
8867
8868=item INTERNAL FORMAT
8869
8870=item SIGN
8871
fa1c7b03
JH
8872=back
8873
8874=item MODULES USED
8875
8876=item EXAMPLES
8877
8878=item LICENSE
8879
8880=item SEE ALSO
8881
8882=item AUTHORS
8883
8884=back
8885
2a551100 8886=head2 bigrat - Transparent BigNumber/BigRationale support for Perl
fa1c7b03
JH
8887
8888=over 4
8889
8890=item SYNOPSIS
8891
8892=item DESCRIPTION
8893
8894=over 4
8895
8896=item MODULES USED
8897
8898=item MATH LIBRARY
8899
8900=item SIGN
8901
8902=item METHODS
8903
8904=back
8905
8906=item EXAMPLES
8907
8908 perl -Mbigrat -le 'print sqrt(33)'
8909 perl -Mbigrat -le 'print 2*255'
8910 perl -Mbigrat -le 'print 4.5+2*255'
8911 perl -Mbigrat -le 'print 3/7 + 5/7 + 8/3'
8912 perl -Mbigrat -le 'print 12->is_odd()';
8913
8914=item LICENSE
14218588 8915
fb9cefb4 8916=item SEE ALSO
d516a115 8917
fa1c7b03
JH
8918=item AUTHORS
8919
a45bd81d
GS
8920=back
8921
8ebc5c01 8922=head2 blib - Use MakeMaker's uninstalled version of a package
cb1a09d0 8923
d420ca49 8924=over 4
a45bd81d 8925
8ebc5c01 8926=item SYNOPSIS
cb1a09d0 8927
8ebc5c01 8928=item DESCRIPTION
cb1a09d0 8929
8ebc5c01 8930=item BUGS
cb1a09d0 8931
8ebc5c01 8932=item AUTHOR
cb1a09d0 8933
a45bd81d
GS
8934=back
8935
694468e3
GS
8936=head2 bytes - Perl pragma to force byte semantics rather than character
8937semantics
a45bd81d 8938
d420ca49 8939=over 4
a45bd81d
GS
8940
8941=item SYNOPSIS
8942
8943=item DESCRIPTION
8944
694468e3 8945=item SEE ALSO
a10cf691 8946
a45bd81d
GS
8947=back
8948
c76ac1ee 8949=head2 charnames - define character names for C<\N{named}> string literal
e993db8c 8950escapes
c76ac1ee 8951
d420ca49 8952=over 4
a45bd81d 8953
c76ac1ee
GS
8954=item SYNOPSIS
8955
8956=item DESCRIPTION
8957
8958=item CUSTOM TRANSLATORS
8959
2a551100
JH
8960=item CUSTOM ALIASES
8961
8962=over 4
8963
8964=item Anonymous hashes
8965
8966=item Alias file
8967
8968=item Alias shortcut
8969
8970=back
8971
ba62762e
JH
8972=item charnames::viacode(code)
8973
23be5fc4 8974=item charnames::vianame(name)
34babc16 8975
e993db8c
JH
8976=item ALIASES
8977
80637b95
JH
8978=item ILLEGAL CHARACTERS
8979
c76ac1ee
GS
8980=item BUGS
8981
a45bd81d
GS
8982=back
8983
54310121 8984=head2 constant - Perl pragma to declare constants
8985
d420ca49 8986=over 4
a45bd81d 8987
54310121 8988=item SYNOPSIS
8989
8990=item DESCRIPTION
8991
8992=item NOTES
8993
890a53b9
JH
8994=over 4
8995
8996=item List constants
8997
8998=item Defining multiple constants at once
8999
9000=item Magic constants
9001
9002=back
9003
9004=item TECHNICAL NOTES
54310121 9005
9006=item BUGS
9007
9008=item AUTHOR
9009
9010=item COPYRIGHT
9011
a45bd81d
GS
9012=back
9013
8ebc5c01 9014=head2 diagnostics - Perl compiler pragma to force verbose warning
9015diagnostics
cb1a09d0 9016
d420ca49 9017=over 4
a45bd81d 9018
8ebc5c01 9019=item SYNOPSIS
cb1a09d0 9020
8ebc5c01 9021=item DESCRIPTION
cb1a09d0 9022
d420ca49 9023=over 4
cb1a09d0 9024
8ebc5c01 9025=item The C<diagnostics> Pragma
cb1a09d0 9026
8ebc5c01 9027=item The I<splain> Program
cb1a09d0 9028
8ebc5c01 9029=back
cb1a09d0 9030
8ebc5c01 9031=item EXAMPLES
cb1a09d0 9032
8ebc5c01 9033=item INTERNALS
cb1a09d0 9034
8ebc5c01 9035=item BUGS
cb1a09d0 9036
8ebc5c01 9037=item AUTHOR
cb1a09d0 9038
a45bd81d
GS
9039=back
9040
95fb7f7f 9041=head2 encoding - allows you to write your script in non-ascii or non-utf8
cb52f95f
JH
9042
9043=over 4
9044
9045=item SYNOPSIS
9046
e993db8c
JH
9047=item ABSTRACT
9048
2a551100
JH
9049=over 4
9050
9051=item Literal Conversions
9052
9053=item PerlIO layers for C<STD(IN|OUT)>
9054
9055=back
9056
9057=item FEATURES THAT REQUIRE 5.8.1
9058
9059"NON-EUC" doublebyte encodings, tr//, DATA pseudo-filehandle
9060
e993db8c
JH
9061=item USAGE
9062
d8416318 9063use encoding [I<ENCNAME>] ;, use encoding I<ENCNAME> [ STDIN =E<gt>
2a551100
JH
9064I<ENCNAME_IN> ...] ;, use encoding I<ENCNAME> Filter=E<gt>1;, no encoding;
9065
9066=item The Filter Option
9067
9068=over 4
9069
9070=item Filter-related changes at Encode version 1.87
9071
9072=back
e993db8c
JH
9073
9074=item CAVEATS
9075
9076=over 4
9077
9078=item NOT SCOPED
9079
9080=item DO NOT MIX MULTIPLE ENCODINGS
9081
2a551100 9082=item tr/// with ranges
e993db8c 9083
2a551100 9084Legend of characters above
d8416318 9085
2a551100 9086=back
d8416318 9087
e993db8c 9088=item EXAMPLE - Greekperl
cb52f95f
JH
9089
9090=item KNOWN PROBLEMS
9091
2a551100
JH
9092literals in regex that are longer than 127 bytes, EBCDIC, format
9093
9094=item HISTORY
9095
cb52f95f
JH
9096=item SEE ALSO
9097
9098=back
9099
d516a115
JH
9100=head2 fields - compile-time class fields
9101
d420ca49 9102=over 4
a45bd81d 9103
d516a115
JH
9104=item SYNOPSIS
9105
9106=item DESCRIPTION
9107
694468e3
GS
9108new, phash
9109
fb9cefb4
GS
9110=item SEE ALSO
9111
a45bd81d
GS
9112=back
9113
14218588
GS
9114=head2 filetest - Perl pragma to control the filetest permission operators
9115
d420ca49 9116=over 4
a45bd81d 9117
14218588
GS
9118=item SYNOPSIS
9119
14218588
GS
9120=item DESCRIPTION
9121
d420ca49 9122=over 4
14218588
GS
9123
9124=item subpragma access
9125
9126=back
9127
a45bd81d
GS
9128=back
9129
12b7c5c7
JH
9130=head2 if - C<use> a Perl module if a condition holds
9131
9132=over 4
9133
9134=item SYNOPSIS
9135
9136=item DESCRIPTION
9137
9138=item BUGS
9139
9140=item AUTHOR
9141
9142=back
9143
4d4e713d
JH
9144=head2 integer - Perl pragma to use integer arithmetic instead of floating
9145point
cb1a09d0 9146
d420ca49 9147=over 4
a45bd81d 9148
8ebc5c01 9149=item SYNOPSIS
cb1a09d0 9150
8ebc5c01 9151=item DESCRIPTION
cb1a09d0 9152
a45bd81d
GS
9153=back
9154
8ebc5c01 9155=head2 less - perl pragma to request less of something from the compiler
cb1a09d0 9156
d420ca49 9157=over 4
a45bd81d 9158
8ebc5c01 9159=item SYNOPSIS
cb1a09d0 9160
8ebc5c01 9161=item DESCRIPTION
cb1a09d0 9162
a45bd81d
GS
9163=back
9164
8ebc5c01 9165=head2 lib - manipulate @INC at compile time
cb1a09d0 9166
d420ca49 9167=over 4
a45bd81d 9168
8ebc5c01 9169=item SYNOPSIS
cb1a09d0 9170
8ebc5c01 9171=item DESCRIPTION
cb1a09d0 9172
d420ca49 9173=over 4
8ebc5c01 9174
c76ac1ee 9175=item Adding directories to @INC
cb1a09d0 9176
c76ac1ee 9177=item Deleting directories from @INC
cb1a09d0 9178
c76ac1ee 9179=item Restoring original @INC
cb1a09d0 9180
8ebc5c01 9181=back
cb1a09d0 9182
04b01f78
JH
9183=item CAVEATS
9184
0d6290d3
JH
9185=item NOTES
9186
8ebc5c01 9187=item SEE ALSO
cb1a09d0 9188
8ebc5c01 9189=item AUTHOR
cb1a09d0 9190
a45bd81d
GS
9191=back
9192
8ebc5c01 9193=head2 locale - Perl pragma to use and avoid POSIX locales for built-in
9194operations
cb1a09d0 9195
d420ca49 9196=over 4
a45bd81d 9197
8ebc5c01 9198=item SYNOPSIS
cb1a09d0
AD
9199
9200=item DESCRIPTION
9201
a45bd81d
GS
9202=back
9203
cb9c8b59 9204=head2 open - perl pragma to set default PerlIO layers for input and output
b38f6a39 9205
d420ca49 9206=over 4
b38f6a39
GS
9207
9208=item SYNOPSIS
9209
9210=item DESCRIPTION
9211
0d0e97a6
JH
9212=item NONPERLIO FUNCTIONALITY
9213
9214=item IMPLEMENTATION DETAILS
b38f6a39
GS
9215
9216=item SEE ALSO
9217
9218=back
9219
e993db8c
JH
9220=head2 ops - Perl pragma to restrict unsafe operations when compiling
9221
9222=over 4
9223
9224=item SYNOPSIS
9225
9226=item DESCRIPTION
9227
9228=item SEE ALSO
9229
9230=back
9231
8ebc5c01 9232=head2 overload - Package for overloading perl operations
cb1a09d0 9233
d420ca49 9234=over 4
a45bd81d 9235
8ebc5c01 9236=item SYNOPSIS
cb1a09d0 9237
8ebc5c01 9238=item DESCRIPTION
cb1a09d0 9239
d420ca49 9240=over 4
cb1a09d0 9241
8ebc5c01 9242=item Declaration of overloaded functions
cb1a09d0 9243
8ebc5c01 9244=item Calling Conventions for Binary Operations
cb1a09d0 9245
8ebc5c01 9246FALSE, TRUE, C<undef>
cb1a09d0 9247
8ebc5c01 9248=item Calling Conventions for Unary Operations
cb1a09d0 9249
14218588
GS
9250=item Calling Conventions for Mutators
9251
9252C<++> and C<-->, C<x=> and other assignment versions
9253
8ebc5c01 9254=item Overloadable Operations
cb1a09d0 9255
8ebc5c01 9256I<Arithmetic operations>, I<Comparison operations>, I<Bit operations>,
9257I<Increment and decrement>, I<Transcendental functions>, I<Boolean, string
14218588 9258and numeric conversion>, I<Iteration>, I<Dereferencing>, I<Special>
cb1a09d0 9259
774d564b 9260=item Inheritance and overloading
9261
9262Strings as values of C<use overload> directive, Overloading of an operation
9263is inherited by derived classes
9264
8ebc5c01 9265=back
cb1a09d0 9266
8ebc5c01 9267=item SPECIAL SYMBOLS FOR C<use overload>
cb1a09d0 9268
d420ca49 9269=over 4
cb1a09d0 9270
774d564b 9271=item Last Resort
cb1a09d0 9272
91331b4f 9273=item Fallback
cb1a09d0 9274
8ebc5c01 9275C<undef>, TRUE, defined, but FALSE
cb1a09d0 9276
8ebc5c01 9277=item Copy Constructor
cb1a09d0 9278
8ebc5c01 9279B<Example>
cb1a09d0 9280
8ebc5c01 9281=back
cb1a09d0 9282
8ebc5c01 9283=item MAGIC AUTOGENERATION
cb1a09d0 9284
8ebc5c01 9285I<Assignment forms of arithmetic operations>, I<Conversion operations>,
9286I<Increment and decrement>, C<abs($a)>, I<Unary minus>, I<Negation>,
14218588
GS
9287I<Concatenation>, I<Comparison operations>, I<Iterator>, I<Dereferencing>,
9288I<Copy operator>
cb1a09d0 9289
14218588 9290=item Losing overloading
cb1a09d0 9291
8ebc5c01 9292=item Run-time Overloading
cb1a09d0 9293
8ebc5c01 9294=item Public functions
cb1a09d0 9295
8ebc5c01 9296overload::StrVal(arg), overload::Overloaded(arg), overload::Method(obj,op)
cb1a09d0 9297
fb9cefb4
GS
9298=item Overloading constants
9299
9300integer, float, binary, q, qr
9301
8ebc5c01 9302=item IMPLEMENTATION
cb1a09d0 9303
14218588
GS
9304=item Metaphor clash
9305
9306=item Cookbook
9307
d420ca49 9308=over 4
14218588
GS
9309
9310=item Two-face scalars
9311
9312=item Two-face references
9313
9314=item Symbolic calculator
9315
9316=item I<Really> symbolic calculator
9317
4755096e 9318=back
497711e7 9319
4755096e 9320=item AUTHOR
497711e7 9321
4755096e 9322=item DIAGNOSTICS
497711e7 9323
93d73c42
JH
9324Odd number of arguments for overload::constant, `%s' is not an overloadable
9325type, `%s' is not a code reference
9326
4755096e 9327=item BUGS
497711e7
GS
9328
9329=back
9330
14218588
GS
9331=head2 re - Perl pragma to alter regular expression behaviour
9332
d420ca49 9333=over 4
a45bd81d 9334
14218588
GS
9335=item SYNOPSIS
9336
9337=item DESCRIPTION
9338
a45bd81d
GS
9339=back
9340
8ebc5c01 9341=head2 sigtrap - Perl pragma to enable simple signal handling
cb1a09d0 9342
d420ca49 9343=over 4
a45bd81d 9344
8ebc5c01 9345=item SYNOPSIS
cb1a09d0 9346
8ebc5c01 9347=item DESCRIPTION
cb1a09d0 9348
8ebc5c01 9349=item OPTIONS
cb1a09d0 9350
d420ca49 9351=over 4
cb1a09d0 9352
8ebc5c01 9353=item SIGNAL HANDLERS
cb1a09d0 9354
8ebc5c01 9355B<stack-trace>, B<die>, B<handler> I<your-handler>
cb1a09d0 9356
8ebc5c01 9357=item SIGNAL LISTS
cb1a09d0 9358
8ebc5c01 9359B<normal-signals>, B<error-signals>, B<old-interface-signals>
cb1a09d0 9360
8ebc5c01 9361=item OTHER
cb1a09d0 9362
8ebc5c01 9363B<untrapped>, B<any>, I<signal>, I<number>
cb1a09d0 9364
8ebc5c01 9365=back
cb1a09d0 9366
8ebc5c01 9367=item EXAMPLES
cb1a09d0 9368
a45bd81d
GS
9369=back
9370
428dc699
JH
9371=head2 sort - perl pragma to control sort() behaviour
9372
9373=over 4
9374
9375=item SYNOPSIS
9376
9377=item DESCRIPTION
9378
e993db8c
JH
9379=item CAVEATS
9380
428dc699
JH
9381=back
9382
8ebc5c01 9383=head2 strict - Perl pragma to restrict unsafe constructs
cb1a09d0 9384
d420ca49 9385=over 4
a45bd81d 9386
8ebc5c01 9387=item SYNOPSIS
cb1a09d0 9388
8ebc5c01 9389=item DESCRIPTION
cb1a09d0 9390
8ebc5c01 9391C<strict refs>, C<strict vars>, C<strict subs>
cb1a09d0 9392
a45bd81d
GS
9393=back
9394
8ebc5c01 9395=head2 subs - Perl pragma to predeclare sub names
cb1a09d0 9396
d420ca49 9397=over 4
a45bd81d 9398
cb1a09d0
AD
9399=item SYNOPSIS
9400
cb1a09d0
AD
9401=item DESCRIPTION
9402
a45bd81d
GS
9403=back
9404
e993db8c
JH
9405=head2 threads - Perl extension allowing use of interpreter based threads
9406from perl
9407
9408=over 4
9409
9410=item SYNOPSIS
9411
9412=item DESCRIPTION
9413
9414$thread = threads->create(function, LIST), $thread->join, $thread->detach,
83272a45
JH
9415threads->self, $thread->tid, threads->object( tid ), threads->yield();,
9416threads->list();, async BLOCK;
e993db8c
JH
9417
9418=item WARNINGS
9419
23be5fc4 9420A thread exited while %d other threads were still running
e993db8c 9421
5df44211
JH
9422=item TODO
9423
9424=item BUGS
e993db8c 9425
5df44211
JH
9426Parent-Child threads, Returning objects, Creating threads inside BEGIN
9427blocks, PERL_OLD_SIGNALS are not threadsafe, will not be
e993db8c
JH
9428
9429=item AUTHOR and COPYRIGHT
9430
e993db8c
JH
9431=item SEE ALSO
9432
9433=back
9434
9435=head2 threadshared, threads::shared - Perl extension for sharing data
9436structures between threads
9437
9438=over 4
9439
9440=item SYNOPSIS
9441
9442=item DESCRIPTION
9443
9444=item EXPORT
9445
9446=item FUNCTIONS
9447
23be5fc4
JH
9448share VARIABLE, lock VARIABLE, cond_wait VARIABLE, cond_signal VARIABLE,
9449cond_broadcast VARIABLE
e993db8c
JH
9450
9451=item NOTES
9452
9453=item BUGS
9454
9455=item AUTHOR
9456
9457=item SEE ALSO
9458
9459=back
9460
bd28ded5
JH
9461=head2 utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source
9462code
14218588 9463
d420ca49 9464=over 4
a45bd81d 9465
14218588
GS
9466=item SYNOPSIS
9467
9468=item DESCRIPTION
9469
4d4e713d
JH
9470=over 4
9471
9472=item Utility functions
9473
e993db8c 9474$num_octets = utf8::upgrade($string);, utf8::downgrade($string[, FAIL_OK]),
b2deec1d
JH
9475utf8::encode($string), $flag = utf8::decode($string), $flag =
9476utf8::valid(STRING)
4d4e713d
JH
9477
9478=back
9479
033348ab
JH
9480=item BUGS
9481
694468e3 9482=item SEE ALSO
14218588 9483
a45bd81d
GS
9484=back
9485
9486=head2 vars - Perl pragma to predeclare global variable names (obsolete)
9487
d420ca49 9488=over 4
cb1a09d0 9489
8ebc5c01 9490=item SYNOPSIS
cb1a09d0 9491
8ebc5c01 9492=item DESCRIPTION
cb1a09d0 9493
a45bd81d
GS
9494=back
9495
2a551100
JH
9496=head2 version - Perl extension for Version Objects
9497
9498=over 4
9499
9500=item SYNOPSIS
9501
9502=item DESCRIPTION
9503
9504=over 4
9505
9506=item What IS a version
9507
9508Numeric Versions - any initial parameter which "looks like a number", see
9509L<Numeric Versions>, V-String Versions - any initial parameter which
9510contains more than one decimal point, contains an embedded underscore, or
9511has a leading 'v' see L<V-String Versions>
9512
9513=item Numeric Versions
9514
9515=item V-String Versions
9516
9517=item Object Methods
9518
9519New Operator - Like all OO interfaces, the new() operator is used to
9520initialize version objects. One way to increment versions when programming
9521is to use the CVS variable $Revision, which is automatically incremented by
9522CVS every time the file is committed to the repository, Stringification -
9523Any time a version object is used as a string, a stringified representation
9524is returned in reduced form (no extraneous zeros):, Numification - although
9525all mathematical operations on version objects are forbidden by default, it
9526is possible to retrieve a number which roughly corresponds to the version
9527object through the use of the $obj->numify method. For formatting
9528purposes, when displaying a number which corresponds a version object, all
9529sub versions are assumed to have three decimal places. So for example:,
9530Comparison operators - Both cmp and <=> operators perform the same
9531comparison between terms (upgrading to a version object automatically).
9532Perl automatically generates all of the other comparison operators based on
9533those two. In addition to the obvious equalities listed below, appending a
9534single trailing 0 term does not change the value of a version for
9535comparison purposes. In other words "v1.2" and "v1.2.0" are identical
9536versions
9537
9538=item Quoting
9539
9540=item Types of Versions Objects
9541
9542Ordinary versions - These are the versions that normal modules will use.
9543Can contain as many subversions as required. In particular, those using
9544RCS/CVS can use one of the following:, Beta versions - For module authors
9545using CPAN, the convention has been to note unstable releases with an
9546underscore in the version string, see L<CPAN>. Beta releases will test as
9547being newer than the more recent stable release, and less than the next
9548stable release. For example:
9549
9550=item Replacement UNIVERSAL::VERSION
9551
9552=back
9553
9554=item EXPORT
9555
9556=item AUTHOR
9557
9558=item SEE ALSO
9559
9560=back
9561
ba62762e
JH
9562=head2 vmsish - Perl pragma to control VMS-specific language features
9563
9564=over 4
9565
9566=item SYNOPSIS
9567
9568=item DESCRIPTION
9569
9570C<vmsish status>, C<vmsish exit>, C<vmsish time>, C<vmsish hushed>
9571
9572=back
9573
4438c4b7 9574=head2 warnings - Perl pragma to control optional warnings
14218588 9575
d420ca49 9576=over 4
a45bd81d 9577
14218588
GS
9578=item SYNOPSIS
9579
9580=item DESCRIPTION
9581
a9ef4385
JH
9582use warnings::register, warnings::enabled(), warnings::enabled($category),
9583warnings::enabled($object), warnings::warn($message),
9584warnings::warn($category, $message), warnings::warn($object, $message),
9585warnings::warnif($message), warnings::warnif($category, $message),
9586warnings::warnif($object, $message)
694468e3 9587
a45bd81d
GS
9588=back
9589
4755096e
GS
9590=head2 warnings::register - warnings import function
9591
890a53b9
JH
9592=over 4
9593
9594=item SYNOPSIS
9595
9596=item DESCRIPTION
9597
9598=back
9599
8ebc5c01 9600=head1 MODULE DOCUMENTATION
cb1a09d0 9601
8ebc5c01 9602=head2 AnyDBM_File - provide framework for multiple DBMs
cb1a09d0 9603
d420ca49 9604=over 4
a45bd81d 9605
cb1a09d0
AD
9606=item SYNOPSIS
9607
cb1a09d0
AD
9608=item DESCRIPTION
9609
d420ca49 9610=over 4
cb1a09d0 9611
8ebc5c01 9612=item DBM Comparisons
cb1a09d0 9613
8ebc5c01 9614[0], [1], [2], [3]
cb1a09d0 9615
8ebc5c01 9616=back
cb1a09d0 9617
8ebc5c01 9618=item SEE ALSO
cb1a09d0 9619
a45bd81d
GS
9620=back
9621
0e9b9e0c
JH
9622=head2 Attribute::Handlers - Simpler definition of attribute handlers
9623
9624=over 4
9625
9626=item VERSION
9627
9628=item SYNOPSIS
9629
9630=item DESCRIPTION
9631
9632[0], [1], [2], [3], [4], [5]
9633
9634=over 4
9635
9636=item Typed lexicals
9637
9638=item Type-specific attribute handlers
9639
9640=item Non-interpretive attribute handlers
9641
9642=item Phase-specific attribute handlers
9643
9644=item Attributes as C<tie> interfaces
9645
9646=back
9647
9648=item EXAMPLES
9649
9650=item DIAGNOSTICS
9651
9652C<Bad attribute type: ATTR(%s)>, C<Attribute handler %s doesn't handle %s
9653attributes>, C<Declaration of %s attribute in package %s may clash with
9654future reserved word>, C<Can't have two ATTR specifiers on one subroutine>,
fe9287c4
JH
9655C<Can't autotie a %s>, C<Internal error: %s symbol went missing>, C<Won't
9656be able to apply END handler>
0e9b9e0c
JH
9657
9658=item AUTHOR
9659
9660=item BUGS
9661
9662=item COPYRIGHT
9663
9664=back
9665
4a6725af 9666=head2 AutoLoader - load subroutines only on demand
cb1a09d0 9667
d420ca49 9668=over 4
a45bd81d 9669
8ebc5c01 9670=item SYNOPSIS
cb1a09d0 9671
8ebc5c01 9672=item DESCRIPTION
cb1a09d0 9673
d420ca49 9674=over 4
cb1a09d0 9675
4a6725af
NT
9676=item Subroutine Stubs
9677
9678=item Using B<AutoLoader>'s AUTOLOAD Subroutine
cb1a09d0 9679
4a6725af 9680=item Overriding B<AutoLoader>'s AUTOLOAD Subroutine
cb1a09d0 9681
8ebc5c01 9682=item Package Lexicals
cb1a09d0 9683
7029d033
JH
9684=item Not Using AutoLoader
9685
4a6725af 9686=item B<AutoLoader> vs. B<SelfLoader>
cb1a09d0 9687
8ebc5c01 9688=back
cb1a09d0 9689
4a6725af
NT
9690=item CAVEATS
9691
9692=item SEE ALSO
cb1a09d0 9693
a45bd81d
GS
9694=back
9695
8ebc5c01 9696=head2 AutoSplit - split a package for autoloading
cb1a09d0 9697
d420ca49 9698=over 4
a45bd81d 9699
8ebc5c01 9700=item SYNOPSIS
cb1a09d0 9701
8ebc5c01 9702=item DESCRIPTION
cb1a09d0 9703
193fb0af
GS
9704$keep, $check, $modtime
9705
d420ca49 9706=over 4
193fb0af
GS
9707
9708=item Multiple packages
9709
9710=back
cb1a09d0 9711
8ebc5c01 9712=item DIAGNOSTICS
cb1a09d0 9713
a45bd81d
GS
9714=back
9715
fb9cefb4 9716=head2 B - The Perl Compiler
193fb0af 9717
d420ca49 9718=over 4
a45bd81d 9719
193fb0af
GS
9720=item SYNOPSIS
9721
9722=item DESCRIPTION
9723
2a551100
JH
9724=item OVERVIEW
9725
9726=item Utility Functions
9727
9728=over 4
9729
9730=item Functions Returning C<B::SV>, C<B::AV>, C<B::HV>, and C<B::CV>
9731objects
9732
9733sv_undef, sv_yes, sv_no, svref_2object(SVREF), amagic_generation,
9734C<init_av>, check_av, begin_av, end_av, comppadlist, regex_padav,
9735C<main_cv>
9736
9737=item Functions for Examining the Symbol Table
9738
9739walksymtable(SYMREF, METHOD, RECURSE, PREFIX)
9740
9741=item Functions Returning C<B::OP> objects or for walking op trees
9742
9743main_root, main_start, walkoptree(OP, METHOD), walkoptree_debug(DEBUG)
9744
9745=item Miscellaneous Utility Functions
9746
9747ppname(OPNUM), hash(STR), cast_I32(I), minus_c, cstring(STR),
9748perlstring(STR), class(OBJ), threadsv_names
9749
9750=back
9751
fb9cefb4 9752=item OVERVIEW OF CLASSES
193fb0af 9753
d420ca49 9754=over 4
193fb0af 9755
fb9cefb4 9756=item SV-RELATED CLASSES
193fb0af 9757
2a551100 9758=item B::SV Methods
193fb0af 9759
fb9cefb4 9760REFCNT, FLAGS
193fb0af 9761
2a551100 9762=item B::IV Methods
193fb0af 9763
e42c74e1 9764IV, IVX, UVX, int_value, needs64bits, packiv
193fb0af 9765
2a551100 9766=item B::NV Methods
193fb0af 9767
fb9cefb4 9768NV, NVX
193fb0af 9769
2a551100 9770=item B::RV Methods
193fb0af 9771
fb9cefb4 9772RV
193fb0af 9773
2a551100 9774=item B::PV Methods
193fb0af 9775
f502af34 9776PV, RV, PVX
193fb0af 9777
2a551100 9778=item B::PVMG Methods
cb1a09d0 9779
fb9cefb4 9780MAGIC, SvSTASH
cb1a09d0 9781
2a551100 9782=item B::MAGIC Methods
cb1a09d0 9783
f502af34 9784MOREMAGIC, precomp, PRIVATE, TYPE, FLAGS, OBJ, PTR, REGEX
cb1a09d0 9785
2a551100 9786=item B::PVLV Methods
cb1a09d0 9787
fb9cefb4 9788TARGOFF, TARGLEN, TYPE, TARG
cb1a09d0 9789
2a551100 9790=item B::BM Methods
cb1a09d0 9791
fb9cefb4 9792USEFUL, PREVIOUS, RARE, TABLE
cb1a09d0 9793
2a551100 9794=item B::GV Methods
cb1a09d0 9795
e42c74e1
JH
9796is_empty, NAME, SAFENAME, STASH, SV, IO, FORM, AV, HV, EGV, CV, CVGEN,
9797LINE, FILE, FILEGV, GvREFCNT, FLAGS
54310121 9798
2a551100 9799=item B::IO Methods
cb1a09d0 9800
fb9cefb4 9801LINES, PAGE, PAGE_LEN, LINES_LEFT, TOP_NAME, TOP_GV, FMT_NAME, FMT_GV,
f502af34 9802BOTTOM_NAME, BOTTOM_GV, SUBPROCESS, IoTYPE, IoFLAGS, IsSTD
cb1a09d0 9803
2a551100 9804=item B::AV Methods
cb1a09d0 9805
fb9cefb4 9806FILL, MAX, OFF, ARRAY, AvFLAGS
cb1a09d0 9807
2a551100 9808=item B::CV Methods
cb1a09d0 9809
2a551100
JH
9810STASH, START, ROOT, GV, FILE, DEPTH, PADLIST, OUTSIDE, OUTSIDE_SEQ, XSUB,
9811XSUBANY, CvFLAGS, const_sv
cb1a09d0 9812
2a551100 9813=item B::HV Methods
f86702cc 9814
fb9cefb4 9815FILL, MAX, KEYS, RITER, NAME, PMROOT, ARRAY
f86702cc 9816
fb9cefb4 9817=item OP-RELATED CLASSES
f86702cc 9818
2a551100 9819=item B::OP Methods
f86702cc 9820
c76ac1ee 9821next, sibling, name, ppaddr, desc, targ, type, seq, flags, private
f86702cc 9822
fb9cefb4 9823=item B::UNOP METHOD
54310121 9824
fb9cefb4 9825first
dc848c6f 9826
fb9cefb4 9827=item B::BINOP METHOD
54310121 9828
fb9cefb4 9829last
54310121 9830
fb9cefb4 9831=item B::LOGOP METHOD
54310121 9832
fb9cefb4 9833other
54310121 9834
fb9cefb4 9835=item B::LISTOP METHOD
54310121 9836
fb9cefb4 9837children
54310121 9838
2a551100 9839=item B::PMOP Methods
54310121 9840
f502af34
JH
9841pmreplroot, pmreplstart, pmnext, pmregexp, pmflags, pmdynflags,
9842pmpermflags, precomp, pmoffet
54310121 9843
fb9cefb4 9844=item B::SVOP METHOD
54310121 9845
a45bd81d 9846sv, gv
54310121 9847
a45bd81d 9848=item B::PADOP METHOD
54310121 9849
a45bd81d 9850padix
54310121 9851
fb9cefb4 9852=item B::PVOP METHOD
54310121 9853
fb9cefb4 9854pv
54310121 9855
2a551100 9856=item B::LOOP Methods
54310121 9857
fb9cefb4 9858redoop, nextop, lastop
54310121 9859
2a551100 9860=item B::COP Methods
54310121 9861
2a551100 9862label, stash, stashpv, file, cop_seq, arybase, line, warnings, io
54310121 9863
fb9cefb4 9864=back
54310121 9865
fb9cefb4 9866=item AUTHOR
54310121 9867
a45bd81d
GS
9868=back
9869
fb9cefb4
GS
9870=head2 B::Asmdata - Autogenerated data about Perl ops, used to generate
9871bytecode
54310121 9872
d420ca49 9873=over 4
a45bd81d 9874
fb9cefb4 9875=item SYNOPSIS
54310121 9876
fb9cefb4 9877=item DESCRIPTION
54310121 9878
80637b95
JH
9879%insn_data, @insn_name, @optype, @specialsv_name
9880
fb9cefb4 9881=item AUTHOR
54310121 9882
a45bd81d
GS
9883=back
9884
fb9cefb4 9885=head2 B::Assembler - Assemble Perl bytecode
54310121 9886
d420ca49 9887=over 4
a45bd81d 9888
fb9cefb4 9889=item SYNOPSIS
54310121 9890
fb9cefb4 9891=item DESCRIPTION
54310121 9892
a9ef4385 9893=item AUTHORS
54310121 9894
a45bd81d
GS
9895=back
9896
fb9cefb4 9897=head2 B::Bblock - Walk basic blocks
54310121 9898
d420ca49 9899=over 4
a45bd81d 9900
fb9cefb4 9901=item SYNOPSIS
54310121 9902
fb9cefb4 9903=item DESCRIPTION
54310121 9904
80637b95
JH
9905=over 4
9906
9907=item Functions
9908
9909B<find_leaders>
9910
9911=back
9912
fb9cefb4 9913=item AUTHOR
54310121 9914
a45bd81d
GS
9915=back
9916
fb9cefb4 9917=head2 B::Bytecode - Perl compiler's bytecode backend
54310121 9918
d420ca49 9919=over 4
a45bd81d 9920
fb9cefb4 9921=item SYNOPSIS
54310121 9922
fb9cefb4
GS
9923=item DESCRIPTION
9924
9925=item OPTIONS
9926
a45bd81d 9927B<-ofilename>, B<-afilename>, B<-->, B<-f>, B<-fcompress-nullops>,
a9ef4385 9928B<-fomit-sequence-numbers>, B<-fbypass-nullops>, B<-On>, B<-D>, B<-Do>,
4d4e713d 9929B<-Db>, B<-Da>, B<-DC>, B<-S>, B<-upackage>
fb9cefb4 9930
14218588
GS
9931=item EXAMPLES
9932
fb9cefb4
GS
9933=item BUGS
9934
a9ef4385 9935=item AUTHORS
fb9cefb4 9936
a45bd81d
GS
9937=back
9938
fb9cefb4
GS
9939=head2 B::C - Perl compiler's C backend
9940
d420ca49 9941=over 4
a45bd81d 9942
fb9cefb4
GS
9943=item SYNOPSIS
9944
9945=item DESCRIPTION
9946
9947=item OPTIONS
9948
9949B<-ofilename>, B<-v>, B<-->, B<-uPackname>, B<-D>, B<-Do>, B<-Dc>, B<-DA>,
04b01f78 9950B<-DC>, B<-DM>, B<-f>, B<-fcog>, B<-fsave-data>, B<-fppaddr>, B<-fwarn-sv>,
f502af34
JH
9951B<-fuse-script-name>, B<-fsave-sig-hash>, B<-On>, B<-O0>, B<-O1>, B<-O2>,
9952B<-llimit>
fb9cefb4
GS
9953
9954=item EXAMPLES
9955
9956=item BUGS
9957
9958=item AUTHOR
9959
a45bd81d
GS
9960=back
9961
fb9cefb4
GS
9962=head2 B::CC - Perl compiler's optimized C translation backend
9963
d420ca49 9964=over 4
a45bd81d 9965
fb9cefb4
GS
9966=item SYNOPSIS
9967
9968=item DESCRIPTION
9969
9970=item OPTIONS
9971
9972B<-ofilename>, B<-v>, B<-->, B<-uPackname>, B<-mModulename>, B<-D>, B<-Dr>,
9973B<-DO>, B<-Ds>, B<-Dp>, B<-Dq>, B<-Dl>, B<-Dt>, B<-f>,
9974B<-ffreetmps-each-bblock>, B<-ffreetmps-each-loop>, B<-fomit-taint>, B<-On>
9975
9976=item EXAMPLES
9977
9978=item BUGS
9979
9980=item DIFFERENCES
9981
d420ca49 9982=over 4
fb9cefb4
GS
9983
9984=item Loops
9985
9986=item Context of ".."
9987
9988=item Arithmetic
9989
9990=item Deprecated features
9991
9992=back
9993
9994=item AUTHOR
9995
a45bd81d
GS
9996=back
9997
76d3c696
JH
9998=head2 B::Concise - Walk Perl syntax tree, printing concise info about ops
9999
10000=over 4
10001
10002=item SYNOPSIS
10003
10004=item DESCRIPTION
10005
ff426ff2
JH
10006=item EXAMPLE
10007
76d3c696
JH
10008=item OPTIONS
10009
10010B<-basic>, B<-exec>, B<-tree>, B<-compact>, B<-loose>, B<-vt>, B<-ascii>,
10011B<-main>, B<-base>I<n>, B<-bigendian>, B<-littleendian>, B<-concise>,
10012B<-terse>, B<-linenoise>, B<-debug>, B<-env>
10013
10014=item FORMATTING SPECIFICATIONS
10015
10016B<(x(>I<exec_text>B<;>I<basic_text>B<)x)>, B<(*(>I<text>B<)*)>,
10017B<(*(>I<text1>B<;>I<text2>B<)*)>, B<(?(>I<text1>B<#>I<var>I<Text2>B<)?)>,
10018B<#>I<var>, B<#>I<var>I<N>, B<~>, B<#addr>, B<#arg>, B<#class>,
ff426ff2
JH
10019B<#classsym>, B<#coplabel>, B<#exname>, B<#extarg>, B<#firstaddr>,
10020B<#flags>, B<#flagval>, B<#hyphseq>, B<#label>, B<#lastaddr>, B<#name>,
76d3c696
JH
10021B<#NAME>, B<#next>, B<#nextaddr>, B<#noise>, B<#private>, B<#privval>,
10022B<#seq>, B<#seqnum>, B<#sibaddr>, B<#svaddr>, B<#svclass>, B<#svval>,
10023B<#targ>, B<#targarg>, B<#targarglife>, B<#typenum>
10024
10025=item ABBREVIATIONS
10026
10027=over 4
10028
10029=item OP flags abbreviations
10030
10031=item OP class abbreviations
10032
10033=back
10034
1fa7ca25
JH
10035=item Using B::Concise outside of the O framework
10036
76d3c696
JH
10037=item AUTHOR
10038
10039=back
10040
fb9cefb4
GS
10041=head2 B::Debug - Walk Perl syntax tree, printing debug info about ops
10042
d420ca49 10043=over 4
a45bd81d 10044
fb9cefb4
GS
10045=item SYNOPSIS
10046
10047=item DESCRIPTION
10048
10049=item AUTHOR
10050
a45bd81d
GS
10051=back
10052
fb9cefb4
GS
10053=head2 B::Deparse - Perl compiler backend to produce perl code
10054
d420ca49 10055=over 4
a45bd81d 10056
fb9cefb4
GS
10057=item SYNOPSIS
10058
10059=item DESCRIPTION
10060
10061=item OPTIONS
10062
fe9287c4
JH
10063B<-l>, B<-p>, B<-P>, B<-q>, B<-f>I<FILE>, B<-s>I<LETTERS>, B<C>,
10064B<i>I<NUMBER>, B<T>, B<v>I<STRING>B<.>, B<-x>I<LEVEL>
c76ac1ee
GS
10065
10066=item USING B::Deparse AS A MODULE
10067
d420ca49 10068=over 4
c76ac1ee
GS
10069
10070=item Synopsis
10071
10072=item Description
10073
10074=item new
10075
d2f2ce36
JH
10076=item ambient_pragmas
10077
10078strict, $[, bytes, utf8, integer, re, warnings, hint_bits, warning_bits
10079
c76ac1ee
GS
10080=item coderef2text
10081
10082=back
fb9cefb4
GS
10083
10084=item BUGS
10085
10086=item AUTHOR
10087
a45bd81d
GS
10088=back
10089
fb9cefb4
GS
10090=head2 B::Disassembler - Disassemble Perl bytecode
10091
d420ca49 10092=over 4
a45bd81d 10093
fb9cefb4
GS
10094=item SYNOPSIS
10095
10096=item DESCRIPTION
10097
10098=item AUTHOR
10099
a45bd81d
GS
10100=back
10101
fb9cefb4
GS
10102=head2 B::Lint - Perl lint
10103
d420ca49 10104=over 4
a45bd81d 10105
fb9cefb4
GS
10106=item SYNOPSIS
10107
10108=item DESCRIPTION
10109
10110=item OPTIONS AND LINT CHECKS
10111
2a551100
JH
10112B<context>, B<implicit-read> and B<implicit-write>, B<bare-subs>,
10113B<dollar-underscore>, B<private-names>, B<undefined-subs>,
10114B<regexp-variables>, B<all>, B<none>
fb9cefb4
GS
10115
10116=item NON LINT-CHECK OPTIONS
10117
10118B<-u Package>
10119
10120=item BUGS
10121
10122=item AUTHOR
10123
a45bd81d
GS
10124=back
10125
fb9cefb4
GS
10126=head2 B::O, O - Generic interface to Perl Compiler backends
10127
d420ca49 10128=over 4
a45bd81d 10129
fb9cefb4
GS
10130=item SYNOPSIS
10131
10132=item DESCRIPTION
10133
10134=item CONVENTIONS
10135
10136=item IMPLEMENTATION
10137
95fb7f7f
JH
10138=item BUGS
10139
fb9cefb4
GS
10140=item AUTHOR
10141
a45bd81d
GS
10142=back
10143
fb9cefb4
GS
10144=head2 B::Showlex - Show lexical variables used in functions or files
10145
d420ca49 10146=over 4
a45bd81d 10147
fb9cefb4
GS
10148=item SYNOPSIS
10149
10150=item DESCRIPTION
10151
10152=item AUTHOR
10153
a45bd81d
GS
10154=back
10155
fb9cefb4
GS
10156=head2 B::Stackobj - Helper module for CC backend
10157
d420ca49 10158=over 4
a45bd81d 10159
fb9cefb4
GS
10160=item SYNOPSIS
10161
10162=item DESCRIPTION
10163
10164=item AUTHOR
10165
a45bd81d
GS
10166=back
10167
4755096e
GS
10168=head2 B::Stash - show what stashes are loaded
10169
fb9cefb4
GS
10170=head2 B::Terse - Walk Perl syntax tree, printing terse info about ops
10171
d420ca49 10172=over 4
a45bd81d 10173
fb9cefb4
GS
10174=item SYNOPSIS
10175
10176=item DESCRIPTION
10177
10178=item AUTHOR
10179
a45bd81d
GS
10180=back
10181
fb9cefb4
GS
10182=head2 B::Xref - Generates cross reference reports for Perl programs
10183
d420ca49 10184=over 4
a45bd81d 10185
fb9cefb4
GS
10186=item SYNOPSIS
10187
10188=item DESCRIPTION
10189
10190=item OPTIONS
10191
b2deec1d 10192C<-oFILENAME>, C<-r>, C<-d>, C<-D[tO]>
fb9cefb4
GS
10193
10194=item BUGS
10195
10196=item AUTHOR
10197
a45bd81d
GS
10198=back
10199
e993db8c
JH
10200=head2 Bblock, B::Bblock - Walk basic blocks
10201
10202=over 4
10203
10204=item SYNOPSIS
10205
10206=item DESCRIPTION
10207
10208=over 4
10209
10210=item Functions
10211
10212B<find_leaders>
10213
10214=back
10215
10216=item AUTHOR
10217
10218=back
10219
a45bd81d
GS
10220=head2 Benchmark - benchmark running times of Perl code
10221
d420ca49 10222=over 4
fb9cefb4
GS
10223
10224=item SYNOPSIS
10225
10226=item DESCRIPTION
10227
d420ca49 10228=over 4
fb9cefb4
GS
10229
10230=item Methods
10231
c76ac1ee 10232new, debug, iters
fb9cefb4
GS
10233
10234=item Standard Exports
10235
10236timeit(COUNT, CODE), timethis ( COUNT, CODE, [ TITLE, [ STYLE ]] ),
c76ac1ee
GS
10237timethese ( COUNT, CODEHASHREF, [ STYLE ] ), timediff ( T1, T2 ), timestr (
10238TIMEDIFF, [ STYLE, [ FORMAT ] ] )
fb9cefb4
GS
10239
10240=item Optional Exports
10241
2a551100 10242clearcache ( COUNT ), clearallcache ( ), cmpthese ( COUNT, CODEHASHREF, [
ba62762e
JH
10243STYLE ] ), cmpthese ( RESULTSHASHREF, [ STYLE ] ), countit(TIME, CODE),
10244disablecache ( ), enablecache ( ), timesum ( T1, T2 )
fb9cefb4 10245
2a551100
JH
10246=item :hireswallclock
10247
fb9cefb4
GS
10248=back
10249
10250=item NOTES
10251
a45bd81d
GS
10252=item EXAMPLES
10253
fb9cefb4
GS
10254=item INHERITANCE
10255
10256=item CAVEATS
10257
a45bd81d
GS
10258=item SEE ALSO
10259
fb9cefb4
GS
10260=item AUTHORS
10261
10262=item MODIFICATION HISTORY
10263
a45bd81d
GS
10264=back
10265
14218588
GS
10266=head2 ByteLoader - load byte compiled perl code
10267
d420ca49 10268=over 4
a45bd81d 10269
14218588
GS
10270=item SYNOPSIS
10271
10272=item DESCRIPTION
10273
10274=item AUTHOR
10275
10276=item SEE ALSO
10277
a45bd81d
GS
10278=back
10279
e993db8c
JH
10280=head2 Bytecode, B::Bytecode - Perl compiler's bytecode backend
10281
10282=over 4
10283
10284=item SYNOPSIS
10285
10286=item DESCRIPTION
10287
10288=item OPTIONS
10289
10290B<-ofilename>, B<-afilename>, B<-->, B<-f>, B<-fcompress-nullops>,
10291B<-fomit-sequence-numbers>, B<-fbypass-nullops>, B<-On>, B<-D>, B<-Do>,
10292B<-Db>, B<-Da>, B<-DC>, B<-S>, B<-upackage>
10293
10294=item EXAMPLES
10295
10296=item BUGS
10297
10298=item AUTHORS
10299
10300=back
10301
fb9cefb4
GS
10302=head2 CGI - Simple Common Gateway Interface Class
10303
d420ca49 10304=over 4
a45bd81d 10305
fb9cefb4
GS
10306=item SYNOPSIS
10307
10308=item ABSTRACT
10309
10310=item DESCRIPTION
10311
d420ca49 10312=over 4
fb9cefb4
GS
10313
10314=item PROGRAMMING STYLE
10315
10316=item CALLING CGI.PM ROUTINES
10317
fb9cefb4
GS
10318=item CREATING A NEW QUERY OBJECT (OBJECT-ORIENTED STYLE):
10319
10320=item CREATING A NEW QUERY OBJECT FROM AN INPUT FILE
10321
10322=item FETCHING A LIST OF KEYWORDS FROM THE QUERY:
10323
10324=item FETCHING THE NAMES OF ALL THE PARAMETERS PASSED TO YOUR SCRIPT:
10325
10326=item FETCHING THE VALUE OR VALUES OF A SINGLE NAMED PARAMETER:
10327
10328=item SETTING THE VALUE(S) OF A NAMED PARAMETER:
10329
10330=item APPENDING ADDITIONAL VALUES TO A NAMED PARAMETER:
10331
10332=item IMPORTING ALL PARAMETERS INTO A NAMESPACE:
10333
10334=item DELETING A PARAMETER COMPLETELY:
10335
10336=item DELETING ALL PARAMETERS:
10337
10338=item DIRECT ACCESS TO THE PARAMETER LIST:
10339
a10cf691
GS
10340=item FETCHING THE PARAMETER LIST AS A HASH:
10341
fb9cefb4
GS
10342=item SAVING THE STATE OF THE SCRIPT TO A FILE:
10343
a10cf691
GS
10344=item RETRIEVING CGI ERRORS
10345
fb9cefb4
GS
10346=item USING THE FUNCTION-ORIENTED INTERFACE
10347
f502af34 10348B<:cgi>, B<:form>, B<:html2>, B<:html3>, B<:html4>, B<:netscape>, B<:html>,
fb9cefb4
GS
10349B<:standard>, B<:all>
10350
10351=item PRAGMAS
10352
bd28ded5
JH
10353-any, -compile, -nosticky, -no_undef_params, -no_xhtml, -nph,
10354-newstyle_urls, -oldstyle_urls, -autoload, -no_debug, -debug,
10355-private_tempfiles
fb9cefb4 10356
14218588
GS
10357=item SPECIAL FORMS FOR IMPORTING HTML-TAG FUNCTIONS
10358
f502af34
JH
103591. start_table() (generates a <table> tag), 2. end_table() (generates a
10360</table> tag), 3. start_ul() (generates a <ul> tag), 4. end_ul() (generates
10361a </ul> tag)
14218588
GS
10362
10363=back
fb9cefb4
GS
10364
10365=item GENERATING DYNAMIC DOCUMENTS
10366
d420ca49 10367=over 4
fb9cefb4
GS
10368
10369=item CREATING A STANDARD HTTP HEADER:
10370
10371=item GENERATING A REDIRECTION HEADER
10372
10373=item CREATING THE HTML DOCUMENT HEADER
10374
10375B<Parameters:>, 4, 5, 6..
10376
10377=item ENDING THE HTML DOCUMENT:
10378
10379=item CREATING A SELF-REFERENCING URL THAT PRESERVES STATE INFORMATION:
10380
10381=item OBTAINING THE SCRIPT'S URL
10382
10383B<-absolute>, B<-relative>, B<-full>, B<-path> (B<-path_info>), B<-query>
37d4d706 10384(B<-query_string>), B<-base>
fb9cefb4 10385
14218588
GS
10386=item MIXING POST AND URL PARAMETERS
10387
fb9cefb4
GS
10388=back
10389
10390=item CREATING STANDARD HTML ELEMENTS:
10391
d420ca49 10392=over 4
fb9cefb4
GS
10393
10394=item PROVIDING ARGUMENTS TO HTML SHORTCUTS
10395
10396=item THE DISTRIBUTIVE PROPERTY OF HTML SHORTCUTS
10397
10398=item HTML SHORTCUTS AND LIST INTERPOLATION
10399
10400=item NON-STANDARD HTML SHORTCUTS
10401
d722968f
JH
10402=item AUTOESCAPING HTML
10403
10404$escaped_string = escapeHTML("unescaped string");, $charset =
10405charset([$charset]);, $flag = autoEscape([$flag]);
10406
14218588
GS
10407=item PRETTY-PRINTING HTML
10408
fb9cefb4
GS
10409=back
10410
10411=item CREATING FILL-OUT FORMS:
10412
d420ca49 10413=over 4
fb9cefb4
GS
10414
10415=item CREATING AN ISINDEX TAG
10416
10417=item STARTING AND ENDING A FORM
10418
10419B<application/x-www-form-urlencoded>, B<multipart/form-data>
10420
10421=item CREATING A TEXT FIELD
10422
10423B<Parameters>
10424
10425=item CREATING A BIG TEXT FIELD
10426
10427=item CREATING A PASSWORD FIELD
10428
10429=item CREATING A FILE UPLOAD FIELD
10430
10431B<Parameters>
10432
10433=item CREATING A POPUP MENU
10434
2a551100
JH
10435=item CREATING AN OPTION GROUP
10436
fb9cefb4
GS
10437=item CREATING A SCROLLING LIST
10438
10439B<Parameters:>
10440
10441=item CREATING A GROUP OF RELATED CHECKBOXES
54310121 10442
10443B<Parameters:>
10444
10445=item CREATING A STANDALONE CHECKBOX
10446
10447B<Parameters:>
10448
10449=item CREATING A RADIO BUTTON GROUP
10450
10451B<Parameters:>
10452
10453=item CREATING A SUBMIT BUTTON
10454
10455B<Parameters:>
10456
10457=item CREATING A RESET BUTTON
10458
10459=item CREATING A DEFAULT BUTTON
10460
10461=item CREATING A HIDDEN FIELD
10462
10463B<Parameters:>
10464
10465=item CREATING A CLICKABLE IMAGE BUTTON
10466
ff426ff2 10467B<Parameters:>
54310121 10468
10469=item CREATING A JAVASCRIPT ACTION BUTTON
10470
10471=back
10472
14218588 10473=item HTTP COOKIES
54310121 10474
104751. an expiration time, 2. a domain, 3. a path, 4. a "secure" flag,
10476B<-name>, B<-value>, B<-path>, B<-domain>, B<-expires>, B<-secure>
10477
14218588 10478=item WORKING WITH FRAMES
54310121 10479
104801. Create a <Frameset> document, 2. Specify the destination for the
10481document in the HTTP header, 3. Specify the destination for the document in
f502af34 10482the <form> tag
54310121 10483
c90c0ff4 10484=item LIMITED SUPPORT FOR CASCADING STYLE SHEETS
10485
54310121 10486=item DEBUGGING
10487
d420ca49 10488=over 4
54310121 10489
10490=item DUMPING OUT ALL THE NAME/VALUE PAIRS
10491
10492=back
10493
10494=item FETCHING ENVIRONMENT VARIABLES
10495
14218588 10496B<Accept()>, B<raw_cookie()>, B<user_agent()>, B<path_info()>,
ff426ff2
JH
10497B<path_translated()>, B<remote_host()>, B<script_name()>, B<referer()>,
10498B<auth_type ()>, B<server_name ()>, B<virtual_host ()>, B<server_port ()>,
37d4d706
JH
10499B<server_software ()>, B<remote_user ()>, B<user_name ()>,
10500B<request_method()>, B<content_type()>, B<http()>, B<https()>
54310121 10501
fb9cefb4 10502=item USING NPH SCRIPTS
54310121 10503
fb9cefb4 10504In the B<use> statement, By calling the B<nph()> method:, By using B<-nph>
ab648d5e 10505parameters
54310121 10506
fb9cefb4 10507=item Server Push
54310121 10508
2d967e39 10509multipart_init(), multipart_start(), multipart_end(), multipart_final()
54310121 10510
fb9cefb4 10511=item Avoiding Denial of Service Attacks
54310121 10512
fb9cefb4
GS
10513B<$CGI::POST_MAX>, B<$CGI::DISABLE_UPLOADS>, B<1. On a script-by-script
10514basis>, B<2. Globally for all scripts>
54310121 10515
fb9cefb4 10516=item COMPATIBILITY WITH CGI-LIB.PL
54310121 10517
10518=item AUTHOR INFORMATION
10519
10520=item CREDITS
10521
10522Matt Heffron (heffron@falstaff.css.beckman.com), James Taylor
10523(james.taylor@srs.gov), Scott Anguish <sanguish@digifix.com>, Mike Jewell
10524(mlj3u@virginia.edu), Timothy Shimmin (tes@kbs.citri.edu.au), Joergen Haegg
14218588
GS
10525(jh@axis.se), Laurent Delfosse (delfosse@delfosse.com), Richard Resnick
10526(applepi1@aol.com), Craig Bishop (csb@barwonwater.vic.gov.au), Tony Curtis
10527(tc@vcpc.univie.ac.at), Tim Bunce (Tim.Bunce@ig.co.uk), Tom Christiansen
10528(tchrist@convex.com), Andreas Koenig (k@franz.ww.TU-Berlin.DE), Tim
10529MacKenzie (Tim.MacKenzie@fulcrum.com.au), Kevin B. Hendricks
10530(kbhend@dogwood.tyler.wm.edu), Stephen Dahmen (joyfire@inxpress.net), Ed
10531Jordan (ed@fidalgo.net), David Alan Pisoni (david@cnation.com), Doug
10532MacEachern (dougm@opengroup.org), Robin Houston (robin@oneworld.org),
10533...and many many more..
54310121 10534
10535=item A COMPLETE EXAMPLE OF A SIMPLE FORM-BASED SCRIPT
10536
10537=item BUGS
10538
10539=item SEE ALSO
10540
a45bd81d
GS
10541=back
10542
10543=head2 CGI::Apache - Backward compatibility module for CGI.pm
10544
d420ca49 10545=over 4
54310121 10546
10547=item SYNOPSIS
10548
a45bd81d
GS
10549=item ABSTRACT
10550
54310121 10551=item DESCRIPTION
10552
a45bd81d 10553=item AUTHOR INFORMATION
137443ea 10554
a45bd81d 10555=item BUGS
54310121 10556
10557=item SEE ALSO
10558
a45bd81d 10559=back
54310121 10560
10561=head2 CGI::Carp, B<CGI::Carp> - CGI routines for writing to the HTTPD (or
10562other) error log
10563
d420ca49 10564=over 4
a45bd81d 10565
54310121 10566=item SYNOPSIS
10567
10568=item DESCRIPTION
10569
10570=item REDIRECTING ERROR MESSAGES
10571
10572=item MAKING PERL ERRORS APPEAR IN THE BROWSER WINDOW
10573
d420ca49 10574=over 4
fb9cefb4
GS
10575
10576=item Changing the default message
10577
10578=back
10579
10862624
RF
10580=item MAKING WARNINGS APPEAR AS HTML COMMENTS
10581
2a551100 10582=item OVERRIDING THE NAME OF THE PROGRAM
54310121 10583
10584=item AUTHORS
10585
10586=item SEE ALSO
10587
a45bd81d
GS
10588=back
10589
fb9cefb4
GS
10590=head2 CGI::Cookie - Interface to Netscape Cookies
10591
d420ca49 10592=over 4
a45bd81d 10593
fb9cefb4
GS
10594=item SYNOPSIS
10595
10596=item DESCRIPTION
10597
10598=item USING CGI::Cookie
10599
10600B<1. expiration date>, B<2. domain>, B<3. path>, B<4. secure flag>
10601
d420ca49 10602=over 4
fb9cefb4
GS
10603
10604=item Creating New Cookies
10605
10606=item Sending the Cookie to the Browser
10607
10608=item Recovering Previous Cookies
10609
10610=item Manipulating Cookies
10611
10612B<name()>, B<value()>, B<domain()>, B<path()>, B<expires()>
10613
10614=back
10615
10616=item AUTHOR INFORMATION
10617
10618=item BUGS
10619
10620=item SEE ALSO
10621
a45bd81d
GS
10622=back
10623
54310121 10624=head2 CGI::Fast - CGI Interface for Fast CGI
10625
d420ca49 10626=over 4
a45bd81d 10627
54310121 10628=item SYNOPSIS
10629
10630=item DESCRIPTION
10631
10632=item OTHER PIECES OF THE PUZZLE
10633
10634=item WRITING FASTCGI PERL SCRIPTS
10635
10636=item INSTALLING FASTCGI SCRIPTS
10637
10638=item USING FASTCGI SCRIPTS AS CGI SCRIPTS
10639
53d7eaa8
JH
10640=item EXTERNAL FASTCGI SERVER INVOCATION
10641
10642FCGI_SOCKET_PATH, FCGI_LISTEN_QUEUE
10643
54310121 10644=item CAVEATS
10645
10646=item AUTHOR INFORMATION
10647
10648=item BUGS
10649
10650=item SEE ALSO
10651
a45bd81d
GS
10652=back
10653
c76ac1ee
GS
10654=head2 CGI::Pretty - module to produce nicely formatted HTML code
10655
d420ca49 10656=over 4
a45bd81d 10657
c76ac1ee
GS
10658=item SYNOPSIS
10659
10660=item DESCRIPTION
10661
d420ca49 10662=over 4
c76ac1ee
GS
10663
10664=item Tags that won't be formatted
10665
a45bd81d
GS
10666=item Customizing the Indenting
10667
c76ac1ee
GS
10668=back
10669
10670=item BUGS
10671
10672=item AUTHOR
10673
10674=item SEE ALSO
10675
a45bd81d
GS
10676=back
10677
54310121 10678=head2 CGI::Push - Simple Interface to Server Push
10679
d420ca49 10680=over 4
a45bd81d 10681
54310121 10682=item SYNOPSIS
10683
10684=item DESCRIPTION
10685
10686=item USING CGI::Push
10687
2d967e39 10688-next_page, -last_page, -type, -delay, -cookie, -target, -expires, -nph
54310121 10689
d420ca49 10690=over 4
fb9cefb4
GS
10691
10692=item Heterogeneous Pages
10693
10694=item Changing the Page Delay on the Fly
10695
10696=back
10697
54310121 10698=item INSTALLING CGI::Push SCRIPTS
10699
54310121 10700=item AUTHOR INFORMATION
10701
10702=item BUGS
10703
10704=item SEE ALSO
10705
a45bd81d
GS
10706=back
10707
10708=head2 CGI::Switch - Backward compatibility module for defunct CGI::Switch
10709
d420ca49 10710=over 4
54310121 10711
10712=item SYNOPSIS
10713
a45bd81d
GS
10714=item ABSTRACT
10715
54310121 10716=item DESCRIPTION
10717
a45bd81d 10718=item AUTHOR INFORMATION
54310121 10719
a45bd81d
GS
10720=item BUGS
10721
10722=item SEE ALSO
10723
10724=back
54310121 10725
2d967e39
JH
10726=head2 CGI::Util - Internal utilities used by CGI module
10727
10728=over 4
10729
10730=item SYNOPSIS
10731
10732=item DESCRIPTION
10733
10734=item AUTHOR INFORMATION
10735
10736=item SEE ALSO
10737
10738=back
10739
8ebc5c01 10740=head2 CPAN - query, download and build perl modules from CPAN sites
cb1a09d0 10741
d420ca49 10742=over 4
a45bd81d 10743
8ebc5c01 10744=item SYNOPSIS
cb1a09d0 10745
2a551100
JH
10746=item STATUS
10747
8ebc5c01 10748=item DESCRIPTION
cb1a09d0 10749
d420ca49 10750=over 4
cb1a09d0 10751
8ebc5c01 10752=item Interactive Mode
cb1a09d0 10753
8ebc5c01 10754Searching for authors, bundles, distribution files and modules, make, test,
694468e3 10755install, clean modules or distributions, get, readme, look module or
f40a6c71 10756distribution, ls author, Signals
cb1a09d0 10757
8ebc5c01 10758=item CPAN::Shell
cb1a09d0 10759
774d564b 10760=item autobundle
10761
10762=item recompile
10763
d516a115 10764=item The four C<CPAN::*> Classes: Author, Bundle, Module, Distribution
dc848c6f 10765
10862624 10766=item Programmer's interface
cb1a09d0 10767
165c0277
JH
10768expand($type,@things), expandany(@things), Programming Examples
10769
10770=item Methods in the other Classes
10771
10772CPAN::Author::as_glimpse(), CPAN::Author::as_string(),
10773CPAN::Author::email(), CPAN::Author::fullname(), CPAN::Author::name(),
10774CPAN::Bundle::as_glimpse(), CPAN::Bundle::as_string(),
10775CPAN::Bundle::clean(), CPAN::Bundle::contains(),
10776CPAN::Bundle::force($method,@args), CPAN::Bundle::get(),
10777CPAN::Bundle::inst_file(), CPAN::Bundle::inst_version(),
10778CPAN::Bundle::uptodate(), CPAN::Bundle::install(), CPAN::Bundle::make(),
10779CPAN::Bundle::readme(), CPAN::Bundle::test(),
10780CPAN::Distribution::as_glimpse(), CPAN::Distribution::as_string(),
10781CPAN::Distribution::clean(), CPAN::Distribution::containsmods(),
10782CPAN::Distribution::cvs_import(), CPAN::Distribution::dir(),
10783CPAN::Distribution::force($method,@args), CPAN::Distribution::get(),
10784CPAN::Distribution::install(), CPAN::Distribution::isa_perl(),
10785CPAN::Distribution::look(), CPAN::Distribution::make(),
10786CPAN::Distribution::prereq_pm(), CPAN::Distribution::readme(),
10787CPAN::Distribution::test(), CPAN::Distribution::uptodate(),
10788CPAN::Index::force_reload(), CPAN::Index::reload(), CPAN::InfoObj::dump(),
10789CPAN::Module::as_glimpse(), CPAN::Module::as_string(),
10790CPAN::Module::clean(), CPAN::Module::cpan_file(),
10791CPAN::Module::cpan_version(), CPAN::Module::cvs_import(),
10792CPAN::Module::description(), CPAN::Module::force($method,@args),
10793CPAN::Module::get(), CPAN::Module::inst_file(),
10794CPAN::Module::inst_version(), CPAN::Module::install(),
10795CPAN::Module::look(), CPAN::Module::make(),
10796CPAN::Module::manpage_headline(), CPAN::Module::readme(),
10797CPAN::Module::test(), CPAN::Module::uptodate(), CPAN::Module::userid()
d516a115 10798
8ebc5c01 10799=item Cache Manager
cb1a09d0 10800
8ebc5c01 10801=item Bundles
cb1a09d0 10802
774d564b 10803=item Prerequisites
cb1a09d0 10804
fb9cefb4
GS
10805=item Finding packages and VERSION
10806
774d564b 10807=item Debugging
10808
14218588 10809=item Floppy, Zip, Offline Mode
cb1a09d0
AD
10810
10811=back
10812
8ebc5c01 10813=item CONFIGURATION
cb1a09d0 10814
694468e3
GS
10815C<o conf E<lt>scalar optionE<gt>>, C<o conf E<lt>scalar optionE<gt>
10816E<lt>valueE<gt>>, C<o conf E<lt>list optionE<gt>>, C<o conf E<lt>list
10817optionE<gt> [shift|pop]>, C<o conf E<lt>list optionE<gt>
10818[unshift|push|splice] E<lt>listE<gt>>
cb1a09d0 10819
d420ca49 10820=over 4
d516a115 10821
14218588
GS
10822=item Note on urllist parameter's format
10823
10824=item urllist parameter has CD-ROM support
d516a115
JH
10825
10826=back
10827
8ebc5c01 10828=item SECURITY
cb1a09d0 10829
8ebc5c01 10830=item EXPORT
cb1a09d0 10831
14218588
GS
10832=item POPULATE AN INSTALLATION WITH LOTS OF MODULES
10833
10834=item WORKING WITH CPAN.pm BEHIND FIREWALLS
10835
d420ca49 10836=over 4
10862624
RF
10837
10838=item Three basic types of firewalls
10839
14218588
GS
10840http firewall, ftp firewall, One way visibility, SOCKS, IP Masquerade
10841
93d73c42 10842=item Configuring lynx or ncftp for going through a firewall
10862624
RF
10843
10844=back
10845
10846=item FAQ
10847
ab648d5e 108481), 2), 3), 4), 5), 6), 7), 8), 9), 10)
10862624 10849
774d564b 10850=item BUGS
cb1a09d0
AD
10851
10852=item AUTHOR
10853
f40a6c71
SC
10854=item TRANSLATIONS
10855
8ebc5c01 10856=item SEE ALSO
cb1a09d0 10857
a45bd81d
GS
10858=back
10859
8ebc5c01 10860=head2 CPAN::FirstTime - Utility for CPAN::Config file Initialization
cb1a09d0 10861
d420ca49 10862=over 4
a45bd81d 10863
cb1a09d0
AD
10864=item SYNOPSIS
10865
cb1a09d0
AD
10866=item DESCRIPTION
10867
a45bd81d
GS
10868=back
10869
8ebc5c01 10870=head2 CPANox, CPAN::Nox - Wrapper around CPAN.pm without using any XS
10871module
cb1a09d0 10872
d420ca49 10873=over 4
a45bd81d 10874
cb1a09d0
AD
10875=item SYNOPSIS
10876
cb1a09d0
AD
10877=item DESCRIPTION
10878
8ebc5c01 10879=item SEE ALSO
cb1a09d0 10880
a45bd81d
GS
10881=back
10882
d516a115 10883=head2 Carp, carp - warn of errors (from perspective of caller)
cb1a09d0 10884
d420ca49 10885=over 4
a45bd81d 10886
8ebc5c01 10887=item SYNOPSIS
cb1a09d0 10888
8ebc5c01 10889=item DESCRIPTION
cb1a09d0 10890
d420ca49 10891=over 4
d516a115
JH
10892
10893=item Forcing a Stack Trace
10894
10895=back
10896
14218588
GS
10897=item BUGS
10898
a45bd81d
GS
10899=back
10900
ab648d5e
JH
10901=head2 Carp::Heavy, Carp heavy machinery - no user serviceable parts inside
10902
0d0e97a6
JH
10903=head2 Class::ISA -- report the search path for a class's ISA tree
10904
10905=over 4
10906
10907=item SYNOPSIS
10908
10909=item DESCRIPTION
10910
10911=item FUNCTIONS
10912
10913the function Class::ISA::super_path($CLASS), the function
10914Class::ISA::self_and_super_path($CLASS), the function
10915Class::ISA::self_and_super_versions($CLASS)
10916
10917=item CAUTIONARY NOTES
10918
10919=item COPYRIGHT
10920
10921=item AUTHOR
10922
10923=back
10924
8cc95fdb 10925=head2 Class::Struct - declare struct-like datatypes as Perl classes
cb1a09d0 10926
d420ca49 10927=over 4
a45bd81d 10928
cb1a09d0
AD
10929=item SYNOPSIS
10930
cb1a09d0
AD
10931=item DESCRIPTION
10932
d420ca49 10933=over 4
8cc95fdb 10934
10935=item The C<struct()> function
10936
d420ca49
AD
10937=item Class Creation at Compile Time
10938
8cc95fdb 10939=item Element Types and Accessor Methods
10940
10941Scalar (C<'$'> or C<'*$'>), Array (C<'@'> or C<'*@'>), Hash (C<'%'> or
10942C<'*%'>), Class (C<'Class_Name'> or C<'*Class_Name'>)
10943
a10cf691
GS
10944=item Initializing with C<new>
10945
8cc95fdb 10946=back
10947
8ebc5c01 10948=item EXAMPLES
cb1a09d0 10949
a10cf691 10950Example 1, Example 2, Example 3
cb1a09d0 10951
8cc95fdb 10952=item Author and Modification History
cb1a09d0 10953
a45bd81d
GS
10954=back
10955
14218588
GS
10956=head2 Config - access Perl configuration information
10957
d420ca49 10958=over 4
a45bd81d 10959
14218588
GS
10960=item SYNOPSIS
10961
10962=item DESCRIPTION
10963
2a551100 10964myconfig(), config_sh(), config_re($regex), config_vars(@names)
14218588
GS
10965
10966=item EXAMPLE
10967
10968=item WARNING
10969
10970=item GLOSSARY
10971
d420ca49 10972=over 4
14218588
GS
10973
10974=item _
10975
10976C<_a>, C<_exe>, C<_o>
10977
10978=item a
10979
640374d0
JH
10980C<afs>, C<afsroot>, C<alignbytes>, C<ansi2knr>, C<aphostname>,
10981C<api_revision>, C<api_subversion>, C<api_version>, C<api_versionstring>,
10982C<ar>, C<archlib>, C<archlibexp>, C<archname64>, C<archname>, C<archobjs>,
b2deec1d 10983C<asctime_r_proto>, C<awk>
14218588
GS
10984
10985=item b
10986
849d92fd 10987C<baserev>, C<bash>, C<bin>, C<binexp>, C<bison>, C<byacc>, C<byteorder>
14218588
GS
10988
10989=item c
10990
10991C<c>, C<castflags>, C<cat>, C<cc>, C<cccdlflags>, C<ccdlflags>, C<ccflags>,
93d73c42
JH
10992C<ccflags_uselargefiles>, C<ccname>, C<ccsymbols>, C<ccversion>, C<cf_by>,
10993C<cf_email>, C<cf_time>, C<charsize>, C<chgrp>, C<chmod>, C<chown>,
772ff3b9
JH
10994C<clocktype>, C<comm>, C<compress>, C<contains>, C<cp>, C<cpio>, C<cpp>,
10995C<cpp_stuff>, C<cppccsymbols>, C<cppflags>, C<cpplast>, C<cppminus>,
b2deec1d
JH
10996C<cpprun>, C<cppstdin>, C<cppsymbols>, C<crypt_r_proto>, C<cryptlib>,
10997C<csh>, C<ctermid_r_proto>, C<ctime_r_proto>
14218588
GS
10998
10999=item d
11000
2a551100
JH
11001C<d__fwalk>, C<d_access>, C<d_accessx>, C<d_aintl>, C<d_alarm>,
11002C<d_archlib>, C<d_asctime_r>, C<d_atolf>, C<d_atoll>, C<d_attribut>,
11003C<d_bcmp>, C<d_bcopy>, C<d_bsd>, C<d_bsdgetpgrp>, C<d_bsdsetpgrp>,
11004C<d_bzero>, C<d_casti32>, C<d_castneg>, C<d_charvspr>, C<d_chown>,
11005C<d_chroot>, C<d_chsize>, C<d_class>, C<d_closedir>, C<d_cmsghdr_s>,
11006C<d_const>, C<d_copysignl>, C<d_crypt>, C<d_crypt_r>, C<d_csh>,
11007C<d_ctermid_r>, C<d_ctime_r>, C<d_cuserid>, C<d_dbl_dig>,
11008C<d_dbminitproto>, C<d_difftime>, C<d_dirfd>, C<d_dirnamlen>, C<d_dlerror>,
11009C<d_dlopen>, C<d_dlsymun>, C<d_dosuid>, C<d_drand48_r>, C<d_drand48proto>,
11010C<d_dup2>, C<d_eaccess>, C<d_endgrent>, C<d_endgrent_r>, C<d_endhent>,
11011C<d_endhostent_r>, C<d_endnent>, C<d_endnetent_r>, C<d_endpent>,
11012C<d_endprotoent_r>, C<d_endpwent>, C<d_endpwent_r>, C<d_endsent>,
11013C<d_endservent_r>, C<d_eofnblk>, C<d_eunice>, C<d_faststdio>, C<d_fchdir>,
11014C<d_fchmod>, C<d_fchown>, C<d_fcntl>, C<d_fcntl_can_lock>, C<d_fd_macros>,
11015C<d_fd_set>, C<d_fds_bits>, C<d_fgetpos>, C<d_finite>, C<d_finitel>,
11016C<d_flexfnam>, C<d_flock>, C<d_flockproto>, C<d_fork>, C<d_fp_class>,
11017C<d_fpathconf>, C<d_fpclass>, C<d_fpclassify>, C<d_fpclassl>,
11018C<d_fpos64_t>, C<d_frexpl>, C<d_fs_data_s>, C<d_fseeko>, C<d_fsetpos>,
11019C<d_fstatfs>, C<d_fstatvfs>, C<d_fsync>, C<d_ftello>, C<d_ftime>,
11020C<d_Gconvert>, C<d_getcwd>, C<d_getespwnam>, C<d_getfsstat>, C<d_getgrent>,
11021C<d_getgrent_r>, C<d_getgrgid_r>, C<d_getgrnam_r>, C<d_getgrps>,
11022C<d_gethbyaddr>, C<d_gethbyname>, C<d_gethent>, C<d_gethname>,
11023C<d_gethostbyaddr_r>, C<d_gethostbyname_r>, C<d_gethostent_r>,
11024C<d_gethostprotos>, C<d_getitimer>, C<d_getlogin>, C<d_getlogin_r>,
11025C<d_getmnt>, C<d_getmntent>, C<d_getnbyaddr>, C<d_getnbyname>,
11026C<d_getnent>, C<d_getnetbyaddr_r>, C<d_getnetbyname_r>, C<d_getnetent_r>,
11027C<d_getnetprotos>, C<d_getpagsz>, C<d_getpbyname>, C<d_getpbynumber>,
11028C<d_getpent>, C<d_getpgid>, C<d_getpgrp2>, C<d_getpgrp>, C<d_getppid>,
11029C<d_getprior>, C<d_getprotobyname_r>, C<d_getprotobynumber_r>,
11030C<d_getprotoent_r>, C<d_getprotoprotos>, C<d_getprpwnam>, C<d_getpwent>,
11031C<d_getpwent_r>, C<d_getpwnam_r>, C<d_getpwuid_r>, C<d_getsbyname>,
11032C<d_getsbyport>, C<d_getsent>, C<d_getservbyname_r>, C<d_getservbyport_r>,
11033C<d_getservent_r>, C<d_getservprotos>, C<d_getspnam>, C<d_getspnam_r>,
11034C<d_gettimeod>, C<d_gmtime_r>, C<d_gnulibc>, C<d_grpasswd>, C<d_hasmntopt>,
11035C<d_htonl>, C<d_ilogbl>, C<d_index>, C<d_inetaton>, C<d_int64_t>,
11036C<d_isascii>, C<d_isfinite>, C<d_isinf>, C<d_isnan>, C<d_isnanl>,
11037C<d_killpg>, C<d_lchown>, C<d_ldbl_dig>, C<d_link>, C<d_localtime_r>,
11038C<d_locconv>, C<d_lockf>, C<d_longdbl>, C<d_longlong>, C<d_lseekproto>,
11039C<d_lstat>, C<d_madvise>, C<d_mblen>, C<d_mbstowcs>, C<d_mbtowc>,
11040C<d_memchr>, C<d_memcmp>, C<d_memcpy>, C<d_memmove>, C<d_memset>,
11041C<d_mkdir>, C<d_mkdtemp>, C<d_mkfifo>, C<d_mkstemp>, C<d_mkstemps>,
11042C<d_mktime>, C<d_mmap>, C<d_modfl>, C<d_modfl_pow32_bug>, C<d_modflproto>,
11043C<d_mprotect>, C<d_msg>, C<d_msg_ctrunc>, C<d_msg_dontroute>, C<d_msg_oob>,
11044C<d_msg_peek>, C<d_msg_proxy>, C<d_msgctl>, C<d_msgget>, C<d_msghdr_s>,
11045C<d_msgrcv>, C<d_msgsnd>, C<d_msync>, C<d_munmap>, C<d_mymalloc>,
11046C<d_nanosleep>, C<d_nice>, C<d_nl_langinfo>, C<d_nv_preserves_uv>,
11047C<d_off64_t>, C<d_old_pthread_create_joinable>, C<d_oldpthreads>,
11048C<d_oldsock>, C<d_open3>, C<d_pathconf>, C<d_pause>,
849d92fd
JH
11049C<d_perl_otherlibdirs>, C<d_phostname>, C<d_pipe>, C<d_poll>,
11050C<d_portable>, C<d_PRId64>, C<d_PRIeldbl>, C<d_PRIEUldbl>, C<d_PRIfldbl>,
11051C<d_PRIFUldbl>, C<d_PRIgldbl>, C<d_PRIGUldbl>, C<d_PRIi64>, C<d_PRIo64>,
11052C<d_PRIu64>, C<d_PRIx64>, C<d_PRIXU64>, C<d_procselfexe>,
8b9c797b
JH
11053C<d_pthread_atfork>, C<d_pthread_attr_setscope>, C<d_pthread_yield>,
11054C<d_pwage>, C<d_pwchange>, C<d_pwclass>, C<d_pwcomment>, C<d_pwexpire>,
11055C<d_pwgecos>, C<d_pwpasswd>, C<d_pwquota>, C<d_qgcvt>, C<d_quad>,
11056C<d_random_r>, C<d_readdir64_r>, C<d_readdir>, C<d_readdir_r>,
11057C<d_readlink>, C<d_readv>, C<d_recvmsg>, C<d_rename>, C<d_rewinddir>,
11058C<d_rmdir>, C<d_safebcpy>, C<d_safemcpy>, C<d_sanemcmp>, C<d_sbrkproto>,
11059C<d_scalbnl>, C<d_sched_yield>, C<d_scm_rights>, C<d_SCNfldbl>,
11060C<d_seekdir>, C<d_select>, C<d_sem>, C<d_semctl>, C<d_semctl_semid_ds>,
11061C<d_semctl_semun>, C<d_semget>, C<d_semop>, C<d_sendmsg>, C<d_setegid>,
11062C<d_seteuid>, C<d_setgrent>, C<d_setgrent_r>, C<d_setgrps>, C<d_sethent>,
11063C<d_sethostent_r>, C<d_setitimer>, C<d_setlinebuf>, C<d_setlocale>,
11064C<d_setlocale_r>, C<d_setnent>, C<d_setnetent_r>, C<d_setpent>,
11065C<d_setpgid>, C<d_setpgrp2>, C<d_setpgrp>, C<d_setprior>,
11066C<d_setproctitle>, C<d_setprotoent_r>, C<d_setpwent>, C<d_setpwent_r>,
11067C<d_setregid>, C<d_setresgid>, C<d_setresuid>, C<d_setreuid>, C<d_setrgid>,
11068C<d_setruid>, C<d_setsent>, C<d_setservent_r>, C<d_setsid>, C<d_setvbuf>,
11069C<d_sfio>, C<d_shm>, C<d_shmat>, C<d_shmatprototype>, C<d_shmctl>,
11070C<d_shmdt>, C<d_shmget>, C<d_sigaction>, C<d_sigprocmask>, C<d_sigsetjmp>,
11071C<d_sockatmark>, C<d_sockatmarkproto>, C<d_socket>, C<d_socklen_t>,
11072C<d_sockpair>, C<d_socks5_init>, C<d_sqrtl>, C<d_srand48_r>,
11073C<d_srandom_r>, C<d_sresgproto>, C<d_sresuproto>, C<d_statblks>,
11074C<d_statfs_f_flags>, C<d_statfs_s>, C<d_statvfs>, C<d_stdio_cnt_lval>,
11075C<d_stdio_ptr_lval>, C<d_stdio_ptr_lval_nochange_cnt>,
11076C<d_stdio_ptr_lval_sets_cnt>, C<d_stdio_stream_array>, C<d_stdiobase>,
11077C<d_stdstdio>, C<d_strchr>, C<d_strcoll>, C<d_strctcpy>, C<d_strerrm>,
11078C<d_strerror>, C<d_strerror_r>, C<d_strftime>, C<d_strtod>, C<d_strtol>,
11079C<d_strtold>, C<d_strtoll>, C<d_strtoq>, C<d_strtoul>, C<d_strtoull>,
11080C<d_strtouq>, C<d_strxfrm>, C<d_suidsafe>, C<d_symlink>, C<d_syscall>,
11081C<d_syscallproto>, C<d_sysconf>, C<d_sysernlst>, C<d_syserrlst>,
11082C<d_system>, C<d_tcgetpgrp>, C<d_tcsetpgrp>, C<d_telldir>,
11083C<d_telldirproto>, C<d_time>, C<d_times>, C<d_tm_tm_gmtoff>,
11084C<d_tm_tm_zone>, C<d_tmpnam_r>, C<d_truncate>, C<d_ttyname_r>, C<d_tzname>,
11085C<d_u32align>, C<d_ualarm>, C<d_umask>, C<d_uname>, C<d_union_semun>,
11086C<d_unordered>, C<d_usleep>, C<d_usleepproto>, C<d_ustat>, C<d_vendorarch>,
11087C<d_vendorbin>, C<d_vendorlib>, C<d_vendorscript>, C<d_vfork>,
11088C<d_void_closedir>, C<d_voidsig>, C<d_voidtty>, C<d_volatile>,
11089C<d_vprintf>, C<d_wait4>, C<d_waitpid>, C<d_wcstombs>, C<d_wctomb>,
11090C<d_writev>, C<d_xenix>, C<date>, C<db_hashtype>, C<db_prefixtype>,
11091C<db_version_major>, C<db_version_minor>, C<db_version_patch>,
11092C<defvoidused>, C<direntrytype>, C<dlext>, C<dlsrc>, C<doublesize>,
11093C<drand01>, C<drand48_r_proto>, C<dynamic_ext>
14218588
GS
11094
11095=item e
11096
b2deec1d
JH
11097C<eagain>, C<ebcdic>, C<echo>, C<egrep>, C<emacs>, C<endgrent_r_proto>,
11098C<endhostent_r_proto>, C<endnetent_r_proto>, C<endprotoent_r_proto>,
11099C<endpwent_r_proto>, C<endservent_r_proto>, C<eunicefix>, C<exe_ext>,
11100C<expr>, C<extensions>, C<extras>
14218588
GS
11101
11102=item f
11103
11104C<fflushall>, C<fflushNULL>, C<find>, C<firstmakefile>, C<flex>,
5440bc8e
JH
11105C<fpossize>, C<fpostype>, C<freetype>, C<from>, C<full_ar>, C<full_csh>,
11106C<full_sed>
14218588
GS
11107
11108=item g
11109
2a551100
JH
11110C<gccansipedantic>, C<gccosandvers>, C<gccversion>, C<getgrent_r_proto>,
11111C<getgrgid_r_proto>, C<getgrnam_r_proto>, C<gethostbyaddr_r_proto>,
11112C<gethostbyname_r_proto>, C<gethostent_r_proto>, C<getlogin_r_proto>,
11113C<getnetbyaddr_r_proto>, C<getnetbyname_r_proto>, C<getnetent_r_proto>,
11114C<getprotobyname_r_proto>, C<getprotobynumber_r_proto>,
11115C<getprotoent_r_proto>, C<getpwent_r_proto>, C<getpwnam_r_proto>,
11116C<getpwuid_r_proto>, C<getservbyname_r_proto>, C<getservbyport_r_proto>,
11117C<getservent_r_proto>, C<getspnam_r_proto>, C<gidformat>, C<gidsign>,
11118C<gidsize>, C<gidtype>, C<glibpth>, C<gmake>, C<gmtime_r_proto>,
11119C<gnulibc_version>, C<grep>, C<groupcat>, C<groupstype>, C<gzip>
14218588
GS
11120
11121=item h
11122
2a551100
JH
11123C<h_fcntl>, C<h_sysfile>, C<hint>, C<hostcat>, C<html1dir>, C<html1direxp>,
11124C<html3dir>, C<html3direxp>
14218588
GS
11125
11126=item i
11127
a45bd81d 11128C<i16size>, C<i16type>, C<i32size>, C<i32type>, C<i64size>, C<i64type>,
b2deec1d
JH
11129C<i8size>, C<i8type>, C<i_arpainet>, C<i_bsdioctl>, C<i_crypt>, C<i_db>,
11130C<i_dbm>, C<i_dirent>, C<i_dld>, C<i_dlfcn>, C<i_fcntl>, C<i_float>,
11131C<i_fp>, C<i_fp_class>, C<i_gdbm>, C<i_grp>, C<i_ieeefp>, C<i_inttypes>,
758a5d79
JH
11132C<i_langinfo>, C<i_libutil>, C<i_limits>, C<i_locale>, C<i_machcthr>,
11133C<i_malloc>, C<i_math>, C<i_memory>, C<i_mntent>, C<i_ndbm>, C<i_netdb>,
11134C<i_neterrno>, C<i_netinettcp>, C<i_niin>, C<i_poll>, C<i_prot>,
11135C<i_pthread>, C<i_pwd>, C<i_rpcsvcdbm>, C<i_sfio>, C<i_sgtty>, C<i_shadow>,
11136C<i_socks>, C<i_stdarg>, C<i_stddef>, C<i_stdlib>, C<i_string>,
11137C<i_sunmath>, C<i_sysaccess>, C<i_sysdir>, C<i_sysfile>, C<i_sysfilio>,
11138C<i_sysin>, C<i_sysioctl>, C<i_syslog>, C<i_sysmman>, C<i_sysmode>,
11139C<i_sysmount>, C<i_sysndir>, C<i_sysparam>, C<i_sysresrc>, C<i_syssecrt>,
11140C<i_sysselct>, C<i_syssockio>, C<i_sysstat>, C<i_sysstatfs>,
11141C<i_sysstatvfs>, C<i_systime>, C<i_systimek>, C<i_systimes>, C<i_systypes>,
11142C<i_sysuio>, C<i_sysun>, C<i_sysutsname>, C<i_sysvfs>, C<i_syswait>,
11143C<i_termio>, C<i_termios>, C<i_time>, C<i_unistd>, C<i_ustat>, C<i_utime>,
11144C<i_values>, C<i_varargs>, C<i_varhdr>, C<i_vfork>,
11145C<ignore_versioned_solibs>, C<inc_version_list>, C<inc_version_list_init>,
2a551100
JH
11146C<incpath>, C<inews>, C<installarchlib>, C<installbin>, C<installhtml1dir>,
11147C<installhtml3dir>, C<installman1dir>, C<installman3dir>, C<installprefix>,
11148C<installprefixexp>, C<installprivlib>, C<installscript>,
3ea77556
JH
11149C<installsitearch>, C<installsitebin>, C<installsitehtml1>,
11150C<installsitehtml3>, C<installsitelib>, C<installsiteman1>,
11151C<installsiteman3>, C<installsitescript>, C<installstyle>,
2a551100 11152C<installusrbinperl>, C<installvendorarch>, C<installvendorbin>,
3ea77556
JH
11153C<installvendorhtml1>, C<installvendorhtml3>, C<installvendorlib>,
11154C<installvendorman1>, C<installvendorman3>, C<installvendorscript>,
2a551100 11155C<intsize>, C<issymlink>, C<ivdformat>, C<ivsize>, C<ivtype>
14218588
GS
11156
11157=item k
11158
11159C<known_extensions>, C<ksh>
11160
11161=item l
11162
91331b4f
JH
11163C<ld>, C<lddlflags>, C<ldflags>, C<ldflags_uselargefiles>, C<ldlibpthname>,
11164C<less>, C<lib_ext>, C<libc>, C<libperl>, C<libpth>, C<libs>, C<libsdirs>,
11165C<libsfiles>, C<libsfound>, C<libspath>, C<libswanted>,
11166C<libswanted_uselargefiles>, C<line>, C<lint>, C<lkflags>, C<ln>, C<lns>,
b2deec1d
JH
11167C<localtime_r_proto>, C<locincpth>, C<loclibpth>, C<longdblsize>,
11168C<longlongsize>, C<longsize>, C<lp>, C<lpr>, C<ls>, C<lseeksize>,
11169C<lseektype>
14218588
GS
11170
11171=item m
11172
11173C<mail>, C<mailx>, C<make>, C<make_set_make>, C<mallocobj>, C<mallocsrc>,
11174C<malloctype>, C<man1dir>, C<man1direxp>, C<man1ext>, C<man3dir>,
11175C<man3direxp>, C<man3ext>
11176
11177=item M
11178
91331b4f 11179C<Mcc>, C<mips_type>, C<mkdir>, C<mmaptype>, C<modetype>, C<more>,
e993db8c
JH
11180C<multiarch>, C<mv>, C<myarchname>, C<mydomain>, C<myhostname>, C<myuname>
11181
11182=item n
11183
165c0277
JH
11184C<n>, C<need_va_copy>, C<netdb_hlen_type>, C<netdb_host_type>,
11185C<netdb_name_type>, C<netdb_net_type>, C<nm>, C<nm_opt>, C<nm_so_opt>,
e993db8c
JH
11186C<nonxs_ext>, C<nroff>, C<nv_preserves_uv_bits>, C<nveformat>,
11187C<nvEUformat>, C<nvfformat>, C<nvFUformat>, C<nvgformat>, C<nvGUformat>,
11188C<nvsize>, C<nvtype>
14218588
GS
11189
11190=item o
11191
11192C<o_nonblock>, C<obj_ext>, C<old_pthread_create_joinable>, C<optimize>,
d722968f 11193C<orderlib>, C<osname>, C<osvers>, C<otherlibdirs>
14218588
GS
11194
11195=item p
11196
694468e3 11197C<package>, C<pager>, C<passcat>, C<patchlevel>, C<path_sep>, C<perl5>,
5e1b1338 11198C<perl>, C<perl_patchlevel>
a45bd81d
GS
11199
11200=item P
11201
11202C<PERL_REVISION>, C<PERL_SUBVERSION>, C<PERL_VERSION>, C<perladmin>,
91331b4f
JH
11203C<perllibs>, C<perlpath>, C<pg>, C<phostname>, C<pidtype>, C<plibpth>,
11204C<pm_apiversion>, C<pmake>, C<pr>, C<prefix>, C<prefixexp>, C<privlib>,
34babc16 11205C<privlibexp>, C<procselfexe>, C<prototype>, C<ptrsize>
a45bd81d
GS
11206
11207=item q
11208
11209C<quadkind>, C<quadtype>
14218588
GS
11210
11211=item r
11212
b2deec1d
JH
11213C<randbits>, C<randfunc>, C<random_r_proto>, C<randseedtype>, C<ranlib>,
11214C<rd_nodata>, C<readdir64_r_proto>, C<readdir_r_proto>, C<revision>, C<rm>,
11215C<rmail>, C<run>, C<runnm>
14218588
GS
11216
11217=item s
11218
11219C<sched_yield>, C<scriptdir>, C<scriptdirexp>, C<sed>, C<seedfunc>,
b2deec1d
JH
11220C<selectminbits>, C<selecttype>, C<sendmail>, C<setgrent_r_proto>,
11221C<sethostent_r_proto>, C<setlocale_r_proto>, C<setnetent_r_proto>,
11222C<setprotoent_r_proto>, C<setpwent_r_proto>, C<setservent_r_proto>, C<sh>,
11223C<shar>, C<sharpbang>, C<shmattype>, C<shortsize>, C<shrpenv>, C<shsharp>,
11224C<sig_count>, C<sig_name>, C<sig_name_init>, C<sig_num>, C<sig_num_init>,
11225C<sig_size>, C<signal_t>, C<sitearch>, C<sitearchexp>, C<sitebin>,
3ea77556
JH
11226C<sitebinexp>, C<sitehtml1>, C<sitehtml1exp>, C<sitehtml3>,
11227C<sitehtml3exp>, C<sitelib>, C<sitelib_stem>, C<sitelibexp>, C<siteman1>,
11228C<siteman1exp>, C<siteman3>, C<siteman3exp>, C<siteprefix>,
2a551100
JH
11229C<siteprefixexp>, C<sitescript>, C<sitescriptexp>, C<sizesize>,
11230C<sizetype>, C<sleep>, C<smail>, C<so>, C<sockethdr>, C<socketlib>,
11231C<socksizetype>, C<sort>, C<spackage>, C<spitshell>, C<sPRId64>,
11232C<sPRIeldbl>, C<sPRIEUldbl>, C<sPRIfldbl>, C<sPRIFUldbl>, C<sPRIgldbl>,
11233C<sPRIGUldbl>, C<sPRIi64>, C<sPRIo64>, C<sPRIu64>, C<sPRIx64>, C<sPRIXU64>,
11234C<srand48_r_proto>, C<srandom_r_proto>, C<src>, C<sSCNfldbl>, C<ssizetype>,
11235C<startperl>, C<startsh>, C<static_ext>, C<stdchar>, C<stdio_base>,
11236C<stdio_bufsiz>, C<stdio_cnt>, C<stdio_filbuf>, C<stdio_ptr>,
11237C<stdio_stream_array>, C<strerror_r_proto>, C<strings>, C<submit>,
11238C<subversion>, C<sysman>
14218588
GS
11239
11240=item t
11241
5440bc8e 11242C<tail>, C<tar>, C<targetarch>, C<tbl>, C<tee>, C<test>, C<timeincl>,
b2deec1d
JH
11243C<timetype>, C<tmpnam_r_proto>, C<to>, C<touch>, C<tr>, C<trnl>, C<troff>,
11244C<ttyname_r_proto>
14218588
GS
11245
11246=item u
11247
a45bd81d
GS
11248C<u16size>, C<u16type>, C<u32size>, C<u32type>, C<u64size>, C<u64type>,
11249C<u8size>, C<u8type>, C<uidformat>, C<uidsign>, C<uidsize>, C<uidtype>,
2a551100
JH
11250C<uname>, C<uniq>, C<uquadtype>, C<use5005threads>, C<use64bitall>,
11251C<use64bitint>, C<usecrosscompile>, C<usedl>, C<usefaststdio>,
11252C<useithreads>, C<uselargefiles>, C<uselongdouble>, C<usemorebits>,
11253C<usemultiplicity>, C<usemymalloc>, C<usenm>, C<useopcode>, C<useperlio>,
11254C<useposix>, C<usereentrant>, C<usesfio>, C<useshrplib>, C<usesocks>,
11255C<usethreads>, C<usevendorprefix>, C<usevfork>, C<usrinc>, C<uuname>,
11256C<uvoformat>, C<uvsize>, C<uvtype>, C<uvuformat>, C<uvxformat>,
11257C<uvXUformat>
14218588
GS
11258
11259=item v
11260
b38f6a39 11261C<vendorarch>, C<vendorarchexp>, C<vendorbin>, C<vendorbinexp>,
3ea77556
JH
11262C<vendorhtml1>, C<vendorhtml1exp>, C<vendorhtml3>, C<vendorhtml3exp>,
11263C<vendorlib>, C<vendorlib_stem>, C<vendorlibexp>, C<vendorman1>,
11264C<vendorman1exp>, C<vendorman3>, C<vendorman3exp>, C<vendorprefix>,
2a551100
JH
11265C<vendorprefixexp>, C<vendorscript>, C<vendorscriptexp>, C<version>,
11266C<version_patchlevel_string>, C<versiononly>, C<vi>, C<voidflags>
14218588
GS
11267
11268=item x
11269
694468e3 11270C<xlibpth>, C<xs_apiversion>
14218588 11271
fc6a272d
JH
11272=item y
11273
5e1b1338 11274C<yacc>, C<yaccflags>
fc6a272d 11275
14218588
GS
11276=item z
11277
11278C<zcat>, C<zip>
11279
11280=back
11281
11282=item NOTE
11283
a45bd81d
GS
11284=back
11285
ab1e085c 11286=head2 Cwd - get pathname of current working directory
cb1a09d0 11287
d420ca49 11288=over 4
a45bd81d 11289
8ebc5c01 11290=item SYNOPSIS
cb1a09d0 11291
8ebc5c01 11292=item DESCRIPTION
cb1a09d0 11293
53d7eaa8
JH
11294=over 4
11295
11296=item getcwd and friends
11297
11298getcwd, cwd, fastcwd, fastgetcwd
11299
11300=item abs_path and friends
11301
11302abs_path, realpath, fast_abs_path
11303
11304=item $ENV{PWD}
11305
11306=back
11307
d0363f02
JH
11308=item NOTES
11309
53d7eaa8
JH
11310=item SEE ALSO
11311
a45bd81d
GS
11312=back
11313
14218588
GS
11314=head2 DB - programmatic interface to the Perl debugging API (draft,
11315subject to
11316change)
11317
d420ca49 11318=over 4
a45bd81d 11319
14218588
GS
11320=item SYNOPSIS
11321
11322=item DESCRIPTION
11323
d420ca49 11324=over 4
14218588
GS
11325
11326=item Global Variables
11327
11328 $DB::sub, %DB::sub, $DB::single, $DB::signal, $DB::trace, @DB::args,
11329@DB::dbline, %DB::dbline, $DB::package, $DB::filename, $DB::subname,
11330$DB::lineno
11331
11332=item API Methods
11333
11334CLIENT->register(), CLIENT->evalcode(STRING), CLIENT->skippkg('D::hide'),
11335CLIENT->run(), CLIENT->step(), CLIENT->next(), CLIENT->done()
11336
11337=item Client Callback Methods
11338
11339CLIENT->init(), CLIENT->prestop([STRING]), CLIENT->stop(), CLIENT->idle(),
11340CLIENT->poststop([STRING]), CLIENT->evalcode(STRING), CLIENT->cleanup(),
11341CLIENT->output(LIST)
11342
11343=back
11344
11345=item BUGS
11346
11347=item AUTHOR
11348
a45bd81d
GS
11349=back
11350
d516a115 11351=head2 DB_File - Perl5 access to Berkeley DB version 1.x
cb1a09d0 11352
d420ca49 11353=over 4
a45bd81d 11354
cb1a09d0
AD
11355=item SYNOPSIS
11356
cb1a09d0
AD
11357=item DESCRIPTION
11358
8ebc5c01 11359B<DB_HASH>, B<DB_BTREE>, B<DB_RECNO>
cb1a09d0 11360
d420ca49 11361=over 4
cb1a09d0 11362
1fdc5aa6 11363=item Using DB_File with Berkeley DB version 2 or greater
d516a115 11364
68dc0745 11365=item Interface to Berkeley DB
cb1a09d0 11366
8ebc5c01 11367=item Opening a Berkeley DB Database File
cb1a09d0 11368
8ebc5c01 11369=item Default Parameters
cb1a09d0 11370
8ebc5c01 11371=item In Memory Databases
cb1a09d0
AD
11372
11373=back
11374
8ebc5c01 11375=item DB_HASH
cb1a09d0 11376
d420ca49 11377=over 4
cb1a09d0 11378
68dc0745 11379=item A Simple Example
cb1a09d0 11380
8ebc5c01 11381=back
cb1a09d0 11382
8ebc5c01 11383=item DB_BTREE
cb1a09d0 11384
d420ca49 11385=over 4
cb1a09d0 11386
8ebc5c01 11387=item Changing the BTREE sort order
cb1a09d0 11388
68dc0745 11389=item Handling Duplicate Keys
cb1a09d0 11390
68dc0745 11391=item The get_dup() Method
cb1a09d0 11392
14218588
GS
11393=item The find_dup() Method
11394
11395=item The del_dup() Method
11396
8ebc5c01 11397=item Matching Partial Keys
cb1a09d0 11398
8ebc5c01 11399=back
cb1a09d0 11400
8ebc5c01 11401=item DB_RECNO
cb1a09d0 11402
d420ca49 11403=over 4
cb1a09d0 11404
68dc0745 11405=item The 'bval' Option
cb1a09d0 11406
8ebc5c01 11407=item A Simple Example
cb1a09d0 11408
14218588 11409=item Extra RECNO Methods
cb1a09d0 11410
8ebc5c01 11411B<$X-E<gt>push(list) ;>, B<$value = $X-E<gt>pop ;>, B<$X-E<gt>shift>,
1fa7ca25
JH
11412B<$X-E<gt>unshift(list) ;>, B<$X-E<gt>length>, B<$X-E<gt>splice(offset,
11413length, elements);>
cb1a09d0 11414
8ebc5c01 11415=item Another Example
cb1a09d0 11416
8ebc5c01 11417=back
cb1a09d0 11418
8ebc5c01 11419=item THE API INTERFACE
cb1a09d0 11420
8ebc5c01 11421B<$status = $X-E<gt>get($key, $value [, $flags]) ;>, B<$status =
11422$X-E<gt>put($key, $value [, $flags]) ;>, B<$status = $X-E<gt>del($key [,
11423$flags]) ;>, B<$status = $X-E<gt>fd ;>, B<$status = $X-E<gt>seq($key,
11424$value, $flags) ;>, B<$status = $X-E<gt>sync([$flags]) ;>
cb1a09d0 11425
c76ac1ee
GS
11426=item DBM FILTERS
11427
11428B<filter_store_key>, B<filter_store_value>, B<filter_fetch_key>,
11429B<filter_fetch_value>
11430
d420ca49 11431=over 4
c76ac1ee
GS
11432
11433=item The Filter
11434
11435=item An Example -- the NULL termination problem.
11436
11437=item Another Example -- Key is a C int.
11438
11439=back
11440
8ebc5c01 11441=item HINTS AND TIPS
cb1a09d0 11442
d420ca49 11443=over 4
8ebc5c01 11444
a45bd81d
GS
11445=item Locking: The Trouble with fd
11446
11447=item Safe ways to lock a database
11448
11449B<Tie::DB_Lock>, B<Tie::DB_LockFile>, B<DB_File::Lock>
cb1a09d0 11450
68dc0745 11451=item Sharing Databases With C Applications
cb1a09d0 11452
68dc0745 11453=item The untie() Gotcha
4fdae800 11454
8ebc5c01 11455=back
cb1a09d0 11456
8ebc5c01 11457=item COMMON QUESTIONS
cb1a09d0 11458
d420ca49 11459=over 4
cb1a09d0 11460
8ebc5c01 11461=item Why is there Perl source in my database?
cb1a09d0 11462
8ebc5c01 11463=item How do I store complex data structures with DB_File?
cb1a09d0 11464
8ebc5c01 11465=item What does "Invalid Argument" mean?
cb1a09d0 11466
8ebc5c01 11467=item What does "Bareword 'DB_File' not allowed" mean?
cb1a09d0 11468
8ebc5c01 11469=back
cb1a09d0 11470
c76ac1ee
GS
11471=item REFERENCES
11472
8ebc5c01 11473=item HISTORY
cb1a09d0 11474
8ebc5c01 11475=item BUGS
cb1a09d0 11476
8ebc5c01 11477=item AVAILABILITY
cb1a09d0 11478
d516a115
JH
11479=item COPYRIGHT
11480
8ebc5c01 11481=item SEE ALSO
cb1a09d0 11482
8ebc5c01 11483=item AUTHOR
cb1a09d0 11484
a45bd81d
GS
11485=back
11486
fb9cefb4
GS
11487=head2 Data::Dumper - stringified perl data structures, suitable for both
11488printing and C<eval>
11489
d420ca49 11490=over 4
a45bd81d 11491
fb9cefb4
GS
11492=item SYNOPSIS
11493
11494=item DESCRIPTION
11495
d420ca49 11496=over 4
fb9cefb4
GS
11497
11498=item Methods
11499
14218588 11500I<PACKAGE>->new(I<ARRAYREF [>, I<ARRAYREF]>), I<$OBJ>->Dump I<or>
b38f6a39
GS
11501I<PACKAGE>->Dump(I<ARRAYREF [>, I<ARRAYREF]>), I<$OBJ>->Seen(I<[HASHREF]>),
11502I<$OBJ>->Values(I<[ARRAYREF]>), I<$OBJ>->Names(I<[ARRAYREF]>),
11503I<$OBJ>->Reset
fb9cefb4
GS
11504
11505=item Functions
11506
b38f6a39 11507Dumper(I<LIST>)
fb9cefb4
GS
11508
11509=item Configuration Variables or Methods
11510
fb9cefb4
GS
11511=item Exports
11512
11513Dumper
11514
11515=back
11516
11517=item EXAMPLES
11518
11519=item BUGS
11520
11521=item AUTHOR
11522
11523=item VERSION
11524
11525=item SEE ALSO
11526
a45bd81d
GS
11527=back
11528
c76ac1ee
GS
11529=head2 Devel::DProf - a Perl code profiler
11530
d420ca49 11531=over 4
a45bd81d 11532
c76ac1ee
GS
11533=item SYNOPSIS
11534
11535=item DESCRIPTION
11536
11537=item PROFILE FORMAT
11538
11539=item AUTOLOAD
11540
11541=item ENVIRONMENT
11542
11543=item BUGS
11544
11545=item SEE ALSO
11546
a45bd81d
GS
11547=back
11548
2a551100 11549=head2 Devel::PPPort - Perl/Pollution/Portability
428dc699
JH
11550
11551=over 4
11552
11553=item SYNOPSIS
11554
11555=item DESCRIPTION
11556
11557=over 4
11558
11559=item WriteFile
11560
11561=back
11562
493a87da
JH
11563=item ppport.h
11564
428dc699
JH
11565=item AUTHOR
11566
11567=item SEE ALSO
11568
11569=back
11570
14218588
GS
11571=head2 Devel::Peek - A data debugging tool for the XS programmer
11572
d420ca49 11573=over 4
a45bd81d 11574
14218588
GS
11575=item SYNOPSIS
11576
11577=item DESCRIPTION
11578
d420ca49 11579=over 4
37d4d706 11580
07fcf8ff
JH
11581=item Runtime debugging
11582
37d4d706
JH
11583=item Memory footprint debugging
11584
11585=back
11586
14218588
GS
11587=item EXAMPLES
11588
d420ca49 11589=over 4
14218588
GS
11590
11591=item A simple scalar string
11592
11593=item A simple scalar number
11594
11595=item A simple scalar with an extra reference
11596
11597=item A reference to a simple scalar
11598
11599=item A reference to an array
11600
11601=item A reference to a hash
11602
11603=item Dumping a large array or hash
11604
11605=item A reference to an SV which holds a C pointer
11606
11607=item A reference to a subroutine
11608
11609=back
11610
11611=item EXPORTS
11612
11613=item BUGS
11614
11615=item AUTHOR
11616
11617=item SEE ALSO
11618
a45bd81d
GS
11619=back
11620
8ebc5c01 11621=head2 Devel::SelfStubber - generate stubs for a SelfLoading module
cb1a09d0 11622
d420ca49 11623=over 4
a45bd81d 11624
8ebc5c01 11625=item SYNOPSIS
cb1a09d0 11626
8ebc5c01 11627=item DESCRIPTION
cb1a09d0 11628
a45bd81d
GS
11629=back
11630
ab1e085c
JH
11631=head2 Digest:: - Modules that calculate message digests
11632
11633=over 4
11634
11635=item SYNOPSIS
11636
11637=item DESCRIPTION
11638
11639I<binary>, I<hex>, I<base64>
11640
11641=item OO INTERFACE
11642
11643$ctx = Digest->XXX($arg,...), $ctx = Digest->new(XXX => $arg,...), $ctx =
2a551100
JH
11644Digest::XXX->new($arg,...), $other_ctx = $ctx->clone, $ctx->reset,
11645$ctx->add($data,...), $ctx->addfile($io_handle), $ctx->digest,
11646$ctx->hexdigest, $ctx->b64digest
ab1e085c
JH
11647
11648=item SEE ALSO
11649
11650=item AUTHOR
11651
11652=back
11653
11654=head2 Digest::MD5 - Perl interface to the MD5 Algorithm
11655
11656=over 4
11657
11658=item SYNOPSIS
11659
11660=item DESCRIPTION
11661
11662=item FUNCTIONS
11663
11664md5($data,...), md5_hex($data,...), md5_base64($data,...)
11665
11666=item METHODS
11667
2a551100 11668$md5 = Digest::MD5->new, $md5->clone, $md5->reset, $md5->add($data,...),
ab1e085c
JH
11669$md5->addfile($io_handle), $md5->digest, $md5->hexdigest, $md5->b64digest
11670
11671=item EXAMPLES
11672
11673=item SEE ALSO
11674
11675=item COPYRIGHT
11676
11677=item AUTHORS
11678
11679=back
11680
8ebc5c01 11681=head2 DirHandle - supply object methods for directory handles
cb1a09d0 11682
d420ca49 11683=over 4
a45bd81d 11684
8ebc5c01 11685=item SYNOPSIS
cb1a09d0 11686
8ebc5c01 11687=item DESCRIPTION
cb1a09d0 11688
ac4dd294
JH
11689=item NOTES
11690
a45bd81d
GS
11691=back
11692
14218588
GS
11693=head2 Dumpvalue - provides screen dump of Perl data.
11694
d420ca49 11695=over 4
a45bd81d 11696
c76ac1ee 11697=item SYNOPSIS
14218588
GS
11698
11699=item DESCRIPTION
11700
d420ca49 11701=over 4
14218588
GS
11702
11703=item Creation
11704
11705C<arrayDepth>, C<hashDepth>, C<compactDump>, C<veryCompact>, C<globPrint>,
35bf961c
JH
11706C<dumpDBFiles>, C<dumpPackages>, C<dumpReused>, C<tick>, C<quoteHighBit>,
11707C<printUndef>, C<usageOnly>, unctrl, subdump, bareStringify, quoteHighBit,
14218588
GS
11708stopDbSignal
11709
11710=item Methods
11711
e993db8c
JH
11712dumpValue, dumpValues, stringify, dumpvars, set_quote, set_unctrl,
11713compactDump, veryCompact, set, get
14218588
GS
11714
11715=back
11716
a45bd81d
GS
11717=back
11718
14218588
GS
11719=head2 DynaLoader - Dynamically load C libraries into Perl code
11720
d420ca49 11721=over 4
a45bd81d 11722
14218588
GS
11723=item SYNOPSIS
11724
11725=item DESCRIPTION
11726
11727@dl_library_path, @dl_resolve_using, @dl_require_symbols, @dl_librefs,
11728@dl_modules, dl_error(), $dl_debug, dl_findfile(), dl_expandspec(),
2a551100 11729dl_load_file(), dl_unload_file(), dl_load_flags(), dl_find_symbol(),
14218588
GS
11730dl_find_symbol_anywhere(), dl_undef_symbols(), dl_install_xsub(),
11731bootstrap()
11732
11733=item AUTHOR
11734
a45bd81d
GS
11735=back
11736
11737=head2 DynaLoader::XSLoader, XSLoader - Dynamically load C libraries into
11738Perl code
11739
d420ca49 11740=over 4
a45bd81d
GS
11741
11742=item SYNOPSIS
11743
11744=item DESCRIPTION
11745
11746=item AUTHOR
11747
11748=back
11749
91331b4f
JH
11750=head2 Encode - character encodings
11751
d420ca49 11752=over 4
91331b4f 11753
2d967e39
JH
11754=item SYNOPSIS
11755
e993db8c
JH
11756=over 4
11757
11758=item Table of Contents
11759
11760=back
11761
2d967e39
JH
11762=item DESCRIPTION
11763
e993db8c
JH
11764=over 4
11765
11766=item TERMINOLOGY
11767
11768=back
11769
2d967e39
JH
11770=item PERL ENCODING API
11771
95fb7f7f
JH
11772$octets = encode(ENCODING, $string [, CHECK]), $string = decode(ENCODING,
11773$octets [, CHECK]), [$length =] from_to($octets, FROM_ENC, TO_ENC [,
11774CHECK]), $octets = encode_utf8($string);, $string = decode_utf8($octets [,
11775CHECK]);
e993db8c 11776
2d967e39
JH
11777=over 4
11778
e993db8c 11779=item Listing available encodings
91331b4f 11780
e993db8c
JH
11781=item Defining Aliases
11782
11783=back
11784
95fb7f7f 11785=item Encoding via PerlIO
fa1c7b03 11786
91331b4f
JH
11787=item Handling Malformed Data
11788
95fb7f7f
JH
11789I<CHECK> = Encode::FB_DEFAULT ( == 0), I<CHECK> = Encode::FB_CROAK ( == 1),
11790I<CHECK> = Encode::FB_QUIET, I<CHECK> = Encode::FB_WARN, perlqq mode
11791(I<CHECK> = Encode::FB_PERLQQ), HTML charref mode (I<CHECK> =
11792Encode::FB_HTMLCREF), XML charref mode (I<CHECK> = Encode::FB_XMLCREF), The
11793bitmask
11794
11795=over 4
11796
11797=item Unimplemented fallback schemes
11798
11799=back
11800
fc6a272d
JH
11801=item Defining Encodings
11802
95fb7f7f
JH
11803=item The UTF-8 flag
11804
11805Goal #1:, Goal #2:, Goal #3:, Goal #4:
11806
11807=over 4
11808
2d967e39
JH
11809=item Messing with Perl's Internals
11810
fa1c7b03 11811is_utf8(STRING [, CHECK]), _utf8_on(STRING), _utf8_off(STRING)
2d967e39 11812
95fb7f7f
JH
11813=back
11814
fa1c7b03 11815=item SEE ALSO
2d967e39 11816
95fb7f7f
JH
11817=item MAINTAINER
11818
fa1c7b03
JH
11819=back
11820
d8416318 11821=head2 Encode::Alias - alias definitions to encodings
2d967e39
JH
11822
11823=over 4
11824
fa1c7b03 11825=item SYNOPSIS
2d967e39 11826
fa1c7b03
JH
11827=item DESCRIPTION
11828
11829As a simple string, As a qr// compiled regular expression, e.g.:, As a code
11830reference, e.g.:
11831
11832=over 4
11833
95fb7f7f 11834=item Alias overloading
2d967e39
JH
11835
11836=back
11837
11838=item SEE ALSO
11839
91331b4f
JH
11840=back
11841
e993db8c 11842=head2 Encode::Byte - Single Byte Encodings
fe9287c4 11843
80327a3d
JH
11844=over 4
11845
e993db8c 11846=item SYNOPSIS
fa1c7b03 11847
e993db8c 11848=item ABSTRACT
80327a3d 11849
e993db8c 11850=item DESCRIPTION
80327a3d 11851
e993db8c 11852=item SEE ALSO
80327a3d 11853
e993db8c 11854=back
80327a3d 11855
2a551100 11856=head2 Encode::CJKConstants -- Internally used by Encode::??::ISO_2022_*
80327a3d 11857
e993db8c 11858=head2 Encode::CN - China-based Chinese Encodings
80327a3d 11859
e993db8c 11860=over 4
fa1c7b03 11861
e993db8c 11862=item SYNOPSIS
fa1c7b03 11863
e993db8c 11864=item DESCRIPTION
fa1c7b03 11865
e993db8c 11866=item NOTES
fa1c7b03 11867
e993db8c 11868=item BUGS
fa1c7b03 11869
e993db8c 11870=item SEE ALSO
80327a3d
JH
11871
11872=back
11873
e993db8c 11874=head2 Encode::CN::HZ -- internally used by Encode::CN
80327a3d 11875
95fb7f7f
JH
11876=head2 Encode::Config -- internally used by Encode
11877
e993db8c 11878=head2 Encode::EBCDIC - EBCDIC Encodings
fe9287c4 11879
e993db8c 11880=over 4
80327a3d 11881
e993db8c 11882=item SYNOPSIS
80327a3d 11883
e993db8c 11884=item ABSTRACT
80327a3d 11885
e993db8c 11886=item DESCRIPTION
fa1c7b03 11887
e993db8c 11888=item SEE ALSO
80327a3d
JH
11889
11890=back
11891
e993db8c 11892=head2 Encode::Encoding - Encode Implementation Base Class
fa1c7b03 11893
e993db8c 11894=over 4
fa1c7b03 11895
e993db8c 11896=item SYNOPSIS
fa1c7b03 11897
e993db8c 11898=item DESCRIPTION
fa1c7b03 11899
95fb7f7f
JH
11900=over 4
11901
11902=item Methods you should implement
11903
2a551100
JH
11904-E<gt>encode($string [,$check]), -E<gt>decode($octets [,$check]),
11905-E<gt>cat_decode($destination, $octets, $offset, $terminator [,$check])
95fb7f7f
JH
11906
11907=item Other methods defined in Encode::Encodings
11908
8b9c797b 11909-E<gt>name, -E<gt>renew, -E<gt>perlio_ok(), -E<gt>needs_lines()
95fb7f7f
JH
11910
11911=item Example: Encode::ROT13
11912
11913=back
11914
11915=item Why the heck Encode API is different?
80327a3d
JH
11916
11917=over 4
11918
fa1c7b03 11919=item Compiled Encodings
80327a3d 11920
fa1c7b03 11921=back
80327a3d
JH
11922
11923=item SEE ALSO
11924
d8416318 11925Scheme 1, Scheme 2, Other Schemes
80327a3d 11926
d8416318 11927=back
e993db8c 11928
95fb7f7f
JH
11929=head2 Encode::Guess -- Guesses encoding from data
11930
11931=over 4
11932
11933=item SYNOPSIS
11934
11935=item ABSTRACT
11936
11937=item DESCRIPTION
11938
11939Encode::Guess->set_suspects, Encode::Guess->add_suspects,
11940Encode::decode("Guess" ...), Encode::Guess->guess($data),
11941guess_encoding($data, [, I<list of suspects>])
11942
11943=item CAVEATS
11944
849d92fd
JH
11945=item TO DO
11946
95fb7f7f
JH
11947=item SEE ALSO
11948
11949=back
11950
e993db8c 11951=head2 Encode::JP - Japanese Encodings
80327a3d
JH
11952
11953=over 4
11954
11955=item SYNOPSIS
11956
e993db8c 11957=item ABSTRACT
80327a3d 11958
e993db8c 11959=item DESCRIPTION
fa1c7b03 11960
e993db8c 11961=item Note on ISO-2022-JP(-1)?
fa1c7b03 11962
e993db8c 11963=item BUGS
fa1c7b03 11964
e993db8c 11965=item SEE ALSO
fa1c7b03
JH
11966
11967=back
80327a3d 11968
e993db8c
JH
11969=head2 Encode::JP::H2Z -- internally used by Encode::JP::2022_JP*
11970
d8416318 11971=head2 Encode::JP::JIS7 -- internally used by Encode::JP
e993db8c 11972
95fb7f7f
JH
11973=head2 Encode::KR - Korean Encodings
11974
11975=over 4
11976
11977=item SYNOPSIS
11978
11979=item DESCRIPTION
11980
11981=item BUGS
11982
11983=item SEE ALSO
11984
11985=back
11986
11987=head2 Encode::KR::2022_KR -- internally used by Encode::KR
11988
11989=head2 Encode::MIME::Header -- MIME 'B' and 'Q' header encoding
11990
11991=over 4
11992
11993=item SYNOPSIS
11994
11995=item ABSTRACT
11996
11997=item DESCRIPTION
11998
11999=item BUGS
12000
12001=item SEE ALSO
12002
12003=back
12004
12005=head2 Encode::PerlIO -- a detailed document on Encode and PerlIO
12006
12007=over 4
12008
12009=item Overview
12010
12011=item How does it work?
12012
2a551100 12013=item Line Buffering
95fb7f7f
JH
12014
12015=over 4
12016
95fb7f7f
JH
12017=item How can I tell whether my encoding fully supports PerlIO ?
12018
12019=back
12020
12021=item SEE ALSO
12022
12023=back
12024
12025=head2 Encode::Supported -- Encodings supported by Encode
165c0277
JH
12026
12027=over 4
12028
12029=item DESCRIPTION
12030
fa1c7b03 12031=over 4
165c0277 12032
fa1c7b03 12033=item Encoding Names
165c0277
JH
12034
12035=back
12036
fa1c7b03 12037=item Supported Encodings
165c0277
JH
12038
12039=over 4
12040
fa1c7b03 12041=item Built-in Encodings
165c0277 12042
d8416318
JH
12043=item Encode::Unicode -- other Unicode encodings
12044
e993db8c
JH
12045=item Encode::Byte -- Extended ASCII
12046
12047ISO-8859 and corresponding vendor mappings, KOI8 - De Facto Standard for
95fb7f7f 12048the Cyrillic world, gsm0338 - Hentai Latin 1
165c0277 12049
95fb7f7f 12050=item CJK: Chinese, Japanese, Korean (Multibyte)
165c0277 12051
fa1c7b03 12052Encode::CN -- Continental China, Encode::JP -- Japan, Encode::KR -- Korea,
849d92fd
JH
12053Encode::TW -- Taiwan, Encode::HanExtra -- More Chinese via CPAN,
12054Encode::JIS2K -- JIS X 0213 encodings via CPAN
165c0277 12055
fa1c7b03 12056=item Miscellaneous encodings
165c0277 12057
849d92fd 12058Encode::EBCDIC, Encode::Symbols, Encode::MIME::Header, Encode::Guess
cb1a09d0 12059
fa1c7b03 12060=back
a45bd81d 12061
e993db8c 12062=item Unsupported encodings
cb1a09d0 12063
95fb7f7f
JH
12064 ISO-2022-JP-2 [RFC1554], ISO-2022-CN [RFC1922], Various HP-UX encodings,
12065Cyrillic encoding ISO-IR-111, ISO-8859-8-1 [Hebrew], ISIRI 3342, Iran
12066System, ISIRI 2900 [Farsi], Thai encoding TCVN, Vietnamese encodings VPS,
12067Various Mac encodings, (Mac) Indic encodings
cb1a09d0 12068
e993db8c
JH
12069=item Encoding vs. Charset -- terminology
12070
12071=item Encoding Classification (by Anton Tagunov and Dan Kogai)
12072
12073=over 4
12074
12075=item Microsoft-related naming mess
12076
12077KS_C_5601-1987, GB2312, Big5, Shift_JIS
12078
12079=back
12080
12081=item Glossary
12082
12083character repertoire, coded character set (CCS), character encoding scheme
d8416318
JH
12084(CES), charset (in MIME context), EUC, ISO-2022, UCS, UCS-2, Unicode, UTF,
12085UTF-16
e993db8c
JH
12086
12087=item See Also
12088
12089=item References
12090
95fb7f7f 12091ECMA, ECMA-035 (eq C<ISO-2022>), IANA, Assigned Charset Names by IANA, ISO,
e993db8c
JH
12092RFC, UC, Unicode Glossary
12093
12094=over 4
12095
12096=item Other Notable Sites
12097
95fb7f7f
JH
12098czyborra.com, CJK.inf, Jungshik Shin's Hangul FAQ, debian.org:
12099"Introduction to i18n"
d8416318
JH
12100
12101=item Offline sources
12102
12103C<CJKV Information Processing> by Ken Lunde
e993db8c
JH
12104
12105=back
12106
12107=back
12108
12109=head2 Encode::Symbol - Symbol Encodings
12110
12111=over 4
12112
12113=item SYNOPSIS
12114
12115=item ABSTRACT
12116
12117=item DESCRIPTION
12118
12119=item SEE ALSO
12120
12121=back
12122
12123=head2 Encode::TW - Taiwan-based Chinese Encodings
12124
12125=over 4
12126
12127=item SYNOPSIS
12128
12129=item DESCRIPTION
12130
12131=item NOTES
12132
12133=item BUGS
12134
12135=item SEE ALSO
12136
12137=back
12138
95fb7f7f 12139=head2 Encode::Unicode -- Various Unicode Transformation Formats
e993db8c 12140
d8416318
JH
12141=over 4
12142
12143=item SYNOPSIS
12144
12145=item ABSTRACT
12146
12147L<http://www.unicode.org/glossary/> says:, Quick Reference
12148
12149=item Size, Endianness, and BOM
12150
12151=over 4
e993db8c 12152
95fb7f7f 12153=item by size
e993db8c 12154
95fb7f7f 12155=item by endianness
d8416318
JH
12156
12157BOM as integer when fetched in network byte order
12158
12159=back
12160
12161=item Surrogate Pairs
12162
12163=item SEE ALSO
12164
12165=back
12166
8b9c797b
JH
12167=head2 Encode::Unicode::UTF7 -- UTF-7 encoding
12168
12169=over 4
12170
12171=item SYNOPSIS
12172
12173=item ABSTRACT
12174
12175=item In Practice
12176
12177=item SEE ALSO
12178
12179=back
12180
d8416318 12181=head2 Encode::lib::Encode::Alias, Encode::Alias - alias definitions to
e993db8c
JH
12182encodings
12183
12184=over 4
12185
12186=item SYNOPSIS
12187
12188=item DESCRIPTION
12189
12190As a simple string, As a qr// compiled regular expression, e.g.:, As a code
12191reference, e.g.:
12192
12193=over 4
12194
95fb7f7f 12195=item Alias overloading
e993db8c
JH
12196
12197=back
12198
12199=item SEE ALSO
12200
12201=back
12202
2a551100 12203=head2 Encode::lib::Encode::CJKConstants, Encode::CJKConstants.pm --
e993db8c
JH
12204Internally used by Encode::??::ISO_2022_*
12205
12206=head2 Encode::lib::Encode::CN::HZ, Encode::CN::HZ -- internally used by
12207Encode::CN
12208
95fb7f7f
JH
12209=head2 Encode::lib::Encode::Config, Encode::Config -- internally used by
12210Encode
12211
e993db8c
JH
12212=head2 Encode::lib::Encode::Encoding, Encode::Encoding - Encode
12213Implementation Base Class
12214
12215=over 4
12216
12217=item SYNOPSIS
12218
12219=item DESCRIPTION
12220
95fb7f7f
JH
12221=over 4
12222
12223=item Methods you should implement
12224
2a551100
JH
12225-E<gt>encode($string [,$check]), -E<gt>decode($octets [,$check]),
12226-E<gt>cat_decode($destination, $octets, $offset, $terminator [,$check])
95fb7f7f
JH
12227
12228=item Other methods defined in Encode::Encodings
12229
8b9c797b 12230-E<gt>name, -E<gt>renew, -E<gt>perlio_ok(), -E<gt>needs_lines()
95fb7f7f
JH
12231
12232=item Example: Encode::ROT13
12233
12234=back
12235
12236=item Why the heck Encode API is different?
e993db8c
JH
12237
12238=over 4
12239
12240=item Compiled Encodings
12241
12242=back
12243
12244=item SEE ALSO
12245
d8416318 12246Scheme 1, Scheme 2, Other Schemes
e993db8c 12247
d8416318 12248=back
e993db8c 12249
95fb7f7f
JH
12250=head2 Encode::lib::Encode::Guess, Encode::Guess -- Guesses encoding from
12251data
12252
12253=over 4
12254
12255=item SYNOPSIS
12256
12257=item ABSTRACT
12258
12259=item DESCRIPTION
12260
12261Encode::Guess->set_suspects, Encode::Guess->add_suspects,
12262Encode::decode("Guess" ...), Encode::Guess->guess($data),
12263guess_encoding($data, [, I<list of suspects>])
12264
12265=item CAVEATS
12266
849d92fd
JH
12267=item TO DO
12268
95fb7f7f
JH
12269=item SEE ALSO
12270
12271=back
12272
e993db8c
JH
12273=head2 Encode::lib::Encode::JP::H2Z, Encode::JP::H2Z -- internally used by
12274Encode::JP::2022_JP*
12275
d8416318
JH
12276=head2 Encode::lib::Encode::JP::JIS7, Encode::JP::JIS7 -- internally used
12277by Encode::JP
e993db8c 12278
95fb7f7f
JH
12279=head2 Encode::lib::Encode::KR::2022_KR, Encode::KR::2022_KR -- internally
12280used by Encode::KR
12281
12282=head2 Encode::lib::Encode::MIME::Header, Encode::MIME::Header -- MIME 'B'
12283and 'Q' header encoding
12284
12285=over 4
12286
12287=item SYNOPSIS
12288
12289=item ABSTRACT
12290
12291=item DESCRIPTION
12292
12293=item BUGS
12294
12295=item SEE ALSO
12296
12297=back
12298
12299=head2 Encode::lib::Encode::PerlIO, Encode::PerlIO -- a detailed document
12300on Encode and PerlIO
12301
12302=over 4
12303
12304=item Overview
12305
12306=item How does it work?
12307
2a551100 12308=item Line Buffering
95fb7f7f
JH
12309
12310=over 4
12311
95fb7f7f
JH
12312=item How can I tell whether my encoding fully supports PerlIO ?
12313
12314=back
12315
12316=item SEE ALSO
12317
12318=back
12319
12320=head2 Encode::lib::Encode::Supported, Encode::Supported -- Encodings
12321supported by Encode
e993db8c
JH
12322
12323=over 4
12324
12325=item DESCRIPTION
12326
12327=over 4
12328
12329=item Encoding Names
12330
12331=back
12332
12333=item Supported Encodings
12334
12335=over 4
12336
12337=item Built-in Encodings
12338
d8416318
JH
12339=item Encode::Unicode -- other Unicode encodings
12340
e993db8c
JH
12341=item Encode::Byte -- Extended ASCII
12342
12343ISO-8859 and corresponding vendor mappings, KOI8 - De Facto Standard for
95fb7f7f 12344the Cyrillic world, gsm0338 - Hentai Latin 1
e993db8c 12345
95fb7f7f 12346=item CJK: Chinese, Japanese, Korean (Multibyte)
e993db8c
JH
12347
12348Encode::CN -- Continental China, Encode::JP -- Japan, Encode::KR -- Korea,
849d92fd
JH
12349Encode::TW -- Taiwan, Encode::HanExtra -- More Chinese via CPAN,
12350Encode::JIS2K -- JIS X 0213 encodings via CPAN
e993db8c
JH
12351
12352=item Miscellaneous encodings
12353
849d92fd 12354Encode::EBCDIC, Encode::Symbols, Encode::MIME::Header, Encode::Guess
e993db8c
JH
12355
12356=back
12357
12358=item Unsupported encodings
12359
95fb7f7f
JH
12360 ISO-2022-JP-2 [RFC1554], ISO-2022-CN [RFC1922], Various HP-UX encodings,
12361Cyrillic encoding ISO-IR-111, ISO-8859-8-1 [Hebrew], ISIRI 3342, Iran
12362System, ISIRI 2900 [Farsi], Thai encoding TCVN, Vietnamese encodings VPS,
12363Various Mac encodings, (Mac) Indic encodings
e993db8c
JH
12364
12365=item Encoding vs. Charset -- terminology
12366
12367=item Encoding Classification (by Anton Tagunov and Dan Kogai)
12368
12369=over 4
12370
12371=item Microsoft-related naming mess
12372
12373KS_C_5601-1987, GB2312, Big5, Shift_JIS
12374
12375=back
12376
12377=item Glossary
12378
12379character repertoire, coded character set (CCS), character encoding scheme
d8416318
JH
12380(CES), charset (in MIME context), EUC, ISO-2022, UCS, UCS-2, Unicode, UTF,
12381UTF-16
e993db8c
JH
12382
12383=item See Also
12384
12385=item References
12386
95fb7f7f 12387ECMA, ECMA-035 (eq C<ISO-2022>), IANA, Assigned Charset Names by IANA, ISO,
e993db8c
JH
12388RFC, UC, Unicode Glossary
12389
12390=over 4
12391
12392=item Other Notable Sites
12393
95fb7f7f
JH
12394czyborra.com, CJK.inf, Jungshik Shin's Hangul FAQ, debian.org:
12395"Introduction to i18n"
d8416318
JH
12396
12397=item Offline sources
12398
12399C<CJKV Information Processing> by Ken Lunde
e993db8c
JH
12400
12401=back
12402
12403=back
12404
8b9c797b
JH
12405=head2 Encode::lib::Encode::Unicode::UTF7, Encode::Unicode::UTF7 -- UTF-7
12406encoding
12407
12408=over 4
12409
12410=item SYNOPSIS
12411
12412=item ABSTRACT
12413
12414=item In Practice
12415
12416=item SEE ALSO
12417
12418=back
12419
d8416318
JH
12420=head2 Encode::lib::Encoder, Encode::Encoder -- Object Oriented Encoder
12421
12422=over 4
12423
12424=item SYNOPSIS
12425
d8416318
JH
12426=item ABSTRACT
12427
12428=item Description
12429
12430=over 4
e993db8c 12431
d8416318 12432=item Predefined Methods
e993db8c 12433
d8416318
JH
12434$e = Encode::Encoder-E<gt>new([$data, $encoding]);, encoder(),
12435$e-E<gt>data([$data]), $e-E<gt>encoding([$encoding]),
12436$e-E<gt>bytes([$encoding])
12437
12438=item Example: base64 transcoder
12439
95fb7f7f 12440=item Operator Overloading
d8416318
JH
12441
12442=back
12443
12444=item SEE ALSO
12445
12446=back
e993db8c 12447
95fb7f7f
JH
12448=head2 Encodencoding, encoding - allows you to write your script in
12449non-ascii or non-utf8
e993db8c
JH
12450
12451=over 4
12452
12453=item SYNOPSIS
12454
12455=item ABSTRACT
12456
2a551100
JH
12457=over 4
12458
12459=item Literal Conversions
12460
12461=item PerlIO layers for C<STD(IN|OUT)>
12462
12463=back
12464
12465=item FEATURES THAT REQUIRE 5.8.1
12466
12467"NON-EUC" doublebyte encodings, tr//, DATA pseudo-filehandle
12468
e993db8c
JH
12469=item USAGE
12470
d8416318 12471use encoding [I<ENCNAME>] ;, use encoding I<ENCNAME> [ STDIN =E<gt>
2a551100
JH
12472I<ENCNAME_IN> ...] ;, use encoding I<ENCNAME> Filter=E<gt>1;, no encoding;
12473
12474=item The Filter Option
12475
12476=over 4
12477
12478=item Filter-related changes at Encode version 1.87
12479
12480=back
e993db8c
JH
12481
12482=item CAVEATS
12483
12484=over 4
12485
12486=item NOT SCOPED
12487
12488=item DO NOT MIX MULTIPLE ENCODINGS
12489
2a551100 12490=item tr/// with ranges
e993db8c 12491
2a551100 12492Legend of characters above
d8416318 12493
2a551100 12494=back
d8416318 12495
e993db8c
JH
12496=item EXAMPLE - Greekperl
12497
12498=item KNOWN PROBLEMS
12499
2a551100
JH
12500literals in regex that are longer than 127 bytes, EBCDIC, format
12501
12502=item HISTORY
12503
e993db8c 12504=item SEE ALSO
694468e3 12505
a45bd81d
GS
12506=back
12507
d8416318
JH
12508=head2 Encoder, Encode::Encoder -- Object Oriented Encoder
12509
12510=over 4
12511
12512=item SYNOPSIS
12513
d8416318
JH
12514=item ABSTRACT
12515
12516=item Description
12517
12518=over 4
12519
12520=item Predefined Methods
12521
12522$e = Encode::Encoder-E<gt>new([$data, $encoding]);, encoder(),
12523$e-E<gt>data([$data]), $e-E<gt>encoding([$encoding]),
12524$e-E<gt>bytes([$encoding])
12525
12526=item Example: base64 transcoder
12527
95fb7f7f 12528=item Operator Overloading
d8416318
JH
12529
12530=back
12531
12532=item SEE ALSO
12533
12534=back
12535
fa1c7b03
JH
12536=head2 English - use nice English (or awk) names for ugly punctuation
12537variables
cb1a09d0 12538
d420ca49 12539=over 4
a45bd81d 12540
cb1a09d0
AD
12541=item SYNOPSIS
12542
cb1a09d0
AD
12543=item DESCRIPTION
12544
fa1c7b03 12545=item PERFORMANCE
cb1a09d0 12546
a45bd81d
GS
12547=back
12548
fa1c7b03
JH
12549=head2 Env - perl module that imports environment variables as scalars or
12550arrays
cb52f95f
JH
12551
12552=over 4
12553
12554=item SYNOPSIS
12555
12556=item DESCRIPTION
12557
fa1c7b03 12558=item LIMITATIONS
cb52f95f
JH
12559
12560=item AUTHOR
12561
cb52f95f
JH
12562=back
12563
e993db8c
JH
12564=head2 Errno - System errno constants
12565
12566=over 4
12567
12568=item SYNOPSIS
12569
12570=item DESCRIPTION
12571
12572=item CAVEATS
12573
12574=item AUTHOR
12575
12576=item COPYRIGHT
12577
12578=back
12579
8ebc5c01 12580=head2 Exporter - Implements default import method for modules
cb1a09d0 12581
d420ca49 12582=over 4
a45bd81d 12583
8ebc5c01 12584=item SYNOPSIS
cb1a09d0 12585
8ebc5c01 12586=item DESCRIPTION
cb1a09d0 12587
d420ca49 12588=over 4
cb1a09d0 12589
c76ac1ee
GS
12590=item How to Export
12591
8ebc5c01 12592=item Selecting What To Export
cb1a09d0 12593
f502af34
JH
12594=item How to Import
12595
12596C<use ModuleName;>, C<use ModuleName ();>, C<use ModuleName qw(...);>
12597
12598=back
12599
12600=item Advanced features
12601
12602=over 4
12603
8ebc5c01 12604=item Specialised Import Lists
cb1a09d0 12605
f502af34 12606=item Exporting without using Exporter's import method
d516a115 12607
8ebc5c01 12608=item Module Version Checking
cb1a09d0 12609
8ebc5c01 12610=item Managing Unknown Symbols
cb1a09d0 12611
8ebc5c01 12612=item Tag Handling Utility Functions
cb1a09d0 12613
80637b95
JH
12614=item Generating combined tags
12615
248e172a
JH
12616=item C<AUTOLOAD>ed Constants
12617
8ebc5c01 12618=back
cb1a09d0 12619
a45bd81d
GS
12620=back
12621
c76ac1ee
GS
12622=head2 Exporter::Heavy - Exporter guts
12623
d420ca49 12624=over 4
a45bd81d 12625
04b01f78 12626=item SYNOPSIS
c76ac1ee
GS
12627
12628=item DESCRIPTION
12629
a45bd81d
GS
12630=back
12631
68dc0745 12632=head2 ExtUtils::Command - utilities to replace common UNIX commands in
12633Makefiles etc.
12634
d420ca49 12635=over 4
a45bd81d 12636
dc848c6f 12637=item SYNOPSIS
68dc0745 12638
12639=item DESCRIPTION
12640
a45bd81d
GS
12641=back
12642
12643cat
12644
12645eqtime src dst
12646
e61ecf27 12647rm_rf files...
a45bd81d
GS
12648
12649rm_f files...
12650
12651touch files ..
12652
12653mv source... destination
12654
12655cp source... destination
12656
12657chmod mode files..
12658
12659mkpath directory..
12660
12661test_f file
12662
d420ca49 12663=over 4
68dc0745 12664
12665=item BUGS
12666
12667=item SEE ALSO
12668
12669=item AUTHOR
12670
a45bd81d
GS
12671=back
12672
e993db8c
JH
12673=head2 ExtUtils::Command::MM - Commands for the MM's to use in Makefiles
12674
12675=over 4
12676
12677=item SYNOPSIS
12678
12679=item DESCRIPTION
12680
12681B<test_harness>
12682
12683=back
12684
2a551100
JH
12685B<pod2man>
12686
12687B<warn_if_old_packlist>
12688
12689B<perllocal_install>
12690
12691B<uninstall>
12692
772ff3b9
JH
12693=head2 ExtUtils::Constant - generate XS code to import C header constants
12694
12695=over 4
12696
12697=item SYNOPSIS
12698
12699=item DESCRIPTION
12700
12701=item USAGE
12702
35bf961c 12703IV, UV, NV, PV, PVN, SV, YES, NO, UNDEF
772ff3b9
JH
12704
12705=item FUNCTIONS
12706
12707=back
12708
12709C_stringify NAME
12710
fa1c7b03
JH
12711perl_stringify NAME
12712
772ff3b9
JH
12713constant_types
12714
12715memEQ_clause NAME, CHECKED_AT, INDENT
12716
9038e305 12717assign INDENT, TYPE, PRE, POST, VALUE..
2ef53570 12718
4f233aa4 12719return_clause
772ff3b9 12720
ac4dd294
JH
12721switch_clause INDENT, NAMELEN, ITEMHASH, ITEM..
12722
772ff3b9
JH
12723params WHAT
12724
ac4dd294 12725dump_names
2ef53570 12726
35bf961c
JH
12727dogfood
12728
9038e305 12729C_constant, name, type, value, macro, default, pre, post, def_pre =item
fa1c7b03 12730def_post, utf8
772ff3b9
JH
12731
12732XS_constant PACKAGE, TYPES, SUBNAME, C_SUBNAME
12733
2ef53570 12734autoload PACKAGE, VERSION, AUTOLOADER
772ff3b9 12735
35bf961c
JH
12736WriteMakefileSnippet
12737
9038e305
JH
12738WriteConstants ATTRIBUTE =E<gt> VALUE [, ...], NAME, DEFAULT_TYPE,
12739BREAKOUT_AT, NAMES, C_FILE, XS_FILE, SUBNAME, C_SUBNAME
12740
772ff3b9
JH
12741=over 4
12742
12743=item AUTHOR
12744
12745=back
12746
8ebc5c01 12747=head2 ExtUtils::Embed - Utilities for embedding Perl in C/C++ applications
cb1a09d0 12748
d420ca49 12749=over 4
a45bd81d 12750
cb1a09d0
AD
12751=item SYNOPSIS
12752
cb1a09d0
AD
12753=item DESCRIPTION
12754
8ebc5c01 12755=item @EXPORT
cb1a09d0 12756
8ebc5c01 12757=item FUNCTIONS
cb1a09d0 12758
8ebc5c01 12759xsinit(), Examples, ldopts(), Examples, perl_inc(), ccflags(), ccdlflags(),
12760ccopts(), xsi_header(), xsi_protos(@modules), xsi_body(@modules)
cb1a09d0 12761
8ebc5c01 12762=item EXAMPLES
cb1a09d0 12763
8ebc5c01 12764=item SEE ALSO
cb1a09d0 12765
8ebc5c01 12766=item AUTHOR
cb1a09d0 12767
a45bd81d
GS
12768=back
12769
8ebc5c01 12770=head2 ExtUtils::Install - install files from here to there
cb1a09d0 12771
d420ca49 12772=over 4
a45bd81d 12773
8ebc5c01 12774=item SYNOPSIS
cb1a09d0 12775
8ebc5c01 12776=item DESCRIPTION
cb1a09d0 12777
2a551100
JH
12778=over 4
12779
12780=item Functions
12781
12782B<install>
12783
12784=back
12785
12786=back
12787
12788B<install_default> I<DISCOURAGED>
12789
12790B<uninstall>
12791
12792B<pm_to_blib>
12793
12794_autosplit
12795
12796=over 4
12797
12798=item ENVIRONMENT
12799
12800B<PERL_INSTALL_ROOT>
12801
12802=item AUTHOR
12803
12804=item LICENSE
12805
a45bd81d
GS
12806=back
12807
193fb0af
GS
12808=head2 ExtUtils::Installed - Inventory management of installed modules
12809
d420ca49 12810=over 4
a45bd81d 12811
193fb0af
GS
12812=item SYNOPSIS
12813
12814=item DESCRIPTION
12815
12816=item USAGE
12817
12818=item FUNCTIONS
12819
12820new(), modules(), files(), directories(), directory_tree(), validate(),
12821packlist(), version()
12822
fb9cefb4
GS
12823=item EXAMPLE
12824
193fb0af
GS
12825=item AUTHOR
12826
a45bd81d
GS
12827=back
12828
8ebc5c01 12829=head2 ExtUtils::Liblist - determine libraries to use and how to use them
cb1a09d0 12830
d420ca49 12831=over 4
a45bd81d 12832
8ebc5c01 12833=item SYNOPSIS
cb1a09d0 12834
8ebc5c01 12835=item DESCRIPTION
cb1a09d0 12836
e993db8c
JH
12837For static extensions, For dynamic extensions at build/link time, For
12838dynamic extensions at load time
cb1a09d0 12839
d420ca49 12840=over 4
cb1a09d0 12841
8ebc5c01 12842=item EXTRALIBS
cb1a09d0 12843
8ebc5c01 12844=item LDLOADLIBS and LD_RUN_PATH
cb1a09d0 12845
8ebc5c01 12846=item BSLOADLIBS
cb1a09d0 12847
8ebc5c01 12848=back
cb1a09d0 12849
8ebc5c01 12850=item PORTABILITY
cb1a09d0 12851
d420ca49 12852=over 4
cb1a09d0 12853
8ebc5c01 12854=item VMS implementation
cb1a09d0 12855
3e3baf6d
TB
12856=item Win32 implementation
12857
8ebc5c01 12858=back
cb1a09d0 12859
8ebc5c01 12860=item SEE ALSO
cb1a09d0 12861
a45bd81d
GS
12862=back
12863
e993db8c
JH
12864=head2 ExtUtils::MM - OS adjusted ExtUtils::MakeMaker subclass
12865
12866=over 4
12867
12868=item SYNOPSIS
12869
12870=item DESCRIPTION
12871
12872=back
12873
12874=head2 ExtUtils::MM_Any - Platform agnostic MM methods
12875
12876=over 4
12877
12878=item SYNOPSIS
12879
12880=item DESCRIPTION
12881
12882=item Inherently Cross-Platform Methods
12883
2a551100
JH
12884os_flavor_is
12885
12886=back
12887
e993db8c
JH
12888=over 4
12889
2a551100 12890=item File::Spec wrappers
e993db8c 12891
2a551100 12892catfile
e993db8c
JH
12893
12894=back
12895
2a551100
JH
12896=over 4
12897
12898=item Thought To Be Cross-Platform Methods
12899
12900B<split_command>
12901
e993db8c
JH
12902=back
12903
2a551100 12904B<echo>
e993db8c 12905
2a551100 12906init_VERSION
e993db8c 12907
2a551100 12908wraplist
e993db8c 12909
2a551100 12910manifypods
e993db8c 12911
2a551100 12912manifypods_target
e993db8c 12913
2a551100 12914makemakerdflt_target
e993db8c 12915
2a551100
JH
12916special_targets
12917
12918POD2MAN_EXE_macro
12919
12920test_via_harness
12921
12922test_via_script
12923
12924libscan
12925
12926tool_autosplit
12927
12928all_target
12929
12930metafile_target
12931
12932metafile_addtomanifest_target
e993db8c
JH
12933
12934=over 4
12935
2a551100 12936=item Abstract methods
e993db8c 12937
2a551100
JH
12938oneliner, B<quote_literal>, B<escape_newlines>, max_exec_len,
12939B<init_others>, init_DIRFILESEP, init_linker, init_platform,
12940platform_constants
e993db8c
JH
12941
12942=back
12943
2a551100 12944os_flavor
e993db8c
JH
12945
12946=over 4
12947
12948=item AUTHOR
12949
12950=back
12951
f502af34
JH
12952=head2 ExtUtils::MM_BeOS - methods to override UN*X behaviour in
12953ExtUtils::MakeMaker
12954
12955=over 4
12956
12957=item SYNOPSIS
12958
12959=item DESCRIPTION
12960
12961=back
12962
2a551100
JH
12963os_flavor (o)
12964
12965init_linker
f502af34 12966
14218588
GS
12967=head2 ExtUtils::MM_Cygwin - methods to override UN*X behaviour in
12968ExtUtils::MakeMaker
12969
d420ca49 12970=over 4
a45bd81d 12971
14218588
GS
12972=item SYNOPSIS
12973
12974=item DESCRIPTION
12975
2a551100 12976os_flavor (o)
14218588 12977
a45bd81d
GS
12978=back
12979
2a551100
JH
12980cflags (o)
12981
12982replace_manpage_separator (o)
12983
12984init_linker
12985
e993db8c 12986=head2 ExtUtils::MM_DOS - DOS specific subclass of ExtUtils::MM_Unix
9038e305
JH
12987
12988=over 4
12989
12990=item SYNOPSIS
12991
12992=item DESCRIPTION
12993
e993db8c 12994=over 4
9038e305 12995
e993db8c 12996=item Overridden methods
9038e305 12997
2a551100 12998os_flavor
9038e305 12999
e993db8c 13000=back
9038e305 13001
e993db8c 13002=back
9038e305 13003
2a551100
JH
13004B<replace_manpage_separator>
13005
e993db8c 13006=over 4
9038e305 13007
e993db8c 13008=item AUTHOR
9038e305 13009
e993db8c 13010=item SEE ALSO
9038e305 13011
e993db8c 13012=back
9038e305 13013
849d92fd
JH
13014=head2 ExtUtils::MM_MacOS - methods to override UN*X behaviour in
13015ExtUtils::MakeMaker
13016
13017=over 4
13018
13019=item SYNOPSIS
13020
13021=item DESCRIPTION
13022
13023=back
13024
13025maybe_command
13026
13027guess_name
13028
13029macify
13030
13031patternify
13032
13033init_main
13034
13035init_others
13036
2a551100
JH
13037init_platform, platform_constants
13038
849d92fd
JH
13039init_dirscan
13040
2a551100 13041init_VERSION (o)
849d92fd 13042
2a551100 13043special_targets (o)
849d92fd
JH
13044
13045static (o)
13046
13047dlsyms (o)
13048
13049dynamic (o)
13050
13051clean (o)
13052
2a551100
JH
13053clean_subdirs_target
13054
849d92fd
JH
13055realclean (o)
13056
2a551100
JH
13057realclean_subdirs_target
13058
849d92fd
JH
13059rulez (o)
13060
13061processPL (o)
13062
2a551100
JH
13063os_flavor
13064
e993db8c
JH
13065=head2 ExtUtils::MM_NW5 - methods to override UN*X behaviour in
13066ExtUtils::MakeMaker
9038e305 13067
e993db8c 13068=over 4
9038e305 13069
e993db8c 13070=item SYNOPSIS
9038e305 13071
e993db8c 13072=item DESCRIPTION
9038e305 13073
e993db8c 13074=back
9038e305 13075
2a551100
JH
13076os_flavor
13077
13078init_platform (o), platform_constants
13079
13080const_cccmd (o)
9038e305 13081
849d92fd
JH
13082static_lib (o)
13083
e993db8c 13084dynamic_lib (o)
9038e305 13085
8ebc5c01 13086=head2 ExtUtils::MM_OS2 - methods to override UN*X behaviour in
13087ExtUtils::MakeMaker
cb1a09d0 13088
d420ca49 13089=over 4
a45bd81d 13090
8ebc5c01 13091=item SYNOPSIS
cb1a09d0 13092
8ebc5c01 13093=item DESCRIPTION
cb1a09d0 13094
4d4e713d
JH
13095=item METHODS
13096
2a551100
JH
13097init_dist (o)
13098
a45bd81d
GS
13099=back
13100
2a551100
JH
13101init_linker
13102
13103os_flavor
4d4e713d 13104
e993db8c 13105=head2 ExtUtils::MM_UWIN - U/WIN specific subclass of ExtUtils::MM_Unix
cb1a09d0 13106
d420ca49 13107=over 4
a45bd81d 13108
8ebc5c01 13109=item SYNOPSIS
cb1a09d0 13110
8ebc5c01 13111=item DESCRIPTION
cb1a09d0 13112
d420ca49 13113=over 4
cb1a09d0 13114
e993db8c 13115=item Overridden methods
cb1a09d0 13116
2a551100 13117os_flavor
cb1a09d0 13118
8ebc5c01 13119=back
cb1a09d0 13120
a45bd81d 13121=back
cb1a09d0 13122
2a551100
JH
13123B<replace_manpage_separator>
13124
e993db8c 13125=over 4
cb1a09d0 13126
e993db8c 13127=item AUTHOR
cb1a09d0 13128
e993db8c 13129=item SEE ALSO
cb1a09d0 13130
e993db8c 13131=back
cb1a09d0 13132
e993db8c
JH
13133=head2 ExtUtils::MM_Unix - methods used by ExtUtils::MakeMaker
13134
13135=over 4
13136
13137=item SYNOPSIS
13138
13139=item DESCRIPTION
13140
13141=item METHODS
13142
13143=back
cb1a09d0 13144
d420ca49 13145=over 4
cb1a09d0 13146
2a551100 13147=item Methods
cb1a09d0 13148
2a551100 13149os_flavor (o)
cb1a09d0 13150
8ebc5c01 13151=back
cb1a09d0 13152
2a551100
JH
13153c_o (o)
13154
a45bd81d 13155cflags (o)
68dc0745 13156
a45bd81d 13157clean (o)
68dc0745 13158
2a551100
JH
13159clean_subdirs_target
13160
a45bd81d 13161const_cccmd (o)
68dc0745 13162
a45bd81d 13163const_config (o)
68dc0745 13164
a45bd81d 13165const_loadlibs (o)
cb1a09d0 13166
a45bd81d 13167constants (o)
cb1a09d0 13168
a45bd81d 13169depend (o)
cb1a09d0 13170
a45bd81d 13171dir_target (o)
cb1a09d0 13172
2a551100
JH
13173init_dist
13174
a45bd81d 13175dist (o)
cb1a09d0 13176
a45bd81d 13177dist_basics (o)
cb1a09d0 13178
a45bd81d 13179dist_ci (o)
cb1a09d0 13180
a45bd81d 13181dist_core (o)
7d2bfb28 13182
2a551100
JH
13183B<dist_target>
13184
13185B<tardist_target>
13186
13187B<zipdist_target>
13188
13189B<tarfile_target>
13190
13191zipfile_target
13192
13193uutardist_target
13194
13195shdist_target
13196
13197distdir
7d2bfb28 13198
e993db8c 13199dist_test
7d2bfb28 13200
a45bd81d 13201dlsyms (o)
7d2bfb28 13202
a45bd81d 13203dynamic (o)
7d2bfb28 13204
a45bd81d 13205dynamic_bs (o)
7d2bfb28 13206
a45bd81d 13207dynamic_lib (o)
7d2bfb28 13208
a45bd81d 13209exescan
cb1a09d0 13210
a45bd81d 13211extliblist
cb1a09d0 13212
a45bd81d 13213find_perl
cb1a09d0 13214
95fb7f7f
JH
13215find_tests
13216
d420ca49 13217=over 4
cb1a09d0 13218
a45bd81d 13219=item Methods to actually produce chunks of text for the Makefile
cb1a09d0 13220
a45bd81d 13221fixin
cb1a09d0 13222
a45bd81d 13223=back
cb1a09d0 13224
a45bd81d 13225force (o)
d516a115 13226
a45bd81d 13227guess_name
cb1a09d0 13228
a45bd81d 13229has_link_code
14218588 13230
a45bd81d 13231init_dirscan
cb1a09d0 13232
2a551100
JH
13233init_DIRFILESEP
13234
a45bd81d 13235init_main
cb1a09d0 13236
a45bd81d 13237init_others
cb1a09d0 13238
e993db8c
JH
13239init_INST
13240
13241init_INSTALL
13242
2a551100
JH
13243init_linker
13244
95fb7f7f
JH
13245init_lib2arch
13246
e993db8c
JH
13247init_PERL
13248
2a551100
JH
13249init_platform (o), platform_constants (o)
13250
e993db8c
JH
13251init_PERM
13252
2a551100
JH
13253init_xs
13254
a45bd81d 13255install (o)
cb1a09d0 13256
a45bd81d 13257installbin (o)
cb1a09d0 13258
a45bd81d 13259linkext (o)
cb1a09d0 13260
a45bd81d 13261lsdir
cb1a09d0 13262
a45bd81d 13263macro (o)
cb1a09d0 13264
a45bd81d 13265makeaperl (o)
cb1a09d0 13266
a45bd81d 13267makefile (o)
cb1a09d0 13268
a45bd81d 13269maybe_command
14218588 13270
a45bd81d 13271needs_linking (o)
14218588 13272
a45bd81d 13273nicetext
14218588 13274
a45bd81d 13275parse_abstract
cb1a09d0 13276
e993db8c 13277parse_version
cb1a09d0 13278
e993db8c 13279pasthru (o)
cb1a09d0 13280
a45bd81d 13281perl_script
cb1a09d0 13282
a45bd81d 13283perldepend (o)
402d0d99 13284
a45bd81d 13285perm_rw (o)
402d0d99 13286
a45bd81d 13287perm_rwx (o)
402d0d99 13288
a45bd81d 13289pm_to_blib
193fb0af 13290
a45bd81d 13291post_constants (o)
193fb0af 13292
a45bd81d 13293post_initialize (o)
193fb0af 13294
a45bd81d 13295postamble (o)
193fb0af 13296
e993db8c
JH
13297ppd
13298
a45bd81d 13299prefixify
193fb0af 13300
a45bd81d 13301processPL (o)
193fb0af 13302
cb52f95f
JH
13303quote_paren
13304
a45bd81d 13305realclean (o)
fb9cefb4 13306
2a551100
JH
13307realclean_subdirs_target
13308
a45bd81d 13309replace_manpage_separator
193fb0af 13310
2a551100
JH
13311oneliner (o)
13312
13313quote_literal
13314
13315escape_newlines
13316
13317max_exec_len
13318
a45bd81d 13319static (o)
cb1a09d0 13320
a45bd81d
GS
13321static_lib (o)
13322
13323staticmake (o)
13324
13325subdir_x (o)
13326
13327subdirs (o)
13328
13329test (o)
13330
e993db8c 13331test_via_harness (override)
a45bd81d 13332
e993db8c 13333test_via_script (override)
a45bd81d 13334
a45bd81d
GS
13335tools_other (o)
13336
13337tool_xsubpp (o)
13338
2a551100
JH
13339all_target
13340
a45bd81d
GS
13341top_targets (o)
13342
13343writedoc
13344
13345xs_c (o)
13346
13347xs_cpp (o)
13348
13349xs_o (o)
13350
d420ca49 13351=over 4
a45bd81d
GS
13352
13353=item SEE ALSO
13354
13355=back
13356
13357=head2 ExtUtils::MM_VMS - methods to override UN*X behaviour in
13358ExtUtils::MakeMaker
13359
d420ca49 13360=over 4
a45bd81d
GS
13361
13362=item SYNOPSIS
13363
13364=item DESCRIPTION
13365
d420ca49 13366=over 4
a45bd81d
GS
13367
13368=item Methods always loaded
13369
13370wraplist
13371
13372=back
13373
13374=back
13375
d420ca49 13376=over 4
a45bd81d 13377
e993db8c 13378=item Methods
a45bd81d
GS
13379
13380guess_name (override)
13381
13382=back
13383
13384find_perl (override)
13385
a45bd81d
GS
13386maybe_command (override)
13387
a45bd81d
GS
13388perl_script (override)
13389
a45bd81d
GS
13390replace_manpage_separator
13391
2a551100
JH
13392init_DIRFILESEP
13393
e993db8c
JH
13394init_main (override)
13395
a45bd81d
GS
13396init_others (override)
13397
2a551100
JH
13398init_platform (override)
13399
13400platform_constants
13401
13402init_VERSION (override)
13403
a45bd81d
GS
13404constants (override)
13405
2a551100
JH
13406special_targets
13407
a45bd81d
GS
13408cflags (override)
13409
13410const_cccmd (override)
13411
a45bd81d
GS
13412tool_sxubpp (override)
13413
13414xsubpp_version (override)
13415
13416tools_other (override)
13417
2a551100 13418init_dist (override)
a45bd81d
GS
13419
13420c_o (override)
13421
13422xs_c (override)
13423
13424xs_o (override)
13425
a45bd81d
GS
13426dlsyms (override)
13427
13428dynamic_lib (override)
13429
13430dynamic_bs (override)
13431
13432static_lib (override)
13433
a45bd81d
GS
13434processPL (override)
13435
13436installbin (override)
13437
13438subdir_x (override)
13439
13440clean (override)
13441
2a551100
JH
13442clean_subdirs_target
13443
a45bd81d
GS
13444realclean (override)
13445
2a551100 13446zipfile_target (o), tarfile_target (o), shdist_target (o)
a45bd81d 13447
a45bd81d
GS
13448dist_test (override)
13449
13450install (override)
13451
13452perldepend (override)
13453
13454makefile (override)
13455
95fb7f7f
JH
13456find_tests (override)
13457
a45bd81d
GS
13458test (override)
13459
a45bd81d
GS
13460makeaperl (override)
13461
13462nicetext (override)
13463
95fb7f7f
JH
13464prefixify (override)
13465
2a551100
JH
13466oneliner (o)
13467
13468B<echo> (o)
13469
13470quote_literal
13471
13472escape_newlines
13473
13474max_exec_len
13475
13476init_linker (o)
13477
13478eliminate_macros
13479
13480fixpath
13481
13482os_flavor
13483
a45bd81d
GS
13484=head2 ExtUtils::MM_Win32 - methods to override UN*X behaviour in
13485ExtUtils::MakeMaker
13486
d420ca49 13487=over 4
a45bd81d
GS
13488
13489=item SYNOPSIS
13490
13491=item DESCRIPTION
13492
13493=back
13494
2a551100 13495=over 4
a45bd81d 13496
2a551100 13497=item Overridden methods
a45bd81d 13498
2a551100 13499B<dlsyms>
a45bd81d 13500
2a551100 13501=back
a45bd81d 13502
2a551100 13503replace_manpage_separator
a45bd81d 13504
2a551100 13505B<maybe_command>
a45bd81d 13506
2a551100 13507B<find_tests>
a45bd81d 13508
2a551100 13509B<init_DIRFILESEP>
a45bd81d 13510
2a551100 13511B<init_others>
a45bd81d 13512
2a551100 13513init_platform (o), platform_constants (o)
a45bd81d 13514
2a551100 13515special_targets (o)
a45bd81d 13516
2a551100 13517static_lib (o)
a45bd81d 13518
2a551100
JH
13519dynamic_lib (o)
13520
13521clean
13522
13523init_linker
13524
13525perl_script
13526
13527xs_o (o)
a45bd81d
GS
13528
13529pasthru (o)
13530
2a551100
JH
13531oneliner (o)
13532
13533max_exec_len
13534
13535os_flavor
13536
849d92fd
JH
13537=head2 ExtUtils::MM_Win95 - method to customize MakeMaker for Win9X
13538
13539=over 4
13540
13541=item SYNOPSIS
13542
13543=item DESCRIPTION
13544
2a551100
JH
13545=over 4
13546
13547=item Overriden methods
13548
13549dist_test
13550
13551=back
13552
13553=back
13554
13555subdir_x
13556
13557xs_c
13558
13559xs_cpp
13560
13561xs_o
13562
13563clean_subdirs_target
13564
13565realclean_subdirs_target
13566
13567max_exec_len
13568
13569os_flavor
13570
13571=over 4
13572
13573=item AUTHOR
13574
849d92fd
JH
13575=back
13576
e993db8c
JH
13577=head2 ExtUtils::MY - ExtUtils::MakeMaker subclass for customization
13578
13579=over 4
13580
13581=item SYNOPSIS
13582
13583=item DESCRIPTION
13584
13585=back
13586
2a551100 13587=head2 ExtUtils::MakeMaker - Create a module Makefile
a45bd81d 13588
d420ca49 13589=over 4
a45bd81d
GS
13590
13591=item SYNOPSIS
13592
13593=item DESCRIPTION
13594
d420ca49 13595=over 4
a45bd81d
GS
13596
13597=item How To Write A Makefile.PL
13598
13599=item Default Makefile Behaviour
13600
13601=item make test
13602
13603=item make testdb
13604
13605=item make install
13606
13607=item PREFIX and LIB attribute
13608
13609=item AFS users
13610
13611=item Static Linking of a new Perl Binary
13612
13613=item Determination of Perl Library and Installation Locations
13614
13615=item Which architecture dependent directory?
13616
13617=item Using Attributes and Parameters
13618
53d7eaa8 13619ABSTRACT, ABSTRACT_FROM, AUTHOR, BINARY_LOCATION, C, CCFLAGS, CONFIG,
2a551100
JH
13620CONFIGURE, DEFINE, DESTDIR, DIR, DISTNAME, DISTVNAME, DL_FUNCS, DL_VARS,
13621EXCLUDE_EXT, EXE_FILES, FIRST_MAKEFILE, FULLPERL, FULLPERLRUN,
13622FULLPERLRUNINST, FUNCLIST, H, IMPORTS, INC, INCLUDE_EXT, INSTALLARCHLIB,
13623INSTALLBIN, INSTALLDIRS, INSTALLMAN1DIR, INSTALLMAN3DIR, INSTALLPRIVLIB,
13624INSTALLSCRIPT, INSTALLSITEARCH, INSTALLSITEBIN, INSTALLSITELIB,
13625INSTALLSITEMAN1DIR, INSTALLSITEMAN3DIR, INSTALLVENDORARCH,
13626INSTALLVENDORBIN, INSTALLVENDORLIB, INSTALLVENDORMAN1DIR,
13627INSTALLVENDORMAN3DIR, INST_ARCHLIB, INST_BIN, INST_LIB, INST_MAN1DIR,
13628INST_MAN3DIR, INST_SCRIPT, LD, LDDLFLAGS, LDFROM, LIB, LIBPERL_A, LIBS,
13629LINKTYPE, MAKEAPERL, MAKEFILE_OLD, MAN1PODS, MAN3PODS, MAP_TARGET,
13630MYEXTLIB, NAME, NEEDS_LINKING, NOECHO, NORECURS, NO_VC, OBJECT, OPTIMIZE,
13631PERL, PERL_CORE, PERLMAINCC, PERL_ARCHLIB, PERL_LIB, PERL_MALLOC_OK,
13632PERLPREFIX, PERLRUN, PERLRUNINST, PERL_SRC, PERM_RW, PERM_RWX, PL_FILES,
13633PM, PMLIBDIRS, PM_FILTER, POLLUTE, PPM_INSTALL_EXEC, PPM_INSTALL_SCRIPT,
13634PREFIX, PREREQ_FATAL, PREREQ_PM, PREREQ_PRINT, PRINT_PREREQ, SITEPREFIX,
13635SKIP, TYPEMAPS, VENDORPREFIX, VERBINST, VERSION, VERSION_FROM, VERSION_SYM,
13636XS, XSOPT, XSPROTOARG, XS_VERSION
a45bd81d
GS
13637
13638=item Additional lowercase attributes
13639
13640clean, depend, dist, dynamic_lib, linkext, macro, realclean, test,
13641tool_autosplit
13642
13643=item Overriding MakeMaker Methods
13644
033348ab
JH
13645=item The End Of Cargo Cult Programming
13646
13647C<<MAN3PODS => ' '>>
13648
a45bd81d
GS
13649=item Hintsfile support
13650
13651=item Distribution Support
13652
13653 make distcheck, make skipcheck, make distclean, make manifest,
e993db8c
JH
13654 make distdir, make disttest, make tardist, make dist, make
13655uutardist, make shdist, make zipdist, make ci
a45bd81d
GS
13656
13657=item Disabling an extension
13658
2a551100
JH
13659=item Other Handy Functions
13660
13661prompt
13662
a45bd81d
GS
13663=back
13664
13665=item ENVIRONMENT
13666
1fdc5aa6 13667PERL_MM_OPT, PERL_MM_USE_DEFAULT
a45bd81d
GS
13668
13669=item SEE ALSO
13670
13671=item AUTHORS
13672
2a551100
JH
13673=item LICENSE
13674
a45bd81d
GS
13675=back
13676
2a551100
JH
13677=head2 ExtUtils::MakeMaker::FAQ - Frequently Asked Questions About
13678MakeMaker
13679
13680=over 4
13681
13682=item DESCRIPTION
13683
13684=over 4
13685
13686=item Philosophy and History
13687
13688Why not just use <insert other build config tool here>?, What's
13689Module::Build and how does it relate to MakeMaker?, pure perl. no make, no
13690shell commands, easier to customize, cleaner internals, less cruft
13691
8b9c797b
JH
13692=item Module Writing
13693
13694How do I keep my $VERSION up to date without resetting it manually?
13695
2a551100
JH
13696=item XS
13697
13698How to I prevent "object version X.XX does not match bootstrap parameter
13699Y.YY" errors?, How do I make two or more XS files coexist in the same
13700directory?
13701
13702=back
13703
13704=item PATCHING
13705
13706=item AUTHOR
13707
13708=item SEE ALSO
13709
13710=back
13711
13712=head2 ExtUtils::MakeMaker::Tutorial - Writing a module with MakeMaker
a45bd81d 13713
d420ca49 13714=over 4
a45bd81d
GS
13715
13716=item SYNOPSIS
13717
13718=item DESCRIPTION
13719
2a551100 13720=over 4
a45bd81d 13721
2a551100 13722=item The Mantra
a45bd81d 13723
2a551100 13724=item The Layout
a45bd81d 13725
2a551100
JH
13726Makefile.PL, MANIFEST, lib/, t/, Changes, README, INSTALL, MANIFEST.SKIP,
13727bin/
a45bd81d 13728
2a551100 13729=back
a45bd81d 13730
2a551100 13731=item SEE ALSO
165c0277 13732
2a551100 13733=back
165c0277 13734
8b9c797b
JH
13735=head2 ExtUtils::MakeMaker::bytes - Version agnostic bytes.pm
13736
13737=over 4
13738
13739=item SYNOPSIS
13740
13741=item DESCRIPTION
13742
13743=back
13744
2a551100 13745=head2 ExtUtils::MakeMaker::vmsish - Platform agnostic vmsish.pm
a45bd81d 13746
2a551100
JH
13747=over 4
13748
13749=item SYNOPSIS
13750
13751=item DESCRIPTION
a45bd81d
GS
13752
13753=back
13754
2a551100 13755=head2 ExtUtils::Manifest - utilities to write and check a MANIFEST file
e993db8c
JH
13756
13757=over 4
13758
13759=item SYNOPSIS
13760
13761=item DESCRIPTION
13762
2a551100
JH
13763=over 4
13764
13765=item Functions
13766
13767mkmanifest
13768
13769=back
13770
13771=back
13772
13773manifind
13774
13775manicheck
13776
13777filecheck
13778
13779fullcheck
13780
13781skipcheck
13782
13783maniread
13784
13785manicopy
13786
13787maniadd
13788
13789=over 4
13790
13791=item MANIFEST
13792
13793=item MANIFEST.SKIP
13794
13795=item EXPORT_OK
13796
13797=item GLOBAL VARIABLES
13798
13799=back
13800
13801=over 4
13802
13803=item DIAGNOSTICS
13804
13805C<Not in MANIFEST:> I<file>, C<Skipping> I<file>, C<No such file:> I<file>,
13806C<MANIFEST:> I<$!>, C<Added to MANIFEST:> I<file>
13807
13808=item ENVIRONMENT
13809
13810B<PERL_MM_MANIFEST_DEBUG>
13811
e993db8c
JH
13812=item SEE ALSO
13813
2a551100
JH
13814=item AUTHOR
13815
e993db8c
JH
13816=back
13817
8b9c797b
JH
13818=head2 ExtUtils::Miniperl, writemain - write the C code for perlmain.c
13819
13820=over 4
13821
13822=item SYNOPSIS
13823
13824=item DESCRIPTION
13825
13826=item SEE ALSO
13827
13828=back
13829
a45bd81d
GS
13830=head2 ExtUtils::Mkbootstrap - make a bootstrap file for use by DynaLoader
13831
d420ca49 13832=over 4
a45bd81d
GS
13833
13834=item SYNOPSIS
cb1a09d0 13835
8ebc5c01 13836=item DESCRIPTION
402d0d99 13837
a45bd81d
GS
13838=back
13839
13840=head2 ExtUtils::Mksymlists - write linker options files for dynamic
13841extension
13842
d420ca49 13843=over 4
a45bd81d
GS
13844
13845=item SYNOPSIS
13846
13847=item DESCRIPTION
13848
13849DLBASE, DL_FUNCS, DL_VARS, FILE, FUNCLIST, IMPORTS, NAME
13850
13851=item AUTHOR
13852
13853=item REVISION
13854
13855=back
13856
13857=head2 ExtUtils::Packlist - manage .packlist files
13858
d420ca49 13859=over 4
a45bd81d
GS
13860
13861=item SYNOPSIS
13862
13863=item DESCRIPTION
13864
13865=item USAGE
13866
13867=item FUNCTIONS
13868
13869new(), read(), write(), validate(), packlist_file()
13870
13871=item EXAMPLE
13872
13873=item AUTHOR
13874
13875=back
13876
13877=head2 ExtUtils::testlib - add blib/* directories to @INC
13878
d420ca49 13879=over 4
a45bd81d
GS
13880
13881=item SYNOPSIS
13882
13883=item DESCRIPTION
13884
13885=back
13886
d516a115
JH
13887=head2 Fatal - replace functions with equivalents which succeed or die
13888
d420ca49 13889=over 4
a45bd81d 13890
d516a115
JH
13891=item SYNOPSIS
13892
13893=item DESCRIPTION
13894
13895=item AUTHOR
13896
a45bd81d
GS
13897=back
13898
8ebc5c01 13899=head2 Fcntl - load the C Fcntl.h defines
cb1a09d0 13900
d420ca49 13901=over 4
a45bd81d 13902
8ebc5c01 13903=item SYNOPSIS
cb1a09d0 13904
8ebc5c01 13905=item DESCRIPTION
cb1a09d0 13906
8ebc5c01 13907=item NOTE
cb1a09d0 13908
8ebc5c01 13909=item EXPORTED SYMBOLS
cb1a09d0 13910
a45bd81d
GS
13911=back
13912
8ebc5c01 13913=head2 File::Basename, fileparse - split a pathname into pieces
7d2bfb28 13914
d420ca49 13915=over 4
a45bd81d 13916
7d2bfb28 13917=item SYNOPSIS
13918
7d2bfb28 13919=item DESCRIPTION
13920
8ebc5c01 13921fileparse_set_fstype, fileparse
7d2bfb28 13922
8ebc5c01 13923=item EXAMPLES
7d2bfb28 13924
8ebc5c01 13925C<basename>, C<dirname>
7d2bfb28 13926
a45bd81d
GS
13927=back
13928
8ebc5c01 13929=head2 File::CheckTree, validate - run many filetest checks on a tree
cb1a09d0 13930
d420ca49 13931=over 4
a45bd81d 13932
cb1a09d0
AD
13933=item SYNOPSIS
13934
cb1a09d0
AD
13935=item DESCRIPTION
13936
d8416318
JH
13937=item AUTHOR
13938
13939=item HISTORY
13940
a45bd81d
GS
13941=back
13942
8ebc5c01 13943=head2 File::Compare - Compare files or filehandles
cb1a09d0 13944
d420ca49 13945=over 4
a45bd81d 13946
8ebc5c01 13947=item SYNOPSIS
cb1a09d0 13948
8ebc5c01 13949=item DESCRIPTION
cb1a09d0 13950
8ebc5c01 13951=item RETURN
cb1a09d0 13952
8ebc5c01 13953=item AUTHOR
cb1a09d0 13954
a45bd81d
GS
13955=back
13956
8ebc5c01 13957=head2 File::Copy - Copy files or filehandles
cb1a09d0 13958
d420ca49 13959=over 4
a45bd81d 13960
8ebc5c01 13961=item SYNOPSIS
cb1a09d0 13962
8ebc5c01 13963=item DESCRIPTION
cb1a09d0 13964
d420ca49 13965=over 4
cb1a09d0 13966
14218588 13967=item Special behaviour if C<syscopy> is defined (OS/2, VMS and Win32)
cb1a09d0 13968
8ebc5c01 13969rmscopy($from,$to[,$date_flag])
cb1a09d0
AD
13970
13971=back
13972
8ebc5c01 13973=item RETURN
cb1a09d0 13974
ac4dd294
JH
13975=item NOTES
13976
8ebc5c01 13977=item AUTHOR
cb1a09d0 13978
a45bd81d
GS
13979=back
13980
3e3baf6d
TB
13981=head2 File::DosGlob - DOS like globbing and then some
13982
d420ca49 13983=over 4
a45bd81d 13984
3e3baf6d
TB
13985=item SYNOPSIS
13986
13987=item DESCRIPTION
13988
35bf961c
JH
13989=item NOTES
13990
3e3baf6d
TB
13991=item EXPORTS (by request only)
13992
13993=item BUGS
13994
13995=item AUTHOR
13996
13997=item HISTORY
13998
13999=item SEE ALSO
14000
a45bd81d
GS
14001=back
14002
f502af34 14003=head2 File::Find - Traverse a directory tree.
cb1a09d0 14004
d420ca49 14005=over 4
a45bd81d 14006
8ebc5c01 14007=item SYNOPSIS
cb1a09d0 14008
8ebc5c01 14009=item DESCRIPTION
cb1a09d0 14010
f502af34
JH
14011B<find>, B<finddepth>
14012
14013=over 4
14014
14015=item %options
14016
10862624 14017C<wanted>, C<bydepth>, C<preprocess>, C<postprocess>, C<follow>,
5d80033a
JH
14018C<follow_fast>, C<follow_skip>, C<dangling_symlinks>, C<no_chdir>,
14019C<untaint>, C<untaint_pattern>, C<untaint_skip>
a45bd81d 14020
f502af34
JH
14021=item The wanted function
14022
14023C<$File::Find::dir> is the current directory name,, C<$_> is the current
14024filename within that directory, C<$File::Find::name> is the complete
14025pathname to the file
14026
14027=back
14028
cb52f95f
JH
14029=item WARNINGS
14030
a45bd81d
GS
14031=item CAVEAT
14032
1fdc5aa6
JH
14033$dont_use_nlink, symlinks
14034
ac4dd294
JH
14035=item NOTES
14036
9038e305
JH
14037=item HISTORY
14038
a45bd81d
GS
14039=back
14040
14041=head2 File::Glob - Perl extension for BSD glob routine
d516a115 14042
d420ca49 14043=over 4
a45bd81d
GS
14044
14045=item SYNOPSIS
14046
14047=item DESCRIPTION
14048
41ca3a40
JH
14049C<GLOB_ERR>, C<GLOB_LIMIT>, C<GLOB_MARK>, C<GLOB_NOCASE>, C<GLOB_NOCHECK>,
14050C<GLOB_NOSORT>, C<GLOB_BRACE>, C<GLOB_NOMAGIC>, C<GLOB_QUOTE>,
14051C<GLOB_TILDE>, C<GLOB_CSH>, C<GLOB_ALPHASORT>
a45bd81d
GS
14052
14053=item DIAGNOSTICS
14054
14055C<GLOB_NOSPACE>, C<GLOB_ABEND>
14056
14057=item NOTES
14058
14059=item AUTHOR
14060
14061=back
14062
14063=head2 File::Path - create or remove directory trees
14064
d420ca49 14065=over 4
cb1a09d0 14066
8ebc5c01 14067=item SYNOPSIS
7d2bfb28 14068
14069=item DESCRIPTION
14070
8b9c797b
JH
14071=item DIAGNOSTICS
14072
8ebc5c01 14073=item AUTHORS
7d2bfb28 14074
a45bd81d
GS
14075=back
14076
fb9cefb4
GS
14077=head2 File::Spec - portably perform operations on file names
14078
d420ca49 14079=over 4
a45bd81d 14080
fb9cefb4
GS
14081=item SYNOPSIS
14082
14083=item DESCRIPTION
14084
53d7eaa8
JH
14085=item METHODS
14086
14087canonpath, catdir, catfile, curdir, devnull, rootdir, tmpdir, updir,
14088no_upwards, case_tolerant, file_name_is_absolute, path, join, splitpath,
35bf961c 14089splitdir, catpath(), abs2rel, rel2abs()
53d7eaa8 14090
fb9cefb4
GS
14091=item SEE ALSO
14092
14093=item AUTHORS
14094
a45bd81d
GS
14095=back
14096
04b01f78
JH
14097=head2 File::Spec::Cygwin - methods for Cygwin file specs
14098
14099=over 4
14100
14101=item SYNOPSIS
14102
14103=item DESCRIPTION
14104
14105=back
14106
2a551100
JH
14107canonpath
14108
14109file_name_is_absolute
14110
14111tmpdir (override)
14112
2cc61e15
DD
14113=head2 File::Spec::Epoc - methods for Epoc file specs
14114
14115=over 4
14116
14117=item SYNOPSIS
14118
14119=item DESCRIPTION
14120
35bf961c 14121canonpath()
2cc61e15 14122
fa1c7b03 14123=back
2cc61e15
DD
14124
14125=over 4
14126
14127=item SEE ALSO
14128
14129=back
14130
14218588
GS
14131=head2 File::Spec::Functions - portably perform operations on file names
14132
d420ca49 14133=over 4
a45bd81d 14134
14218588
GS
14135=item SYNOPSIS
14136
14137=item DESCRIPTION
14138
d420ca49 14139=over 4
14218588
GS
14140
14141=item Exports
14142
14143=back
14144
14145=item SEE ALSO
14146
a45bd81d
GS
14147=back
14148
35bf961c 14149=head2 File::Spec::Mac - File::Spec for Mac OS (Classic)
fb9cefb4 14150
d420ca49 14151=over 4
a45bd81d 14152
fb9cefb4
GS
14153=item SYNOPSIS
14154
14155=item DESCRIPTION
14156
14157=item METHODS
14158
a45bd81d
GS
14159canonpath
14160
14161=back
14162
35bf961c 14163catdir()
a45bd81d
GS
14164
14165catfile
14166
14167curdir
14168
14169devnull
14170
14171rootdir
14172
14173tmpdir
14174
14175updir
14176
14177file_name_is_absolute
14178
14179path
14180
694468e3
GS
14181splitpath
14182
14183splitdir
14184
1fdc5aa6 14185catpath
694468e3
GS
14186
14187abs2rel
14188
14189rel2abs
14190
d420ca49 14191=over 4
fb9cefb4 14192
35bf961c
JH
14193=item AUTHORS
14194
fb9cefb4
GS
14195=item SEE ALSO
14196
a45bd81d
GS
14197=back
14198
2a551100
JH
14199tmpdir
14200
04b01f78
JH
14201canonpath
14202
14203splitpath
14204
14205splitdir
14206
14207catpath
14208
fb9cefb4
GS
14209=head2 File::Spec::OS2 - methods for OS/2 file specs
14210
d420ca49 14211=over 4
a45bd81d 14212
fb9cefb4
GS
14213=item SYNOPSIS
14214
14215=item DESCRIPTION
14216
a45bd81d
GS
14217=back
14218
53d7eaa8
JH
14219=head2 File::Spec::Unix - File::Spec for Unix, base for other File::Spec
14220modules
fb9cefb4 14221
d420ca49 14222=over 4
a45bd81d 14223
fb9cefb4
GS
14224=item SYNOPSIS
14225
14226=item DESCRIPTION
14227
14228=item METHODS
14229
35bf961c 14230canonpath()
a45bd81d
GS
14231
14232=back
14233
35bf961c 14234catdir()
a45bd81d
GS
14235
14236catfile
14237
14238curdir
14239
14240devnull
14241
14242rootdir
14243
14244tmpdir
14245
14246updir
14247
14248no_upwards
14249
694468e3
GS
14250case_tolerant
14251
a45bd81d
GS
14252file_name_is_absolute
14253
14254path
14255
14256join
14257
14258splitpath
14259
14260splitdir
14261
35bf961c 14262catpath()
a45bd81d
GS
14263
14264abs2rel
14265
35bf961c 14266rel2abs()
a45bd81d 14267
d420ca49 14268=over 4
fb9cefb4
GS
14269
14270=item SEE ALSO
14271
a45bd81d
GS
14272=back
14273
fb9cefb4
GS
14274=head2 File::Spec::VMS - methods for VMS file specs
14275
d420ca49 14276=over 4
a45bd81d 14277
fb9cefb4
GS
14278=item SYNOPSIS
14279
14280=item DESCRIPTION
14281
a45bd81d
GS
14282eliminate_macros
14283
14284=back
14285
14286fixpath
c76ac1ee 14287
d420ca49 14288=over 4
fb9cefb4
GS
14289
14290=item Methods always loaded
14291
694468e3 14292canonpath (override)
fb9cefb4
GS
14293
14294=back
14295
694468e3
GS
14296catdir
14297
a45bd81d
GS
14298catfile
14299
14300curdir (override)
14301
14302devnull (override)
14303
14304rootdir (override)
14305
14306tmpdir (override)
14307
14308updir (override)
14309
694468e3
GS
14310case_tolerant (override)
14311
a45bd81d
GS
14312path (override)
14313
14314file_name_is_absolute (override)
14315
694468e3
GS
14316splitpath (override)
14317
14318splitdir (override)
14319
14320catpath (override)
14321
37590e52
GS
14322abs2rel (override)
14323
14324rel2abs (override)
14325
d420ca49 14326=over 4
a45bd81d 14327
14218588
GS
14328=item SEE ALSO
14329
a45bd81d
GS
14330=back
14331
fb9cefb4
GS
14332=head2 File::Spec::Win32 - methods for Win32 file specs
14333
d420ca49 14334=over 4
a45bd81d 14335
fb9cefb4
GS
14336=item SYNOPSIS
14337
14338=item DESCRIPTION
14339
a45bd81d
GS
14340devnull
14341
14342=back
14343
14344tmpdir
14345
14346catfile
14347
14348canonpath
14349
14350splitpath
14351
14352splitdir
14353
14354catpath
14355
d420ca49 14356=over 4
a45bd81d 14357
033348ab
JH
14358=item Note For File::Spec::Win32 Maintainers
14359
14360=back
14361
14362=over 4
14363
14218588 14364=item SEE ALSO
fb9cefb4 14365
a45bd81d
GS
14366=back
14367
d722968f
JH
14368=head2 File::Temp - return name and handle of a temporary file safely
14369
d420ca49 14370=over 4
d722968f 14371
a9ef4385
JH
14372=item PORTABILITY
14373
d722968f
JH
14374=item SYNOPSIS
14375
14376=item DESCRIPTION
14377
14378=back
14379
d420ca49 14380=over 4
d722968f
JH
14381
14382=item FUNCTIONS
14383
14384B<tempfile>
14385
14386=back
14387
14388B<tempdir>
14389
d420ca49 14390=over 4
d722968f
JH
14391
14392=item MKTEMP FUNCTIONS
14393
14394B<mkstemp>
14395
14396=back
14397
14398B<mkstemps>
14399
14400B<mkdtemp>
14401
14402B<mktemp>
14403
d420ca49 14404=over 4
d722968f
JH
14405
14406=item POSIX FUNCTIONS
14407
14408B<tmpnam>
14409
14410=back
14411
14412B<tmpfile>
14413
d420ca49 14414=over 4
d722968f
JH
14415
14416=item ADDITIONAL FUNCTIONS
14417
14418B<tempnam>
14419
14420=back
14421
d420ca49 14422=over 4
d722968f
JH
14423
14424=item UTILITY FUNCTIONS
14425
14426B<unlink0>
14427
14428=back
14429
d420ca49 14430=over 4
d722968f
JH
14431
14432=item PACKAGE VARIABLES
14433
14434B<safe_level>, STANDARD, MEDIUM, HIGH
14435
14436=back
14437
14438TopSystemUID
14439
d420ca49 14440=over 4
d722968f
JH
14441
14442=item WARNING
14443
165c0277
JH
14444=over 4
14445
14446=item Temporary files and NFS
14447
14448=back
14449
4755096e
GS
14450=item HISTORY
14451
14452=item SEE ALSO
14453
14454=item AUTHOR
14455
14456=back
14457
14458=head2 File::stat - by-name interface to Perl's built-in stat() functions
14459
d420ca49 14460=over 4
4755096e
GS
14461
14462=item SYNOPSIS
14463
14464=item DESCRIPTION
14465
a44e0ddd
JH
14466=item BUGS
14467
4755096e
GS
14468=item NOTE
14469
14470=item AUTHOR
14471
14472=back
14473
14474=head2 FileCache - keep more files open than the system permits
14475
d420ca49 14476=over 4
4755096e
GS
14477
14478=item SYNOPSIS
14479
14480=item DESCRIPTION
14481
d8416318
JH
14482cacheout EXPR, cacheout MODE, EXPR
14483
14484=item CAVEATS
14485
4755096e
GS
14486=item BUGS
14487
14488=back
14489
14490=head2 FileHandle - supply object methods for filehandles
14491
d420ca49 14492=over 4
4755096e
GS
14493
14494=item SYNOPSIS
14495
14496=item DESCRIPTION
14497
14498$fh->print, $fh->printf, $fh->getline, $fh->getlines
14499
14500=item SEE ALSO
14501
14502=back
14503
165c0277
JH
14504=head2 Filter::Simple - Simplified source filtering
14505
14506=over 4
14507
14508=item SYNOPSIS
14509
14510=item DESCRIPTION
14511
14512=over 4
14513
14514=item The Problem
14515
14516=item A Solution
14517
1fa7ca25
JH
14518=item Disabling or changing <no> behaviour
14519
14520=item All-in-one interface
14521
07fcf8ff
JH
14522=item Filtering only specific components of source code
14523
14524C<"code">, C<"executable">, C<"quotelike">, C<"string">, C<"regex">,
14525C<"all">
14526
14527=item Filtering only the code parts of source code
14528
14529Most source code ceases to be grammatically correct when it is broken up
14530into the pieces between string literals and regexes. So the C<'code'>
14531component filter behaves slightly differently from the other partial
14532filters
14533described in the previous section.
14534
34babc16
JH
14535=item Using Filter::Simple with an explicit C<import> subroutine
14536
53d7eaa8
JH
14537=item Using Filter::Simple and Exporter together
14538
165c0277
JH
14539=item How it works
14540
14541=back
14542
14543=item AUTHOR
14544
14545=item COPYRIGHT
14546
14547=back
14548
14549=head2 Filter::Util::Call - Perl Source Filter Utility Module
14550
14551=over 4
14552
ab648d5e
JH
14553=item SYNOPSIS
14554
165c0277
JH
14555=item DESCRIPTION
14556
14557=over 4
14558
14559=item B<use Filter::Util::Call>
14560
14561=item B<import()>
14562
14563=item B<filter() and anonymous sub>
14564
14565B<$_>, B<$status>, B<filter_read> and B<filter_read_exact>, B<filter_del>
14566
14567=back
14568
14569=item EXAMPLES
14570
14571=over 4
14572
14573=item Example 1: A simple filter.
14574
14575=item Example 2: Using the context
14576
14577=item Example 3: Using the context within the filter
14578
14579=item Example 4: Using filter_del
14580
14581=back
14582
4d4e713d
JH
14583=item Filter::Simple
14584
165c0277
JH
14585=item AUTHOR
14586
14587=item DATE
14588
14589=back
14590
4755096e
GS
14591=head2 FindBin - Locate directory of original perl script
14592
d420ca49 14593=over 4
4755096e
GS
14594
14595=item SYNOPSIS
14596
14597=item DESCRIPTION
14598
14599=item EXPORTABLE VARIABLES
14600
35bf961c
JH
14601=item KNOWN ISSUES
14602
4755096e
GS
14603=item KNOWN BUGS
14604
14605=item AUTHORS
14606
14607=item COPYRIGHT
14608
14609=back
14610
14611=head2 GDBM_File - Perl5 access to the gdbm library.
14612
d420ca49 14613=over 4
4755096e
GS
14614
14615=item SYNOPSIS
14616
14617=item DESCRIPTION
14618
14619=item AVAILABILITY
14620
14621=item BUGS
14622
14623=item SEE ALSO
14624
14625=back
14626
14627=head2 Getopt::Long - Extended processing of command line options
14628
d420ca49 14629=over 4
4755096e
GS
14630
14631=item SYNOPSIS
14632
14633=item DESCRIPTION
14634
14635=item Command Line Options, an Introduction
14636
14637=item Getting Started with Getopt::Long
14638
d420ca49 14639=over 4
4755096e
GS
14640
14641=item Simple options
14642
14643=item A little bit less simple options
14644
14645=item Mixing command line option with other arguments
14646
14647=item Options with values
14648
14649=item Options with multiple values
14650
14651=item Options with hash values
14652
14653=item User-defined subroutines to handle options
14654
14655=item Options with multiple names
14656
14657=item Case and abbreviations
14658
14659=item Summary of Option Specifications
14660
ff426ff2
JH
14661!, +, s, i, o, f, : I<type> [ I<desttype> ], : I<number> [ I<desttype> ], :
14662+ [ I<desttype> ]
4755096e
GS
14663
14664=back
14665
14666=item Advanced Possibilities
14667
d420ca49 14668=over 4
4755096e 14669
10862624
RF
14670=item Object oriented interface
14671
033348ab
JH
14672=item Thread Safety
14673
4755096e
GS
14674=item Documentation and help texts
14675
14676=item Storing options in a hash
14677
14678=item Bundling
14679
14680=item The lonesome dash
14681
1fdc5aa6 14682=item Argument callback
4755096e
GS
14683
14684=back
14685
14686=item Configuring Getopt::Long
14687
9fa7f388
JH
14688default, posix_default, auto_abbrev, getopt_compat, gnu_compat, gnu_getopt,
14689require_order, permute, bundling (default: disabled), bundling_override
14690(default: disabled), ignore_case (default: enabled), ignore_case_always
8b9c797b
JH
14691(default: disabled), auto_version (default:disabled), auto_help
14692(default:disabled), pass_through (default: disabled), prefix,
9fa7f388 14693prefix_pattern, debug (default: disabled)
4755096e 14694
8b9c797b
JH
14695=item Exportable Methods
14696
14697VersionMessage, C<-message>, C<-msg>, C<-exitval>, C<-output>, HelpMessage
14698
4755096e
GS
14699=item Return values and Errors
14700
14701=item Legacy
14702
d420ca49 14703=over 4
4755096e
GS
14704
14705=item Default destinations
14706
14707=item Alternative option starters
14708
14709=item Configuration variables
14710
14711=back
14712
10862624
RF
14713=item Trouble Shooting
14714
d420ca49 14715=over 4
10862624
RF
14716
14717=item Warning: Ignoring '!' modifier for short option
14718
14719=item GetOptions does not return a false result when an option is not
14720supplied
14721
1fdc5aa6
JH
14722=item GetOptions does not split the command line correctly
14723
8b9c797b
JH
14724=item Undefined subroutine &main::GetOptions called
14725
1fdc5aa6
JH
14726=item How do I put a "-?" option into a Getopt::Long?
14727
10862624
RF
14728=back
14729
4755096e
GS
14730=item AUTHOR
14731
14732=item COPYRIGHT AND DISCLAIMER
14733
14734=back
14735
14736=head2 Getopt::Std, getopt - Process single-character switches with switch
14737clustering
14738
d420ca49 14739=over 4
4755096e
GS
14740
14741=item SYNOPSIS
14742
14743=item DESCRIPTION
14744
2a551100
JH
14745=item C<--help> and C<--version>
14746
4755096e
GS
14747=back
14748
80327a3d
JH
14749=head2 Hash::Util - A selection of general-utility hash subroutines
14750
14751=over 4
14752
14753=item SYNOPSIS
14754
14755=item DESCRIPTION
14756
14757=over 4
14758
14759=item Restricted hashes
14760
14761lock_keys, unlock_keys
14762
14763=back
14764
14765=back
14766
14767lock_value, unlock_value
14768
14769B<lock_hash>, B<unlock_hash>
14770
14771=over 4
14772
2a551100
JH
14773=item CAVEATS
14774
80327a3d
JH
14775=item AUTHOR
14776
14777=item SEE ALSO
14778
14779=back
14780
4755096e
GS
14781=head2 I18N::Collate - compare 8-bit scalar data according to the current
14782locale
14783
d420ca49 14784=over 4
4755096e
GS
14785
14786=item SYNOPSIS
14787
14788=item DESCRIPTION
14789
14790=back
14791
772ff3b9
JH
14792=head2 I18N::LangTags - functions for dealing with RFC3066-style language
14793tags
14794
14795=over 4
14796
14797=item SYNOPSIS
14798
14799=item DESCRIPTION
14800
14801=back
14802
14803the function is_language_tag($lang1)
14804
14805the function extract_language_tags($whatever)
14806
14807the function same_language_tag($lang1, $lang2)
14808
14809the function similarity_language_tag($lang1, $lang2)
14810
14811the function is_dialect_of($lang1, $lang2)
14812
14813the function super_languages($lang1)
14814
14815the function locale2language_tag($locale_identifier)
14816
14817the function encode_language_tag($lang1)
14818
14819the function alternate_language_tags($lang1)
14820
4f233aa4
JH
14821the function @langs = panic_languages(@accept_languages)
14822
772ff3b9
JH
14823=over 4
14824
14825=item ABOUT LOWERCASING
14826
14827=item ABOUT UNICODE PLAINTEXT LANGUAGE TAGS
14828
14829=item SEE ALSO
14830
14831=item COPYRIGHT
14832
14833=item AUTHOR
14834
14835=back
14836
4f233aa4 14837=head2 I18N::LangTags::List -- tags and names for human languages
2ca5449f
JH
14838
14839=over 4
14840
14841=item SYNOPSIS
14842
4f233aa4
JH
14843=item DESCRIPTION
14844
2ca5449f
JH
14845=item ABOUT LANGUAGE TAGS
14846
14847=item LIST OF LANGUAGES
14848
4f233aa4
JH
14849{ab} : Abkhazian, {ace} : Achinese, {ach} : Acoli, {ada} : Adangme, {aa} :
14850Afar, {afh} : Afrihili, {af} : Afrikaans, [{afa} : Afro-Asiatic (Other)],
14851{aka} : Akan, {akk} : Akkadian, {sq} : Albanian, {ale} : Aleut, [{alg} :
14852Algonquian languages], [{tut} : Altaic (Other)], {am} : Amharic, {i-ami} :
14853Ami, [{apa} : Apache languages], {ar} : Arabic, {arc} : Aramaic, {arp} :
14854Arapaho, {arn} : Araucanian, {arw} : Arawak, {hy} : Armenian, [{art} :
14855Artificial (Other)], {as} : Assamese, [{ath} : Athapascan languages],
14856[{aus} : Australian languages], [{map} : Austronesian (Other)], {ava} :
14857Avaric, {ae} : Avestan, {awa} : Awadhi, {ay} : Aymara, {az} : Azerbaijani,
14858{ban} : Balinese, [{bat} : Baltic (Other)], {bal} : Baluchi, {bam} :
14859Bambara, [{bai} : Bamileke languages], {bad} : Banda, [{bnt} : Bantu
14860(Other)], {bas} : Basa, {ba} : Bashkir, {eu} : Basque, {btk} : Batak
14861(Indonesia), {bej} : Beja, {be} : Belarusian, {bem} : Bemba, {bn} :
14862Bengali, [{ber} : Berber (Other)], {bho} : Bhojpuri, {bh} : Bihari, {bik} :
14863Bikol, {bin} : Bini, {bi} : Bislama, {bs} : Bosnian, {bra} : Braj, {br} :
14864Breton, {bug} : Buginese, {bg} : Bulgarian, {i-bnn} : Bunun, {bua} :
14865Buriat, {my} : Burmese, {cad} : Caddo, {car} : Carib, {ca} : Catalan,
14866[{cau} : Caucasian (Other)], {ceb} : Cebuano, [{cel} : Celtic (Other)],
14867[{cai} : Central American Indian (Other)], {chg} : Chagatai, [{cmc} :
14868Chamic languages], {ch} : Chamorro, {ce} : Chechen, {chr} : Cherokee, {chy}
14869: Cheyenne, {chb} : Chibcha, {ny} : Chichewa, {zh} : Chinese, {chn} :
14870Chinook Jargon, {chp} : Chipewyan, {cho} : Choctaw, {cu} : Church Slavic,
14871{chk} : Chuukese, {cv} : Chuvash, {cop} : Coptic, {kw} : Cornish, {co} :
14872Corsican, {cre} : Cree, {mus} : Creek, [{cpe} : English-based Creoles and
14873pidgins (Other)], [{cpf} : French-based Creoles and pidgins (Other)],
14874[{cpp} : Portuguese-based Creoles and pidgins (Other)], [{crp} : Creoles
14875and pidgins (Other)], {hr} : Croatian, [{cus} : Cushitic (Other)], {cs} :
14876Czech, {dak} : Dakota, {da} : Danish, {day} : Dayak, {i-default} : Default
14877(Fallthru) Language, {del} : Delaware, {din} : Dinka, {div} : Divehi, {doi}
14878: Dogri, {dgr} : Dogrib, [{dra} : Dravidian (Other)], {dua} : Duala, {nl} :
14879Dutch, {dum} : Middle Dutch (ca.1050-1350), {dyu} : Dyula, {dz} : Dzongkha,
14880{efi} : Efik, {egy} : Ancient Egyptian, {eka} : Ekajuk, {elx} : Elamite,
14881{en} : English, {enm} : Old English (1100-1500), {ang} : Old English
14882(ca.450-1100), {eo} : Esperanto, {et} : Estonian, {ewe} : Ewe, {ewo} :
14883Ewondo, {fan} : Fang, {fat} : Fanti, {fo} : Faroese, {fj} : Fijian, {fi} :
14884Finnish, [{fiu} : Finno-Ugrian (Other)], {fon} : Fon, {fr} : French, {frm}
14885: Middle French (ca.1400-1600), {fro} : Old French (842-ca.1400), {fy} :
14886Frisian, {fur} : Friulian, {ful} : Fulah, {gaa} : Ga, {gd} : Scots Gaelic,
14887{gl} : Gallegan, {lug} : Ganda, {gay} : Gayo, {gba} : Gbaya, {gez} : Geez,
14888{ka} : Georgian, {de} : German, {gmh} : Middle High German (ca.1050-1500),
14889{goh} : Old High German (ca.750-1050), [{gem} : Germanic (Other)], {gil} :
14890Gilbertese, {gon} : Gondi, {gor} : Gorontalo, {got} : Gothic, {grb} :
14891Grebo, {grc} : Ancient Greek, {el} : Modern Greek, {gn} : Guarani, {gu} :
14892Gujarati, {gwi} : Gwich'in, {hai} : Haida, {ha} : Hausa, {haw} : Hawaiian,
14893{he} : Hebrew, {hz} : Herero, {hil} : Hiligaynon, {him} : Himachali, {hi} :
14894Hindi, {ho} : Hiri Motu, {hit} : Hittite, {hmn} : Hmong, {hu} : Hungarian,
14895{hup} : Hupa, {iba} : Iban, {is} : Icelandic, {ibo} : Igbo, {ijo} : Ijo,
14896{ilo} : Iloko, [{inc} : Indic (Other)], [{ine} : Indo-European (Other)],
14897{id} : Indonesian, {ia} : Interlingua (International Auxiliary Language
14898Association), {ie} : Interlingue, {iu} : Inuktitut, {ik} : Inupiaq, [{ira}
14899: Iranian (Other)], {ga} : Irish, {mga} : Middle Irish (900-1200), {sga} :
14900Old Irish (to 900), [{iro} : Iroquoian languages], {it} : Italian, {ja} :
14901Japanese, {jw} : Javanese, {jrb} : Judeo-Arabic, {jpr} : Judeo-Persian,
14902{kab} : Kabyle, {kac} : Kachin, {kl} : Kalaallisut, {kam} : Kamba, {kn} :
14903Kannada, {kau} : Kanuri, {kaa} : Kara-Kalpak, {kar} : Karen, {ks} :
14904Kashmiri, {kaw} : Kawi, {kk} : Kazakh, {kha} : Khasi, {km} : Khmer, [{khi}
14905: Khoisan (Other)], {kho} : Khotanese, {ki} : Kikuyu, {kmb} : Kimbundu,
14906{rw} : Kinyarwanda, {ky} : Kirghiz, {i-klingon} : Klingon, {kv} : Komi,
14907{kon} : Kongo, {kok} : Konkani, {ko} : Korean, {kos} : Kosraean, {kpe} :
14908Kpelle, {kro} : Kru, {kj} : Kuanyama, {kum} : Kumyk, {ku} : Kurdish, {kru}
14909: Kurukh, {kut} : Kutenai, {lad} : Ladino, {lah} : Lahnda, {lam} : Lamba,
14910{lo} : Lao, {la} : Latin, {lv} : Latvian, {lb} : Letzeburgesch, {lez} :
14911Lezghian, {ln} : Lingala, {lt} : Lithuanian, {nds} : Low German, {loz} :
14912Lozi, {lub} : Luba-Katanga, {lua} : Luba-Lulua, {lui} : Luiseno, {lun} :
14913Lunda, {luo} : Luo (Kenya and Tanzania), {lus} : Lushai, {mk} : Macedonian,
14914{mad} : Madurese, {mag} : Magahi, {mai} : Maithili, {mak} : Makasar, {mg} :
14915Malagasy, {ms} : Malay, {ml} : Malayalam, {mt} : Maltese, {mnc} : Manchu,
14916{mdr} : Mandar, {man} : Mandingo, {mni} : Manipuri, [{mno} : Manobo
14917languages], {gv} : Manx, {mi} : Maori, {mr} : Marathi, {chm} : Mari, {mh} :
14918Marshall, {mwr} : Marwari, {mas} : Masai, [{myn} : Mayan languages], {men}
14919: Mende, {mic} : Micmac, {min} : Minangkabau, {i-mingo} : Mingo, [{mis} :
14920Miscellaneous languages], {moh} : Mohawk, {mo} : Moldavian, [{mkh} :
14921Mon-Khmer (Other)], {lol} : Mongo, {mn} : Mongolian, {mos} : Mossi, [{mul}
14922: Multiple languages], [{mun} : Munda languages], {nah} : Nahuatl, {na} :
14923Nauru, {nv} : Navajo, {nd} : North Ndebele, {nr} : South Ndebele, {ng} :
14924Ndonga, {ne} : Nepali, {new} : Newari, {nia} : Nias, [{nic} :
14925Niger-Kordofanian (Other)], [{ssa} : Nilo-Saharan (Other)], {niu} : Niuean,
14926{non} : Old Norse, [{nai} : North American Indian], {se} : Northern Sami,
14927{no} : Norwegian, {nb} : Norwegian Bokmal, {nn} : Norwegian Nynorsk, [{nub}
14928: Nubian languages], {nym} : Nyamwezi, {nyn} : Nyankole, {nyo} : Nyoro,
14929{nzi} : Nzima, {oc} : Occitan (post 1500), {oji} : Ojibwa, {or} : Oriya,
14930{om} : Oromo, {osa} : Osage, {os} : Ossetian; Ossetic, [{oto} : Otomian
14931languages], {pal} : Pahlavi, {i-pwn} : Paiwan, {pau} : Palauan, {pi} :
14932Pali, {pam} : Pampanga, {pag} : Pangasinan, {pa} : Panjabi, {pap} :
14933Papiamento, [{paa} : Papuan (Other)], {fa} : Persian, {peo} : Old Persian
14934(ca.600-400 B.C.), [{phi} : Philippine (Other)], {phn} : Phoenician, {pon}
14935: Pohnpeian, {pl} : Polish, {pt} : Portuguese, [{pra} : Prakrit languages],
14936{pro} : Old Provencal (to 1500), {ps} : Pushto, {qu} : Quechua, {rm} :
14937Raeto-Romance, {raj} : Rajasthani, {rap} : Rapanui, {rar} : Rarotongan,
fa1c7b03
JH
14938[{qaa - qtz} : Reserved for local use.], [{roa} : Romance (Other)], {ro} :
14939Romanian, {rom} : Romany, {rn} : Rundi, {ru} : Russian, [{sal} : Salishan
14940languages], {sam} : Samaritan Aramaic, [{smi} : Sami languages (Other)],
14941{sm} : Samoan, {sad} : Sandawe, {sg} : Sango, {sa} : Sanskrit, {sat} :
14942Santali, {sc} : Sardinian, {sas} : Sasak, {sco} : Scots, {sel} : Selkup,
14943[{sem} : Semitic (Other)], {sr} : Serbian, {srr} : Serer, {shn} : Shan,
14944{sn} : Shona, {sid} : Sidamo, {sgn-...} : Sign Languages, {bla} : Siksika,
14945{sd} : Sindhi, {si} : Sinhalese, [{sit} : Sino-Tibetan (Other)], [{sio} :
14946Siouan languages], {den} : Slave (Athapascan), [{sla} : Slavic (Other)],
14947{sk} : Slovak, {sl} : Slovenian, {sog} : Sogdian, {so} : Somali, {son} :
14948Songhai, {snk} : Soninke, {wen} : Sorbian languages, {nso} : Northern
14949Sotho, {st} : Southern Sotho, [{sai} : South American Indian (Other)], {es}
14950: Spanish, {suk} : Sukuma, {sux} : Sumerian, {su} : Sundanese, {sus} :
14951Susu, {sw} : Swahili, {ss} : Swati, {sv} : Swedish, {syr} : Syriac, {tl} :
14952Tagalog, {ty} : Tahitian, [{tai} : Tai (Other)], {tg} : Tajik, {tmh} :
14953Tamashek, {ta} : Tamil, {i-tao} : Tao, {tt} : Tatar, {i-tay} : Tayal, {te}
14954: Telugu, {ter} : Tereno, {tet} : Tetum, {th} : Thai, {bo} : Tibetan, {tig}
14955: Tigre, {ti} : Tigrinya, {tem} : Timne, {tiv} : Tiv, {tli} : Tlingit,
14956{tpi} : Tok Pisin, {tkl} : Tokelau, {tog} : Tonga (Nyasa), {to} : Tonga
14957(Tonga Islands), {tsi} : Tsimshian, {ts} : Tsonga, {i-tsu} : Tsou, {tn} :
14958Tswana, {tum} : Tumbuka, {tr} : Turkish, {ota} : Ottoman Turkish
14959(1500-1928), {tk} : Turkmen, {tvl} : Tuvalu, {tyv} : Tuvinian, {tw} : Twi,
14960{uga} : Ugaritic, {ug} : Uighur, {uk} : Ukrainian, {umb} : Umbundu, {und} :
14961Undetermined, {ur} : Urdu, {uz} : Uzbek, {vai} : Vai, {ven} : Venda, {vi} :
14962Vietnamese, {vo} : Volapuk, {vot} : Votic, [{wak} : Wakashan languages],
14963{wal} : Walamo, {war} : Waray, {was} : Washo, {cy} : Welsh, {wo} : Wolof,
14964{x-...} : Unregistered (Semi-Private Use), {xh} : Xhosa, {sah} : Yakut,
14965{yao} : Yao, {yap} : Yapese, {yi} : Yiddish, {yo} : Yoruba, [{ypk} : Yupik
14966languages], {znd} : Zande, [{zap} : Zapotec], {zen} : Zenaga, {za} :
14967Zhuang, {zu} : Zulu, {zun} : Zuni
b38f6a39 14968
4755096e 14969=item SEE ALSO
b38f6a39 14970
e993db8c
JH
14971=item COPYRIGHT AND DISCLAIMER
14972
14973=item AUTHOR
14974
14975=back
14976
14977=head2 I18N::Langinfo - query locale information
14978
14979=over 4
14980
14981=item SYNOPSIS
14982
14983=item DESCRIPTION
14984
14985=over 4
14986
14987=item EXPORT
14988
14989=back
14990
14991=item SEE ALSO
14992
14993=item AUTHOR
14994
14995=item COPYRIGHT AND LICENSE
14996
14997=back
14998
14999=head2 IO - load various IO modules
15000
15001=over 4
15002
15003=item SYNOPSIS
15004
15005=item DESCRIPTION
15006
2a551100
JH
15007=item DEPRECATED
15008
e993db8c
JH
15009=back
15010
15011=head2 IO::Dir - supply object methods for directory handles
15012
15013=over 4
15014
15015=item SYNOPSIS
15016
15017=item DESCRIPTION
15018
15019new ( [ DIRNAME ] ), open ( DIRNAME ), read (), seek ( POS ), tell (),
15020rewind (), close (), tie %hash, IO::Dir, DIRNAME [, OPTIONS ]
15021
15022=item SEE ALSO
15023
15024=item AUTHOR
15025
15026=item COPYRIGHT
15027
15028=back
15029
15030=head2 IO::File - supply object methods for filehandles
15031
15032=over 4
15033
15034=item SYNOPSIS
15035
15036=item DESCRIPTION
15037
15038=item CONSTRUCTOR
15039
15040new ( FILENAME [,MODE [,PERMS]] ), new_tmpfile
15041
15042=item METHODS
15043
15044open( FILENAME [,MODE [,PERMS]] )
15045
15046=item SEE ALSO
15047
15048=item HISTORY
15049
15050=back
15051
15052=head2 IO::Handle - supply object methods for I/O handles
15053
15054=over 4
15055
15056=item SYNOPSIS
15057
15058=item DESCRIPTION
15059
15060=item CONSTRUCTOR
15061
15062new (), new_from_fd ( FD, MODE )
15063
15064=item METHODS
15065
15066$io->fdopen ( FD, MODE ), $io->opened, $io->getline, $io->getlines,
15067$io->ungetc ( ORD ), $io->write ( BUF, LEN [, OFFSET ] ), $io->error,
15068$io->clearerr, $io->sync, $io->flush, $io->printflush ( ARGS ),
15069$io->blocking ( [ BOOL ] ), $io->untaint
15070
15071=item NOTE
15072
15073=item SEE ALSO
15074
15075=item BUGS
15076
15077=item HISTORY
15078
15079=back
15080
15081=head2 IO::Pipe - supply object methods for pipes
15082
15083=over 4
15084
15085=item SYNOPSIS
15086
15087=item DESCRIPTION
15088
15089=item CONSTRUCTOR
15090
15091new ( [READER, WRITER] )
15092
15093=item METHODS
15094
15095reader ([ARGS]), writer ([ARGS]), handles ()
15096
15097=item SEE ALSO
15098
15099=item AUTHOR
15100
15101=item COPYRIGHT
15102
15103=back
15104
15105=head2 IO::Poll - Object interface to system poll call
15106
15107=over 4
15108
15109=item SYNOPSIS
15110
15111=item DESCRIPTION
15112
15113=item METHODS
15114
15115mask ( IO [, EVENT_MASK ] ), poll ( [ TIMEOUT ] ), events ( IO ), remove (
15116IO ), handles( [ EVENT_MASK ] )
15117
15118=item SEE ALSO
15119
15120=item AUTHOR
15121
15122=item COPYRIGHT
15123
15124=back
15125
15126=head2 IO::Seekable - supply seek based methods for I/O objects
15127
15128=over 4
15129
15130=item SYNOPSIS
15131
15132=item DESCRIPTION
15133
15134$io->getpos, $io->setpos, $io->seek ( POS, WHENCE ), WHENCE=0 (SEEK_SET),
15135WHENCE=1 (SEEK_CUR), WHENCE=2 (SEEK_END), $io->sysseek( POS, WHENCE ),
15136$io->tell
15137
15138=item SEE ALSO
15139
15140=item HISTORY
15141
15142=back
15143
15144=head2 IO::Select - OO interface to the select system call
15145
15146=over 4
15147
15148=item SYNOPSIS
15149
15150=item DESCRIPTION
15151
15152=item CONSTRUCTOR
15153
15154new ( [ HANDLES ] )
15155
15156=item METHODS
15157
15158add ( HANDLES ), remove ( HANDLES ), exists ( HANDLE ), handles, can_read (
15159[ TIMEOUT ] ), can_write ( [ TIMEOUT ] ), has_exception ( [ TIMEOUT ] ),
2a551100 15160count (), bits(), select ( READ, WRITE, EXCEPTION [, TIMEOUT ] )
e993db8c
JH
15161
15162=item EXAMPLE
b38f6a39 15163
fa1c7b03 15164=item AUTHOR
b38f6a39 15165
e993db8c
JH
15166=item COPYRIGHT
15167
4755096e 15168=back
b38f6a39 15169
e993db8c 15170=head2 IO::Socket - Object interface to socket communications
b38f6a39 15171
d420ca49 15172=over 4
7d2bfb28 15173
4755096e 15174=item SYNOPSIS
9607fc9c 15175
4755096e 15176=item DESCRIPTION
9607fc9c 15177
e993db8c
JH
15178=item CONSTRUCTOR
15179
15180new ( [ARGS] )
15181
15182=item METHODS
15183
15184accept([PKG]), socketpair(DOMAIN, TYPE, PROTOCOL), atmark, connected,
15185protocol, sockdomain, sockopt(OPT [, VAL]), socktype, timeout([VAL])
15186
15187=item SEE ALSO
15188
15189=item AUTHOR
15190
15191=item COPYRIGHT
15192
15193=back
15194
15195=head2 IO::Socket::INET - Object interface for AF_INET domain sockets
15196
d420ca49 15197=over 4
cb1a09d0 15198
e993db8c
JH
15199=item SYNOPSIS
15200
15201=item DESCRIPTION
15202
15203=item CONSTRUCTOR
15204
15205new ( [ARGS] )
15206
15207=over 4
15208
15209=item METHODS
15210
15211sockaddr (), sockport (), sockhost (), peeraddr (), peerport (), peerhost
15212()
b38f6a39
GS
15213
15214=back
cb1a09d0 15215
4755096e
GS
15216=item SEE ALSO
15217
d516a115
JH
15218=item AUTHOR
15219
e993db8c 15220=item COPYRIGHT
d516a115 15221
a45bd81d
GS
15222=back
15223
e993db8c 15224=head2 IO::Socket::UNIX - Object interface for AF_UNIX domain sockets
cb1a09d0 15225
d420ca49 15226=over 4
a45bd81d 15227
8ebc5c01 15228=item SYNOPSIS
cb1a09d0 15229
8ebc5c01 15230=item DESCRIPTION
cb1a09d0 15231
e993db8c
JH
15232=item CONSTRUCTOR
15233
15234new ( [ARGS] )
15235
15236=item METHODS
15237
15238hostpath(), peerpath()
15239
15240=item SEE ALSO
15241
15242=item AUTHOR
15243
15244=item COPYRIGHT
15245
a45bd81d
GS
15246=back
15247
14218588
GS
15248=head2 IO::lib::IO::Dir, IO::Dir - supply object methods for directory
15249handles
fb9cefb4 15250
d420ca49 15251=over 4
a45bd81d 15252
fb9cefb4
GS
15253=item SYNOPSIS
15254
15255=item DESCRIPTION
15256
14218588
GS
15257new ( [ DIRNAME ] ), open ( DIRNAME ), read (), seek ( POS ), tell (),
15258rewind (), close (), tie %hash, IO::Dir, DIRNAME [, OPTIONS ]
fb9cefb4
GS
15259
15260=item SEE ALSO
15261
14218588 15262=item AUTHOR
fb9cefb4
GS
15263
15264=item COPYRIGHT
15265
a45bd81d
GS
15266=back
15267
14218588 15268=head2 IO::lib::IO::File, IO::File - supply object methods for filehandles
fb9cefb4 15269
d420ca49 15270=over 4
a45bd81d 15271
fb9cefb4
GS
15272=item SYNOPSIS
15273
15274=item DESCRIPTION
15275
14218588
GS
15276=item CONSTRUCTOR
15277
15278new ( FILENAME [,MODE [,PERMS]] ), new_tmpfile
15279
fb9cefb4
GS
15280=item METHODS
15281
14218588 15282open( FILENAME [,MODE [,PERMS]] )
fb9cefb4
GS
15283
15284=item SEE ALSO
15285
14218588 15286=item HISTORY
fb9cefb4 15287
a45bd81d
GS
15288=back
15289
14218588
GS
15290=head2 IO::lib::IO::Handle, IO::Handle - supply object methods for I/O
15291handles
15292
d420ca49 15293=over 4
a45bd81d 15294
14218588
GS
15295=item SYNOPSIS
15296
15297=item DESCRIPTION
15298
15299=item CONSTRUCTOR
15300
15301new (), new_from_fd ( FD, MODE )
15302
15303=item METHODS
15304
15305$io->fdopen ( FD, MODE ), $io->opened, $io->getline, $io->getlines,
15306$io->ungetc ( ORD ), $io->write ( BUF, LEN [, OFFSET ] ), $io->error,
15307$io->clearerr, $io->sync, $io->flush, $io->printflush ( ARGS ),
15308$io->blocking ( [ BOOL ] ), $io->untaint
15309
15310=item NOTE
15311
15312=item SEE ALSO
15313
15314=item BUGS
15315
15316=item HISTORY
15317
a45bd81d
GS
15318=back
15319
14218588
GS
15320=head2 IO::lib::IO::Pipe, IO::Pipe - supply object methods for pipes
15321
d420ca49 15322=over 4
a45bd81d 15323
14218588
GS
15324=item SYNOPSIS
15325
15326=item DESCRIPTION
15327
15328=item CONSTRUCTOR
15329
15330new ( [READER, WRITER] )
15331
15332=item METHODS
15333
15334reader ([ARGS]), writer ([ARGS]), handles ()
15335
15336=item SEE ALSO
15337
15338=item AUTHOR
15339
15340=item COPYRIGHT
15341
a45bd81d
GS
15342=back
15343
14218588
GS
15344=head2 IO::lib::IO::Poll, IO::Poll - Object interface to system poll call
15345
d420ca49 15346=over 4
a45bd81d 15347
14218588
GS
15348=item SYNOPSIS
15349
15350=item DESCRIPTION
15351
15352=item METHODS
15353
15354mask ( IO [, EVENT_MASK ] ), poll ( [ TIMEOUT ] ), events ( IO ), remove (
15355IO ), handles( [ EVENT_MASK ] )
15356
15357=item SEE ALSO
15358
15359=item AUTHOR
15360
15361=item COPYRIGHT
15362
a45bd81d
GS
15363=back
15364
14218588
GS
15365=head2 IO::lib::IO::Seekable, IO::Seekable - supply seek based methods for
15366I/O objects
15367
d420ca49 15368=over 4
a45bd81d 15369
14218588
GS
15370=item SYNOPSIS
15371
15372=item DESCRIPTION
15373
1fa7ca25
JH
15374$io->getpos, $io->setpos, $io->seek ( POS, WHENCE ), WHENCE=0 (SEEK_SET),
15375WHENCE=1 (SEEK_CUR), WHENCE=2 (SEEK_END), $io->sysseek( POS, WHENCE ),
74cac757 15376$io->tell
14218588 15377
4d4e713d
JH
15378=item SEE ALSO
15379
14218588
GS
15380=item HISTORY
15381
a45bd81d
GS
15382=back
15383
14218588
GS
15384=head2 IO::lib::IO::Select, IO::Select - OO interface to the select system
15385call
15386
d420ca49 15387=over 4
a45bd81d 15388
14218588
GS
15389=item SYNOPSIS
15390
15391=item DESCRIPTION
15392
15393=item CONSTRUCTOR
15394
15395new ( [ HANDLES ] )
15396
15397=item METHODS
15398
15399add ( HANDLES ), remove ( HANDLES ), exists ( HANDLE ), handles, can_read (
15400[ TIMEOUT ] ), can_write ( [ TIMEOUT ] ), has_exception ( [ TIMEOUT ] ),
2a551100 15401count (), bits(), select ( READ, WRITE, EXCEPTION [, TIMEOUT ] )
14218588
GS
15402
15403=item EXAMPLE
15404
15405=item AUTHOR
15406
15407=item COPYRIGHT
15408
a45bd81d
GS
15409=back
15410
14218588
GS
15411=head2 IO::lib::IO::Socket, IO::Socket - Object interface to socket
15412communications
15413
d420ca49 15414=over 4
a45bd81d 15415
14218588
GS
15416=item SYNOPSIS
15417
15418=item DESCRIPTION
15419
15420=item CONSTRUCTOR
15421
15422new ( [ARGS] )
15423
15424=item METHODS
15425
ab1e085c
JH
15426accept([PKG]), socketpair(DOMAIN, TYPE, PROTOCOL), atmark, connected,
15427protocol, sockdomain, sockopt(OPT [, VAL]), socktype, timeout([VAL])
14218588
GS
15428
15429=item SEE ALSO
15430
15431=item AUTHOR
15432
15433=item COPYRIGHT
15434
a45bd81d
GS
15435=back
15436
14218588
GS
15437=head2 IO::lib::IO::Socket::INET, IO::Socket::INET - Object interface for
15438AF_INET domain sockets
15439
d420ca49 15440=over 4
a45bd81d 15441
14218588
GS
15442=item SYNOPSIS
15443
15444=item DESCRIPTION
15445
15446=item CONSTRUCTOR
15447
15448new ( [ARGS] )
15449
d420ca49 15450=over 4
14218588
GS
15451
15452=item METHODS
15453
15454sockaddr (), sockport (), sockhost (), peeraddr (), peerport (), peerhost
15455()
15456
15457=back
15458
15459=item SEE ALSO
15460
15461=item AUTHOR
15462
15463=item COPYRIGHT
15464
a45bd81d
GS
15465=back
15466
14218588
GS
15467=head2 IO::lib::IO::Socket::UNIX, IO::Socket::UNIX - Object interface for
15468AF_UNIX domain sockets
15469
d420ca49 15470=over 4
a45bd81d 15471
14218588
GS
15472=item SYNOPSIS
15473
15474=item DESCRIPTION
15475
15476=item CONSTRUCTOR
15477
15478new ( [ARGS] )
15479
15480=item METHODS
15481
15482hostpath(), peerpath()
15483
15484=item SEE ALSO
15485
15486=item AUTHOR
15487
15488=item COPYRIGHT
15489
a45bd81d 15490=back
14218588 15491
e993db8c
JH
15492=head2 IPC::Msg - SysV Msg IPC object class
15493
15494=over 4
15495
15496=item SYNOPSIS
15497
15498=item DESCRIPTION
15499
15500=item METHODS
15501
15502new ( KEY , FLAGS ), id, rcv ( BUF, LEN [, TYPE [, FLAGS ]] ), remove, set
15503( STAT ), set ( NAME => VALUE [, NAME => VALUE ...] ), snd ( TYPE, MSG [,
15504FLAGS ] ), stat
15505
15506=item SEE ALSO
15507
15508=item AUTHOR
15509
15510=item COPYRIGHT
15511
15512=back
15513
14218588
GS
15514=head2 IPC::Open2, open2 - open a process for both reading and writing
15515
d420ca49 15516=over 4
a45bd81d 15517
14218588
GS
15518=item SYNOPSIS
15519
15520=item DESCRIPTION
15521
15522=item WARNING
15523
15524=item SEE ALSO
15525
a45bd81d
GS
15526=back
15527
14218588
GS
15528=head2 IPC::Open3, open3 - open a process for reading, writing, and error
15529handling
15530
d420ca49 15531=over 4
14218588
GS
15532
15533=item SYNOPSIS
15534
15535=item DESCRIPTION
15536
a45bd81d 15537=item WARNING
14218588 15538
a45bd81d 15539=back
14218588 15540
e993db8c
JH
15541=head2 IPC::Semaphore - SysV Semaphore IPC object class
15542
15543=over 4
15544
15545=item SYNOPSIS
15546
15547=item DESCRIPTION
15548
15549=item METHODS
15550
15551new ( KEY , NSEMS , FLAGS ), getall, getncnt ( SEM ), getpid ( SEM ),
15552getval ( SEM ), getzcnt ( SEM ), id, op ( OPLIST ), remove, set ( STAT ),
15553set ( NAME => VALUE [, NAME => VALUE ...] ), setall ( VALUES ), setval ( N
15554, VALUE ), stat
15555
15556=item SEE ALSO
15557
15558=item AUTHOR
15559
15560=item COPYRIGHT
15561
15562=back
15563
14218588
GS
15564=head2 IPC::SysV - SysV IPC constants
15565
d420ca49 15566=over 4
a45bd81d 15567
14218588
GS
15568=item SYNOPSIS
15569
15570=item DESCRIPTION
15571
15572ftok( PATH, ID )
15573
15574=item SEE ALSO
15575
15576=item AUTHORS
15577
15578=item COPYRIGHT
15579
a45bd81d
GS
15580=back
15581
14218588
GS
15582=head2 IPC::SysV::Msg, IPC::Msg - SysV Msg IPC object class
15583
d420ca49 15584=over 4
a45bd81d 15585
14218588
GS
15586=item SYNOPSIS
15587
15588=item DESCRIPTION
15589
15590=item METHODS
15591
15592new ( KEY , FLAGS ), id, rcv ( BUF, LEN [, TYPE [, FLAGS ]] ), remove, set
15593( STAT ), set ( NAME => VALUE [, NAME => VALUE ...] ), snd ( TYPE, MSG [,
15594FLAGS ] ), stat
15595
15596=item SEE ALSO
15597
15598=item AUTHOR
15599
15600=item COPYRIGHT
fb9cefb4 15601
a45bd81d
GS
15602=back
15603
fb9cefb4
GS
15604=head2 IPC::SysV::Semaphore, IPC::Semaphore - SysV Semaphore IPC object
15605class
15606
d420ca49 15607=over 4
a45bd81d 15608
fb9cefb4
GS
15609=item SYNOPSIS
15610
15611=item DESCRIPTION
15612
15613=item METHODS
15614
15615new ( KEY , NSEMS , FLAGS ), getall, getncnt ( SEM ), getpid ( SEM ),
15616getval ( SEM ), getzcnt ( SEM ), id, op ( OPLIST ), remove, set ( STAT ),
15617set ( NAME => VALUE [, NAME => VALUE ...] ), setall ( VALUES ), setval ( N
15618, VALUE ), stat
15619
15620=item SEE ALSO
15621
15622=item AUTHOR
15623
15624=item COPYRIGHT
15625
a45bd81d
GS
15626=back
15627
e993db8c
JH
15628=head2 List::Util - A selection of general-utility list subroutines
15629
15630=over 4
15631
15632=item SYNOPSIS
15633
15634=item DESCRIPTION
15635
15636first BLOCK LIST, max LIST, maxstr LIST, min LIST, minstr LIST, reduce
15637BLOCK LIST, shuffle LIST, sum LIST
15638
15639=item KNOWN BUGS
15640
15641=item SUGGESTED ADDITIONS
15642
15643=item COPYRIGHT
15644
15645=back
15646
41ca3a40
JH
15647=head2 List::Utilib::List::Util, List::Util - A selection of
15648general-utility list subroutines
15649
15650=over 4
15651
15652=item SYNOPSIS
15653
15654=item DESCRIPTION
15655
15656first BLOCK LIST, max LIST, maxstr LIST, min LIST, minstr LIST, reduce
53d7eaa8 15657BLOCK LIST, shuffle LIST, sum LIST
41ca3a40 15658
f502af34
JH
15659=item KNOWN BUGS
15660
41ca3a40
JH
15661=item SUGGESTED ADDITIONS
15662
15663=item COPYRIGHT
15664
15665=back
15666
15667=head2 List::Utilib::Scalar::Util, Scalar::Util - A selection of
15668general-utility scalar subroutines
15669
15670=over 4
15671
15672=item SYNOPSIS
15673
15674=item DESCRIPTION
15675
2a551100
JH
15676blessed EXPR, dualvar NUM, STRING, isvstring EXPR, isweak EXPR,
15677looks_like_number EXPR, openhandle FH, refaddr EXPR, reftype EXPR,
15678set_prototype CODEREF, PROTOTYPE, tainted EXPR, weaken REF
41ca3a40 15679
f502af34
JH
15680=item KNOWN BUGS
15681
41ca3a40
JH
15682=item COPYRIGHT
15683
15684=item BLATANT PLUG
15685
15686=back
15687
4d4e713d
JH
15688=head2 Locale::Constants - constants for Locale codes
15689
15690=over 4
15691
15692=item SYNOPSIS
15693
15694=item DESCRIPTION
15695
15696=item KNOWN BUGS AND LIMITATIONS
15697
15698=item SEE ALSO
15699
12b7c5c7 15700Locale::Language, Locale::Country, Locale::Script, Locale::Currency
4d4e713d
JH
15701
15702=item AUTHOR
15703
15704=item COPYRIGHT
15705
15706=back
15707
15708=head2 Locale::Country - ISO codes for country identification (ISO 3166)
15709
15710=over 4
15711
15712=item SYNOPSIS
15713
4d4e713d
JH
15714=item DESCRIPTION
15715
15716B<alpha-2>, B<alpha-3>, B<numeric>
15717
4d4e713d
JH
15718=item CONVERSION ROUTINES
15719
15720code2country( CODE, [ CODESET ] ), country2code( STRING, [ CODESET ] ),
15721country_code2code( CODE, CODESET, CODESET )
15722
4d4e713d
JH
15723=item QUERY ROUTINES
15724
15725C<all_country_codes( [ CODESET ] )>, C<all_country_names( [ CODESET ] )>
15726
80327a3d
JH
15727=item SEMI-PRIVATE ROUTINES
15728
15729=over 4
15730
15731=item alias_code
15732
15733=item rename_country
15734
15735=back
4d4e713d 15736
4d4e713d
JH
15737=item EXAMPLES
15738
15739=item DOMAIN NAMES
15740
15741=item KNOWN BUGS AND LIMITATIONS
15742
15743=item SEE ALSO
15744
80327a3d
JH
15745Locale::Language, Locale::Script, Locale::Currency, Locale::SubCountry, ISO
157463166-1, http://www.iso.org/iso/en/prods-services/iso3166ma/index.html,
4d4e713d 15747http://www.egt.ie/standards/iso3166/iso3166-1-en.html,
28a2f804 15748http://www.cia.gov/cia/publications/factbook/docs/app-d-1.html
4d4e713d
JH
15749
15750=item AUTHOR
15751
15752=item COPYRIGHT
15753
15754=back
15755
15756=head2 Locale::Currency - ISO three letter codes for currency
15757identification (ISO 4217)
15758
15759=over 4
15760
15761=item SYNOPSIS
15762
4d4e713d
JH
15763=item DESCRIPTION
15764
15765XTS, XXX
15766
4d4e713d
JH
15767=item CONVERSION ROUTINES
15768
15769code2currency(), currency2code()
15770
4d4e713d
JH
15771=item QUERY ROUTINES
15772
15773C<all_currency_codes()>, C<all_currency_names()>
15774
4d4e713d
JH
15775=item EXAMPLES
15776
15777=item KNOWN BUGS AND LIMITATIONS
15778
15779=item SEE ALSO
15780
12b7c5c7
JH
15781Locale::Country, Locale::Script, ISO 4217:1995,
15782http://www.bsi-global.com/iso4217currency
4d4e713d
JH
15783
15784=item AUTHOR
15785
15786=item COPYRIGHT
15787
15788=back
15789
15790=head2 Locale::Language - ISO two letter codes for language identification
15791(ISO 639)
15792
15793=over 4
15794
15795=item SYNOPSIS
15796
4d4e713d
JH
15797=item DESCRIPTION
15798
4d4e713d
JH
15799=item CONVERSION ROUTINES
15800
15801code2language(), language2code()
15802
4d4e713d
JH
15803=item QUERY ROUTINES
15804
15805C<all_language_codes()>, C<all_language_names()>
15806
4d4e713d
JH
15807=item EXAMPLES
15808
15809=item KNOWN BUGS AND LIMITATIONS
15810
15811=item SEE ALSO
15812
12b7c5c7 15813Locale::Country, Locale::Script, Locale::Currency, ISO 639:1988 (E/F),
4d4e713d
JH
15814http://lcweb.loc.gov/standards/iso639-2/langhome.html
15815
15816=item AUTHOR
15817
15818=item COPYRIGHT
15819
15820=back
15821
2a551100 15822=head2 Locale::Maketext - framework for localization
772ff3b9
JH
15823
15824=over 4
15825
15826=item SYNOPSIS
15827
15828=item DESCRIPTION
15829
15830=item QUICK OVERVIEW
15831
15832=item METHODS
15833
15834=over 4
15835
15836=item Construction Methods
15837
772ff3b9
JH
15838=item The "maketext" Method
15839
15840$lh->fail_with I<or> $lh->fail_with(I<PARAM>), $lh->failure_handler_auto
15841
15842=item Utility Methods
15843
15844$language->quant($number, $singular), $language->quant($number, $singular,
15845$plural), $language->quant($number, $singular, $plural, $negative),
15846$language->numf($number), $language->sprintf($format, @items),
15847$language->language_tag(), $language->encoding()
15848
15849=item Language Handle Attributes and Internals
15850
15851=back
15852
15853=item LANGUAGE CLASS HIERARCHIES
15854
15855=item ENTRIES IN EACH LEXICON
15856
15857=item BRACKET NOTATION
15858
15859=item AUTO LEXICONS
15860
15861=item CONTROLLING LOOKUP FAILURE
15862
15863=item HOW TO USE MAKETEXT
15864
15865=item SEE ALSO
15866
15867=item COPYRIGHT AND DISCLAIMER
15868
15869=item AUTHOR
15870
15871=back
15872
15873=head2 Locale::Maketext::TPJ13 -- article about software localization
15874
15875=over 4
15876
15877=item SYNOPSIS
15878
15879=item DESCRIPTION
15880
15881=item Localization and Perl: gettext breaks, Maketext fixes
15882
15883=over 4
15884
15885=item A Localization Horror Story: It Could Happen To You
15886
15887=item The Linguistic View
15888
15889=item Breaking gettext
15890
15891=item Replacing gettext
15892
15893=item Buzzwords: Abstraction and Encapsulation
15894
15895=item Buzzword: Isomorphism
15896
15897=item Buzzword: Inheritance
15898
15899=item Buzzword: Concision
15900
15901=item The Devil in the Details
15902
15903=item The Proof in the Pudding: Localizing Web Sites
15904
15905=item References
15906
15907=back
15908
15909=back
15910
12b7c5c7
JH
15911=head2 Locale::Script - ISO codes for script identification (ISO 15924)
15912
15913=over 4
15914
15915=item SYNOPSIS
15916
15917=item DESCRIPTION
15918
15919B<alpha-2>, B<alpha-3>, B<numeric>
15920
15921=over 4
15922
15923=item SPECIAL CODES
15924
15925=back
15926
15927=item CONVERSION ROUTINES
15928
15929code2script( CODE, [ CODESET ] ), script2code( STRING, [ CODESET ] ),
15930script_code2code( CODE, CODESET, CODESET )
15931
15932=item QUERY ROUTINES
15933
15934C<all_script_codes ( [ CODESET ] )>, C<all_script_names ( [ CODESET ] )>
15935
15936=item EXAMPLES
15937
15938=item KNOWN BUGS AND LIMITATIONS
15939
15940=item SEE ALSO
15941
15942Locale::Language, Locale::Currency, Locale::Country, ISO 15924,
15943http://www.evertype.com/standards/iso15924/
15944
15945=item AUTHOR
15946
15947=item COPYRIGHT
15948
15949=back
15950
ab1e085c
JH
15951=head2 MIME::Base64 - Encoding and decoding of base64 strings
15952
15953=over 4
15954
15955=item SYNOPSIS
15956
15957=item DESCRIPTION
15958
2a551100 15959encode_base64($str), encode_base64($str, $eol);, decode_base64($str)
ab1e085c
JH
15960
15961=item DIAGNOSTICS
15962
15963Premature end of base64 data, Premature padding of base64 data
15964
15965=item EXAMPLES
15966
15967=item COPYRIGHT
15968
15969=back
15970
15971=head2 MIME::Base64::QuotedPrint, MIME::QuotedPrint - Encoding and decoding
15972of quoted-printable strings
15973
15974=over 4
15975
15976=item SYNOPSIS
15977
15978=item DESCRIPTION
15979
2a551100 15980encode_qp($str), encode_qp($str, $eol), decode_qp($str);
ab1e085c
JH
15981
15982=item COPYRIGHT
15983
15984=back
15985
e993db8c
JH
15986=head2 MIME::QuotedPrint - Encoding and decoding of quoted-printable
15987strings
15988
15989=over 4
15990
15991=item SYNOPSIS
15992
15993=item DESCRIPTION
15994
2a551100 15995encode_qp($str), encode_qp($str, $eol), decode_qp($str);
e993db8c
JH
15996
15997=item COPYRIGHT
15998
15999=back
16000
9038e305 16001=head2 Math::BigFloat - Arbitrary size floating point math package
cb1a09d0 16002
d420ca49 16003=over 4
a45bd81d 16004
8ebc5c01 16005=item SYNOPSIS
cb1a09d0
AD
16006
16007=item DESCRIPTION
16008
9038e305
JH
16009=over 4
16010
16011=item Canonical notation
16012
16013=item Output
16014
16015=item C<mantissa()>, C<exponent()> and C<parts()>
16016
16017=item Accuracy vs. Precision
16018
16019=item Rounding
16020
4f233aa4
JH
16021ffround ( +$scale ), ffround ( -$scale ), ffround ( 0 ), fround ( +$scale
16022), fround ( -$scale ) and fround ( 0 )
9038e305
JH
16023
16024=back
16025
16026=item EXAMPLES
16027
9038e305 16028 # not ready yet
9038e305
JH
16029
16030=item Autocreating constants
16031
fa1c7b03
JH
16032=over 4
16033
16034=item Math library
16035
16036=item Using Math::BigInt::Lite
16037
16038=back
16039
b38f6a39 16040=item BUGS
7d2bfb28 16041
9038e305
JH
16042=item CAVEAT
16043
16044stringify, bstr(), bdiv, Modifying and =, bpow
16045
16046=item LICENSE
16047
16048=item AUTHORS
7d2bfb28 16049
b38f6a39
GS
16050=back
16051
16052=head2 Math::BigInt - Arbitrary size integer math package
16053
d420ca49 16054=over 4
8ebc5c01 16055
b38f6a39 16056=item SYNOPSIS
d516a115 16057
b38f6a39
GS
16058=item DESCRIPTION
16059
16060Canonical notation, Input, Output
16061
ff426ff2
JH
16062=item METHODS
16063
16064=over 4
16065
fa1c7b03
JH
16066=item config
16067
ff426ff2
JH
16068=item accuracy
16069
2a551100
JH
16070=item precision
16071
ff426ff2
JH
16072=item brsft
16073
16074=item new
16075
16076=item bnan
16077
16078=item bzero
16079
16080=item binf
16081
16082=item bone
16083
fa1c7b03
JH
16084=item is_one()/is_zero()/is_nan()/is_inf()
16085
16086=item is_positive()/is_negative()
ff426ff2 16087
ff426ff2
JH
16088 $x->is_positive(); # true if >= 0
16089 $x->is_negative(); # true if < 0
fa1c7b03
JH
16090
16091=item is_odd()/is_even()/is_int()
ff426ff2
JH
16092
16093=item bcmp
16094
16095=item bacmp
16096
16097=item sign
16098
16099=item bcmp
16100
16101=item bneg
16102
16103=item babs
16104
16105=item bnorm
16106
16107=item bnot
16108
16109=item binc
16110
16111=item bdec
16112
16113=item badd
16114
16115=item bsub
16116
16117=item bmul
16118
16119=item bdiv
16120
16121=item bmod
16122
a6812a52
JH
16123=item bmodinv
16124
16125=item bmodpow
16126
ff426ff2
JH
16127=item bpow
16128
16129=item blsft
16130
16131=item brsft
16132
16133=item band
16134
16135=item bior
16136
16137=item bxor
16138
16139=item bnot
16140
16141=item bsqrt
16142
16143=item bfac
16144
16145=item round
16146
16147=item bround
16148
16149=item bfround
16150
16151=item bfloor
16152
16153=item bceil
16154
16155=item bgcd
16156
16157=item blcm
16158
16159=item exponent
16160
16161=item mantissa
16162
16163=item parts
16164
16165=item copy
16166
16167=item as_number
16168
16169=item bsstr
16170
16171=item as_hex
16172
16173=item as_bin
16174
16175=back
16176
d0363f02
JH
16177=item ACCURACY and PRECISION
16178
9038e305
JH
16179=over 4
16180
d0363f02
JH
16181=item Precision P
16182
16183=item Accuracy A
9038e305 16184
d0363f02 16185=item Fallback F
9038e305 16186
d0363f02
JH
16187=item Rounding mode R
16188
16189'trunc', 'even', 'odd', '+inf', '-inf', 'zero', Precision, Accuracy
16190(significant digits), Setting/Accessing, Creating numbers, Usage,
16191Precedence, Overriding globals, Local settings, Rounding, Default values,
16192Remarks
16193
16194=back
16195
16196=item INTERNALS
16197
16198=over 4
9038e305 16199
758a5d79
JH
16200=item MATH LIBRARY
16201
16202=item SIGN
16203
9038e305
JH
16204=item mantissa(), exponent() and parts()
16205
16206=back
b38f6a39 16207
d0363f02
JH
16208=item EXAMPLES
16209
3ecb3787 16210 use Math::BigInt;
d0363f02 16211
b38f6a39 16212=item Autocreating constants
4a6725af 16213
9038e305
JH
16214=item PERFORMANCE
16215
d0363f02
JH
16216=over 4
16217
758a5d79 16218=item Alternative math libraries
d0363f02 16219
ff426ff2
JH
16220=item SUBCLASSING
16221
16222=back
16223
16224=item Subclassing Math::BigInt
16225
16226=item UPGRADING
16227
16228=over 4
16229
16230=item Auto-upgrade
16231
16232bsqrt(), div(), blog()
16233
d0363f02
JH
16234=back
16235
8ebc5c01 16236=item BUGS
7d2bfb28 16237
758a5d79 16238Out of Memory!, Fails to load Calc on Perl prior 5.6.0
9038e305
JH
16239
16240=item CAVEATS
16241
cb52f95f
JH
16242stringify, bstr(), bsstr() and 'cmp', int(), length, bdiv, infinity
16243handling, Modifying and =, bpow, Overloading -$x, Mixing different object
ff426ff2 16244types, bsqrt(), brsft()
9038e305
JH
16245
16246=item LICENSE
16247
d0363f02
JH
16248=item SEE ALSO
16249
9038e305 16250=item AUTHORS
7d2bfb28 16251
a45bd81d
GS
16252=back
16253
d0363f02
JH
16254=head2 Math::BigInt::Calc - Pure Perl module to support Math::BigInt
16255
16256=over 4
16257
16258=item SYNOPSIS
16259
16260=item DESCRIPTION
16261
16262=item EXPORT
16263
758a5d79
JH
16264=item WRAP YOUR OWN
16265
d0363f02
JH
16266=item LICENSE
16267
16268This program is free software; you may redistribute it and/or modify it
16269under
16270the same terms as Perl itself.
16271
16272=item AUTHORS
16273
16274=item SEE ALSO
16275
16276=back
16277
2a551100
JH
16278=head2 Math::BigInt::Scalar - Pure Perl module to test Math::BigInt with
16279scalars
16280
16281=over 4
16282
16283=item SYNOPSIS
16284
16285=item DESCRIPTION
16286
16287=item LICENSE
16288
16289This program is free software; you may redistribute it and/or modify it
16290under
16291the same terms as Perl itself.
16292
16293=item AUTHOR
16294
16295=item SEE ALSO
16296
16297=back
16298
16299=head2 Math::BigRat - arbitrarily big rationales
fa1c7b03
JH
16300
16301=over 4
16302
16303=item SYNOPSIS
16304
16305=item DESCRIPTION
16306
16307=over 4
16308
16309=item MATH LIBRARY
16310
16311=back
16312
16313=item METHODS
16314
16315=over 4
16316
a6812a52 16317=item new()
fa1c7b03 16318
a6812a52 16319=item numerator()
fa1c7b03 16320
a6812a52 16321=item denominator()
fa1c7b03
JH
16322
16323 $d = $x->denominator();
16324
a6812a52
JH
16325=item parts()
16326
16327=item as_number()
16328
97f7c9df
JH
16329=item bfac()
16330
16331=item blog()
a6812a52
JH
16332
16333=item bround()/round()/bfround()
fa1c7b03 16334
2a551100
JH
16335=item is_one()
16336
16337=item is_zero()
16338
16339=item is_positive()
16340
16341=item is_negative()
16342
16343=item is_int()
16344
16345=item is_odd()
16346
16347=item is_even()
16348
16349=item bceil()
16350
16351=item bfloor()
16352
16353 $x->bfloor();
16354
fa1c7b03
JH
16355=back
16356
16357=item BUGS
16358
2a551100
JH
16359inf handling (partial), NaN handling (partial), rounding (not implemented
16360except for bceil/bfloor), $x ** $y where $y is not an integer
16361
fa1c7b03
JH
16362=item LICENSE
16363
16364=item SEE ALSO
16365
16366=item AUTHORS
16367
16368=back
16369
d722968f
JH
16370=head2 Math::Complex - complex numbers and associated mathematical
16371functions
16372
d420ca49 16373=over 4
d722968f
JH
16374
16375=item SYNOPSIS
16376
16377=item DESCRIPTION
16378
16379=item OPERATIONS
16380
16381=item CREATION
16382
16383=item STRINGIFICATION
16384
d420ca49 16385=over 4
d722968f
JH
16386
16387=item CHANGED IN PERL 5.6
16388
16389=back
16390
16391=item USAGE
16392
16393=item ERRORS DUE TO DIVISION BY ZERO OR LOGARITHM OF ZERO
16394
16395=item ERRORS DUE TO INDIGESTIBLE ARGUMENTS
16396
16397=item BUGS
16398
16399=item AUTHORS
16400
16401=back
16402
4a6725af
NT
16403=head2 Math::Trig - trigonometric functions
16404
d420ca49 16405=over 4
a45bd81d 16406
4a6725af
NT
16407=item SYNOPSIS
16408
16409=item DESCRIPTION
16410
16411=item TRIGONOMETRIC FUNCTIONS
16412
fb9cefb4
GS
16413B<tan>
16414
d420ca49 16415=over 4
4a6725af 16416
5cd24f17 16417=item ERRORS DUE TO DIVISION BY ZERO
16418
16419=item SIMPLE (REAL) ARGUMENTS, COMPLEX RESULTS
4a6725af
NT
16420
16421=back
16422
fb9cefb4
GS
16423=item PLANE ANGLE CONVERSIONS
16424
16425=item RADIAL COORDINATE CONVERSIONS
16426
d420ca49 16427=over 4
fb9cefb4
GS
16428
16429=item COORDINATE SYSTEMS
16430
16431=item 3-D ANGLE CONVERSIONS
16432
16433cartesian_to_cylindrical, cartesian_to_spherical, cylindrical_to_cartesian,
16434cylindrical_to_spherical, spherical_to_cartesian, spherical_to_cylindrical
16435
16436=back
16437
0d0e97a6 16438=item GREAT CIRCLE DISTANCES AND DIRECTIONS
fb9cefb4
GS
16439
16440=item EXAMPLES
4a6725af 16441
0d0e97a6
JH
16442=over 4
16443
16444=item CAVEAT FOR GREAT CIRCLE FORMULAS
16445
16446=back
16447
5cd24f17 16448=item BUGS
16449
16450=item AUTHORS
16451
a45bd81d
GS
16452=back
16453
e993db8c 16454=head2 Memoize - Make functions faster by trading space for time
9038e305
JH
16455
16456=over 4
16457
16458=item SYNOPSIS
16459
16460=item DESCRIPTION
16461
16462=item DETAILS
16463
16464=item OPTIONS
16465
16466=over 4
16467
16468=item INSTALL
16469
16470=item NORMALIZER
16471
16472=item C<SCALAR_CACHE>, C<LIST_CACHE>
16473
16474C<MEMORY>, C<HASH>, C<TIE>, C<FAULT>, C<MERGE>
16475
16476=back
16477
16478=item OTHER FACILITIES
16479
16480=over 4
16481
16482=item C<unmemoize>
16483
16484=item C<flush_cache>
16485
16486=back
16487
16488=item CAVEATS
16489
16490=item PERSISTENT CACHE SUPPORT
16491
16492=item EXPIRATION SUPPORT
16493
16494=item BUGS
16495
16496=item MAILING LIST
16497
16498=item AUTHOR
16499
7a49b635
JH
16500=item COPYRIGHT AND LICENSE
16501
9038e305
JH
16502=item THANK YOU
16503
16504=back
16505
16506=head2 Memoize::AnyDBM_File - glue to provide EXISTS for AnyDBM_File for
16507Storable use
16508
16509=over 4
16510
16511=item DESCRIPTION
16512
16513=back
16514
16515=head2 Memoize::Expire - Plug-in module for automatic expiration of
16516memoized values
16517
16518=over 4
16519
16520=item SYNOPSIS
16521
16522=item DESCRIPTION
16523
16524=item INTERFACE
16525
16526 TIEHASH, EXISTS, STORE
16527
16528=item ALTERNATIVES
16529
16530=item CAVEATS
16531
16532=item AUTHOR
16533
16534=item SEE ALSO
16535
16536=back
16537
16538=head2 Memoize::ExpireFile - test for Memoize expiration semantics
16539
16540=over 4
16541
16542=item DESCRIPTION
16543
16544=back
16545
16546=head2 Memoize::ExpireTest - test for Memoize expiration semantics
16547
16548=over 4
16549
16550=item DESCRIPTION
16551
16552=back
16553
16554=head2 Memoize::NDBM_File - glue to provide EXISTS for NDBM_File for
16555Storable use
16556
16557=over 4
16558
16559=item DESCRIPTION
16560
16561=back
16562
16563=head2 Memoize::SDBM_File - glue to provide EXISTS for SDBM_File for
16564Storable use
16565
16566=over 4
16567
16568=item DESCRIPTION
16569
16570=back
16571
9038e305
JH
16572=head2 Memoize::Storable - store Memoized data in Storable database
16573
16574=over 4
16575
16576=item DESCRIPTION
16577
16578=back
16579
8ebc5c01 16580=head2 NDBM_File - Tied access to ndbm files
7d2bfb28 16581
d420ca49 16582=over 4
a45bd81d 16583
8ebc5c01 16584=item SYNOPSIS
7d2bfb28 16585
4d4e713d
JH
16586=item DESCRIPTION
16587
a9ef4385
JH
16588C<O_RDONLY>, C<O_WRONLY>, C<O_RDWR>
16589
16590=item DIAGNOSTICS
16591
d420ca49 16592=over 4
a9ef4385
JH
16593
16594=item C<ndbm store returned -1, errno 22, key "..." at ...>
16595
16596=back
16597
16598=item BUGS AND WARNINGS
7d2bfb28 16599
a45bd81d
GS
16600=back
16601
1fa7ca25
JH
16602=head2 NEXT - Provide a pseudo-class NEXT that allows method redispatch
16603
16604=over 4
16605
16606=item SYNOPSIS
16607
16608=item DESCRIPTION
16609
428dc699
JH
16610=over 4
16611
16612=item Enforcing redispatch
16613
16614=item Avoiding repetitions
16615
16616=back
16617
1fa7ca25
JH
16618=item AUTHOR
16619
16620=item BUGS AND IRRITATIONS
16621
16622=item COPYRIGHT
16623
16624=back
16625
5d80033a
JH
16626=head2 Net::Cmd - Network Command class (as used by FTP, SMTP etc)
16627
16628=over 4
16629
16630=item SYNOPSIS
16631
16632=item DESCRIPTION
16633
16634=item USER METHODS
16635
16636debug ( VALUE ), message (), code (), ok (), status (), datasend ( DATA ),
16637dataend ()
16638
16639=item CLASS METHODS
16640
16641debug_print ( DIR, TEXT ), debug_text ( TEXT ), command ( CMD [, ARGS, ...
16642]), unsupported (), response (), parse_response ( TEXT ), getline (),
ff426ff2 16643ungetline ( TEXT ), read_until_dot (), tied_fh ()
5d80033a
JH
16644
16645=item EXPORTS
16646
16647=item AUTHOR
16648
16649=item COPYRIGHT
16650
16651=back
16652
16653=head2 Net::Config - Local configuration data for libnet
16654
16655=over 4
16656
16657=item SYNOPSYS
16658
16659=item DESCRIPTION
16660
16661=item METHODS
16662
16663requires_firewall HOST
16664
16665=item NetConfig VALUES
16666
16667nntp_hosts, snpp_hosts, pop3_hosts, smtp_hosts, ph_hosts, daytime_hosts,
53d7eaa8
JH
16668time_hosts, inet_domain, ftp_firewall, ftp_firewall_type, ftp_ext_passive,
16669ftp_int_pasive, local_netmask, test_hosts, test_exists
5d80033a
JH
16670
16671=back
16672
16673=head2 Net::Domain - Attempt to evaluate the current host's internet name
16674and domain
16675
16676=over 4
16677
16678=item SYNOPSIS
16679
16680=item DESCRIPTION
16681
16682hostfqdn (), hostname (), hostdomain ()
16683
16684=item AUTHOR
16685
16686=item COPYRIGHT
16687
16688=back
16689
5d80033a
JH
16690=head2 Net::FTP - FTP Client class
16691
16692=over 4
16693
16694=item SYNOPSIS
16695
16696=item DESCRIPTION
16697
16698=item OVERVIEW
16699
16700=item CONSTRUCTOR
16701
16702new (HOST [,OPTIONS])
16703
16704=item METHODS
16705
16706login ([LOGIN [,PASSWORD [, ACCOUNT] ] ]), authorize ( [AUTH [, RESP]]),
16707site (ARGS), type (TYPE [, ARGS]), ascii ([ARGS]) binary([ARGS])
16708ebcdic([ARGS]) byte([ARGS]), rename ( OLDNAME, NEWNAME ), delete ( FILENAME
53d7eaa8
JH
16709), cwd ( [ DIR ] ), cdup (), pwd (), restart ( WHERE ), rmdir ( DIR ),
16710mkdir ( DIR [, RECURSE ]), ls ( [ DIR ] ), dir ( [ DIR ] ), get (
16711REMOTE_FILE [, LOCAL_FILE [, WHERE]] ), put ( LOCAL_FILE [, REMOTE_FILE ]
16712), put_unique ( LOCAL_FILE [, REMOTE_FILE ] ), append ( LOCAL_FILE [,
16713REMOTE_FILE ] ), unique_name (), mdtm ( FILE ), size ( FILE ), supported (
16714CMD ), hash ( [FILEHANDLE_GLOB_REF],[ BYTES_PER_HASH_MARK] ), nlst ( [ DIR
16715] ), list ( [ DIR ] ), retr ( FILE ), stor ( FILE ), stou ( FILE ), appe (
16716FILE ), port ( [ PORT ] ), pasv (), pasv_xfer ( SRC_FILE, DEST_SERVER [,
16717DEST_FILE ] ), pasv_xfer_unique ( SRC_FILE, DEST_SERVER [, DEST_FILE ] ),
16718pasv_wait ( NON_PASV_SERVER ), abort (), quit ()
5d80033a
JH
16719
16720=over 4
16721
16722=item Methods for the adventurous
16723
16724quot (CMD [,ARGS])
16725
16726=back
16727
16728=item THE dataconn CLASS
16729
16730read ( BUFFER, SIZE [, TIMEOUT ] ), write ( BUFFER, SIZE [, TIMEOUT ] ),
53d7eaa8 16731bytes_read (), abort (), close ()
5d80033a
JH
16732
16733=item UNIMPLEMENTED
16734
16735B<ALLO>, B<SMNT>, B<HELP>, B<MODE>, B<SYST>, B<STAT>, B<STRU>, B<REIN>
16736
16737=item REPORTING BUGS
16738
16739=item AUTHOR
16740
16741=item SEE ALSO
16742
53d7eaa8
JH
16743=item USE EXAMPLES
16744
16745http://www.csh.rit.edu/~adam/Progs/autoftp-2.0.tar.gz
16746
5d80033a
JH
16747=item CREDITS
16748
16749=item COPYRIGHT
16750
16751=back
16752
16753=head2 Net::NNTP - NNTP Client class
16754
16755=over 4
16756
16757=item SYNOPSIS
16758
16759=item DESCRIPTION
16760
16761=item CONSTRUCTOR
16762
16763new ( [ HOST ] [, OPTIONS ])
16764
16765=item METHODS
16766
16767article ( [ MSGID|MSGNUM ], [FH] ), body ( [ MSGID|MSGNUM ], [FH] ), head (
ff426ff2
JH
16768[ MSGID|MSGNUM ], [FH] ), articlefh ( [ MSGID|MSGNUM ] ), bodyfh ( [
16769MSGID|MSGNUM ] ), headfh ( [ MSGID|MSGNUM ] ), nntpstat ( [ MSGID|MSGNUM ]
16770), group ( [ GROUP ] ), ihave ( MSGID [, MESSAGE ]), last (), date (),
16771postok (), authinfo ( USER, PASS ), list (), newgroups ( SINCE [,
16772DISTRIBUTIONS ]), newnews ( SINCE [, GROUPS [, DISTRIBUTIONS ]]), next (),
16773post ( [ MESSAGE ] ), postfh (), slave (), quit ()
5d80033a
JH
16774
16775=over 4
16776
16777=item Extension methods
16778
16779newsgroups ( [ PATTERN ] ), distributions (), subscriptions (),
16780overview_fmt (), active_times (), active ( [ PATTERN ] ), xgtitle ( PATTERN
16781), xhdr ( HEADER, MESSAGE-SPEC ), xover ( MESSAGE-SPEC ), xpath (
16782MESSAGE-ID ), xpat ( HEADER, PATTERN, MESSAGE-SPEC), xrover, listgroup ( [
16783GROUP ] ), reader
16784
16785=back
16786
16787=item UNSUPPORTED
16788
16789=item DEFINITIONS
16790
16791MESSAGE-SPEC, PATTERN, Examples, C<[^]-]>, C<*bdc>, C<[0-9a-zA-Z]>, C<a??d>
16792
16793=item SEE ALSO
16794
16795=item AUTHOR
16796
16797=item COPYRIGHT
16798
16799=back
16800
ff426ff2 16801=head2 Net::POP3 - Post Office Protocol 3 Client class (RFC1939)
5d80033a
JH
16802
16803=over 4
16804
16805=item SYNOPSIS
16806
16807=item DESCRIPTION
16808
16809=item EXAMPLES
16810
16811=item CONSTRUCTOR
16812
16813new ( [ HOST, ] [ OPTIONS ] )
16814
16815=item METHODS
16816
ff426ff2
JH
16817user ( USER ), pass ( PASS ), login ( [ USER [, PASS ]] ), apop ( [ USER [,
16818PASS ]] ), top ( MSGNUM [, NUMLINES ] ), list ( [ MSGNUM ] ), get ( MSGNUM
16819[, FH ] ), getfh ( MSGNUM ), last (), popstat (), ping ( USER ), uidl ( [
16820MSGNUM ] ), delete ( MSGNUM ), reset (), quit ()
5d80033a
JH
16821
16822=item NOTES
16823
16824=item SEE ALSO
16825
16826=item AUTHOR
16827
16828=item COPYRIGHT
16829
16830=back
16831
8ebc5c01 16832=head2 Net::Ping - check a remote host for reachability
7d2bfb28 16833
d420ca49 16834=over 4
a45bd81d 16835
8ebc5c01 16836=item SYNOPSIS
7d2bfb28 16837
8ebc5c01 16838=item DESCRIPTION
7d2bfb28 16839
d420ca49 16840=over 4
8ebc5c01 16841
16842=item Functions
7d2bfb28 16843
2a551100
JH
16844Net::Ping->new([$proto [, $def_timeout [, $bytes [, $device ]]]]);,
16845$p->ping($host [, $timeout]);, $p->source_verify( { 0 | 1 } );,
16846$p->service_check( { 0 | 1 } );, $p->tcp_service_check( { 0 | 1 } );,
16847$p->hires( { 0 | 1 } );, $p->bind($local_addr);, $p->open($host);, $p->ack(
16848[ $host ] );, $p->nack( $failed_ack_host );, $p->close();, pingecho($host
16849[, $timeout]);
7d2bfb28 16850
8ebc5c01 16851=back
16852
8ebc5c01 16853=item NOTES
7d2bfb28 16854
ea9fba97
JH
16855=item INSTALL
16856
2a551100
JH
16857=item BUGS
16858
04b01f78 16859=item AUTHORS
493a87da
JH
16860
16861=item COPYRIGHT
16862
a45bd81d
GS
16863=back
16864
5d80033a
JH
16865=head2 Net::SMTP - Simple Mail Transfer Protocol Client
16866
16867=over 4
16868
16869=item SYNOPSIS
16870
16871=item DESCRIPTION
16872
16873=item EXAMPLES
16874
16875=item CONSTRUCTOR
16876
16877new Net::SMTP [ HOST, ] [ OPTIONS ]
16878
16879=item METHODS
16880
428dc699
JH
16881banner (), domain (), hello ( DOMAIN ), etrn ( DOMAIN ), auth ( USERNAME,
16882PASSWORD ), mail ( ADDRESS [, OPTIONS] ), send ( ADDRESS ), send_or_mail (
16883ADDRESS ), send_and_mail ( ADDRESS ), reset (), recipient ( ADDRESS [,
16884ADDRESS [ ...]] [, OPTIONS ] ), to ( ADDRESS [, ADDRESS [...]] ), cc (
16885ADDRESS [, ADDRESS [...]] ), bcc ( ADDRESS [, ADDRESS [...]] ), data ( [
16886DATA ] ), expand ( ADDRESS ), verify ( ADDRESS ), help ( [ $subject ] ),
16887quit ()
5d80033a 16888
a6812a52
JH
16889=item ADDRESSES
16890
5d80033a
JH
16891=item SEE ALSO
16892
16893=item AUTHOR
16894
16895=item COPYRIGHT
16896
16897=back
16898
5d80033a
JH
16899=head2 Net::Time - time and daytime network client interface
16900
16901=over 4
16902
16903=item SYNOPSIS
16904
16905=item DESCRIPTION
16906
16907inet_time ( [HOST [, PROTOCOL [, TIMEOUT]]]), inet_daytime ( [HOST [,
16908PROTOCOL [, TIMEOUT]]])
16909
16910=item AUTHOR
16911
16912=item COPYRIGHT
16913
16914=back
16915
8ebc5c01 16916=head2 Net::hostent - by-name interface to Perl's built-in gethost*()
16917functions
7d2bfb28 16918
d420ca49 16919=over 4
a45bd81d 16920
8ebc5c01 16921=item SYNOPSIS
7d2bfb28 16922
8ebc5c01 16923=item DESCRIPTION
7d2bfb28 16924
cb1a09d0
AD
16925=item EXAMPLES
16926
8ebc5c01 16927=item NOTE
cb1a09d0 16928
8ebc5c01 16929=item AUTHOR
cb1a09d0 16930
a45bd81d
GS
16931=back
16932
5d80033a
JH
16933=head2 Net::libnetFAQ, libnetFAQ - libnet Frequently Asked Questions
16934
16935=over 4
16936
16937=item DESCRIPTION
16938
16939=over 4
16940
16941=item Where to get this document
16942
16943=item How to contribute to this document
16944
16945=back
16946
16947=item Author and Copyright Information
16948
16949=over 4
16950
16951=item Disclaimer
16952
16953=back
16954
16955=item Obtaining and installing libnet
16956
16957=over 4
16958
16959=item What is libnet ?
16960
16961=item Which version of perl do I need ?
16962
16963=item What other modules do I need ?
16964
16965=item What machines support libnet ?
16966
16967=item Where can I get the latest libnet release
16968
16969=back
16970
16971=item Using Net::FTP
16972
16973=over 4
16974
ba62762e 16975=item How do I download files from an FTP server ?
5d80033a
JH
16976
16977=item How do I transfer files in binary mode ?
16978
16979=item How can I get the size of a file on a remote FTP server ?
16980
16981=item How can I get the modification time of a file on a remote FTP server
16982?
16983
16984=item How can I change the permissions of a file on a remote server ?
16985
16986=item Can I do a reget operation like the ftp command ?
16987
ba62762e 16988=item How do I get a directory listing from an FTP server ?
5d80033a 16989
ba62762e 16990=item Changing directory to "" does not fail ?
5d80033a
JH
16991
16992=item I am behind a SOCKS firewall, but the Firewall option does not work ?
16993
ba62762e 16994=item I am behind an FTP proxy firewall, but cannot access machines outside
5d80033a
JH
16995?
16996
16997=item My ftp proxy firewall does not listen on port 21
16998
16999=item Is it possible to change the file permissions of a file on an FTP
17000server ?
17001
17002=item I have seen scripts call a method message, but cannot find it
17003documented ?
17004
17005=item Why does Net::FTP not implement mput and mget methods
17006
17007=back
17008
17009=item Using Net::SMTP
17010
17011=over 4
17012
17013=item Why can't the part of an Email address after the @ be used as the
17014hostname ?
17015
17016=item Why does Net::SMTP not do DNS MX lookups ?
17017
17018=item The verify method always returns true ?
17019
17020=back
17021
17022=item Debugging scripts
17023
17024=over 4
17025
17026=item How can I debug my scripts that use Net::* modules ?
17027
17028=back
17029
17030=item AUTHOR AND COPYRIGHT
17031
17032=back
17033
8ebc5c01 17034=head2 Net::netent - by-name interface to Perl's built-in getnet*()
17035functions
cb1a09d0 17036
d420ca49 17037=over 4
a45bd81d 17038
8ebc5c01 17039=item SYNOPSIS
cb1a09d0 17040
8ebc5c01 17041=item DESCRIPTION
cb1a09d0 17042
8ebc5c01 17043=item EXAMPLES
cb1a09d0 17044
8ebc5c01 17045=item NOTE
cb1a09d0 17046
8ebc5c01 17047=item AUTHOR
cb1a09d0 17048
a45bd81d
GS
17049=back
17050
8ebc5c01 17051=head2 Net::protoent - by-name interface to Perl's built-in getproto*()
17052functions
cb1a09d0 17053
d420ca49 17054=over 4
a45bd81d 17055
8ebc5c01 17056=item SYNOPSIS
cb1a09d0
AD
17057
17058=item DESCRIPTION
17059
8ebc5c01 17060=item NOTE
cb1a09d0 17061
8ebc5c01 17062=item AUTHOR
cb1a09d0 17063
a45bd81d
GS
17064=back
17065
8ebc5c01 17066=head2 Net::servent - by-name interface to Perl's built-in getserv*()
17067functions
cb1a09d0 17068
d420ca49 17069=over 4
a45bd81d 17070
cb1a09d0
AD
17071=item SYNOPSIS
17072
cb1a09d0
AD
17073=item DESCRIPTION
17074
8ebc5c01 17075=item EXAMPLES
cb1a09d0 17076
8ebc5c01 17077=item NOTE
cb1a09d0 17078
8ebc5c01 17079=item AUTHOR
cb1a09d0 17080
a45bd81d
GS
17081=back
17082
5d80033a
JH
17083=head2 Netrc, Net::Netrc - OO interface to users netrc file
17084
17085=over 4
17086
17087=item SYNOPSIS
17088
17089=item DESCRIPTION
17090
17091=item THE .netrc FILE
17092
17093machine name, default, login name, password string, account string, macdef
17094name
17095
17096=item CONSTRUCTOR
17097
17098lookup ( MACHINE [, LOGIN ])
17099
17100=item METHODS
17101
17102login (), password (), account (), lpa ()
17103
17104=item AUTHOR
17105
17106=item SEE ALSO
17107
17108=item COPYRIGHT
17109
17110=back
17111
e993db8c
JH
17112=head2 O - Generic interface to Perl Compiler backends
17113
17114=over 4
17115
17116=item SYNOPSIS
17117
17118=item DESCRIPTION
17119
17120=item CONVENTIONS
17121
17122=item IMPLEMENTATION
17123
95fb7f7f
JH
17124=item BUGS
17125
e993db8c
JH
17126=item AUTHOR
17127
17128=back
17129
8ebc5c01 17130=head2 ODBM_File - Tied access to odbm files
cb1a09d0 17131
d420ca49 17132=over 4
a45bd81d 17133
cb1a09d0
AD
17134=item SYNOPSIS
17135
4d4e713d
JH
17136=item DESCRIPTION
17137
a9ef4385
JH
17138C<O_RDONLY>, C<O_WRONLY>, C<O_RDWR>
17139
17140=item DIAGNOSTICS
17141
d420ca49 17142=over 4
a9ef4385
JH
17143
17144=item C<odbm store returned -1, errno 22, key "..." at ...>
17145
17146=back
17147
17148=item BUGS AND WARNINGS
cb1a09d0 17149
a45bd81d
GS
17150=back
17151
8ebc5c01 17152=head2 Opcode - Disable named opcodes when compiling perl code
cb1a09d0 17153
d420ca49 17154=over 4
a45bd81d 17155
8ebc5c01 17156=item SYNOPSIS
cb1a09d0 17157
8ebc5c01 17158=item DESCRIPTION
cb1a09d0 17159
8ebc5c01 17160=item NOTE
cb1a09d0 17161
8ebc5c01 17162=item WARNING
cb1a09d0 17163
8ebc5c01 17164=item Operator Names and Operator Lists
cb1a09d0 17165
8ebc5c01 17166an operator name (opname), an operator tag name (optag), a negated opname
17167or optag, an operator set (opset)
cb1a09d0 17168
8ebc5c01 17169=item Opcode Functions
cb1a09d0 17170
8ebc5c01 17171opcodes, opset (OP, ...), opset_to_ops (OPSET), opset_to_hex (OPSET),
17172full_opset, empty_opset, invert_opset (OPSET), verify_opset (OPSET, ...),
17173define_optag (OPTAG, OPSET), opmask_add (OPSET), opmask, opdesc (OP, ...),
17174opdump (PAT)
cb1a09d0 17175
8ebc5c01 17176=item Manipulating Opsets
cb1a09d0 17177
8ebc5c01 17178=item TO DO (maybe)
cb1a09d0 17179
a45bd81d
GS
17180=back
17181
d420ca49 17182=over 4
a45bd81d 17183
8ebc5c01 17184=item Predefined Opcode Tags
cb1a09d0 17185
8ebc5c01 17186:base_core, :base_mem, :base_loop, :base_io, :base_orig, :base_math,
d516a115
JH
17187:base_thread, :default, :filesys_read, :sys_db, :browse, :filesys_open,
17188:filesys_write, :subprocess, :ownprocess, :others, :still_to_be_decided,
17189:dangerous
cb1a09d0 17190
8ebc5c01 17191=item SEE ALSO
cb1a09d0 17192
8ebc5c01 17193=item AUTHORS
cb1a09d0 17194
a45bd81d
GS
17195=back
17196
8ebc5c01 17197=head2 Opcode::Safe, Safe - Compile and execute code in restricted
17198compartments
cb1a09d0 17199
d420ca49 17200=over 4
a45bd81d 17201
cb1a09d0
AD
17202=item SYNOPSIS
17203
cb1a09d0
AD
17204=item DESCRIPTION
17205
8ebc5c01 17206a new namespace, an operator mask
17207
17208=item WARNING
cb1a09d0 17209
d420ca49 17210=over 4
cb1a09d0 17211
8ebc5c01 17212=item RECENT CHANGES
cb1a09d0 17213
8ebc5c01 17214=item Methods in class Safe
cb1a09d0 17215
8ebc5c01 17216permit (OP, ...), permit_only (OP, ...), deny (OP, ...), deny_only (OP,
17217...), trap (OP, ...), untrap (OP, ...), share (NAME, ...), share_from
17218(PACKAGE, ARRAYREF), varglob (VARNAME), reval (STRING), rdo (FILENAME),
17219root (NAMESPACE), mask (MASK)
cb1a09d0 17220
8ebc5c01 17221=item Some Safety Issues
cb1a09d0 17222
8ebc5c01 17223Memory, CPU, Snooping, Signals, State Changes
cb1a09d0 17224
8ebc5c01 17225=item AUTHOR
cb1a09d0 17226
8ebc5c01 17227=back
cb1a09d0 17228
a45bd81d
GS
17229=back
17230
8ebc5c01 17231=head2 Opcode::ops, ops - Perl pragma to restrict unsafe operations when
17232compiling
cb1a09d0 17233
d420ca49 17234=over 4
a45bd81d 17235
14218588 17236=item SYNOPSIS
cb1a09d0 17237
8ebc5c01 17238=item DESCRIPTION
cb1a09d0 17239
8ebc5c01 17240=item SEE ALSO
cb1a09d0 17241
a45bd81d
GS
17242=back
17243
cb1a09d0
AD
17244=head2 POSIX - Perl interface to IEEE Std 1003.1
17245
d420ca49 17246=over 4
a45bd81d 17247
cb1a09d0
AD
17248=item SYNOPSIS
17249
cb1a09d0
AD
17250=item DESCRIPTION
17251
cb1a09d0
AD
17252=item NOTE
17253
8ebc5c01 17254=item CAVEATS
cb1a09d0
AD
17255
17256=item FUNCTIONS
17257
8ebc5c01 17258_exit, abort, abs, access, acos, alarm, asctime, asin, assert, atan, atan2,
17259atexit, atof, atoi, atol, bsearch, calloc, ceil, chdir, chmod, chown,
17260clearerr, clock, close, closedir, cos, cosh, creat, ctermid, ctime,
17261cuserid, difftime, div, dup, dup2, errno, execl, execle, execlp, execv,
17262execve, execvp, exit, exp, fabs, fclose, fcntl, fdopen, feof, ferror,
17263fflush, fgetc, fgetpos, fgets, fileno, floor, fmod, fopen, fork, fpathconf,
17264fprintf, fputc, fputs, fread, free, freopen, frexp, fscanf, fseek, fsetpos,
2a551100
JH
17265fstat, fsync, ftell, fwrite, getc, getchar, getcwd, getegid, getenv,
17266geteuid, getgid, getgrgid, getgrnam, getgroups, getlogin, getpgrp, getpid,
17267getppid, getpwnam, getpwuid, gets, getuid, gmtime, isalnum, isalpha,
17268isatty, iscntrl, isdigit, isgraph, islower, isprint, ispunct, isspace,
17269isupper, isxdigit, kill, labs, ldexp, ldiv, link, localeconv, localtime,
17270log, log10, longjmp, lseek, malloc, mblen, mbstowcs, mbtowc, memchr,
17271memcmp, memcpy, memmove, memset, mkdir, mkfifo, mktime, modf, nice,
17272offsetof, open, opendir, pathconf, pause, perror, pipe, pow, printf, putc,
17273putchar, puts, qsort, raise, rand, read, readdir, realloc, remove, rename,
17274rewind, rewinddir, rmdir, scanf, setgid, setjmp, setlocale, setpgid,
17275setsid, setuid, sigaction, siglongjmp, sigpending, sigprocmask, sigsetjmp,
8ebc5c01 17276sigsuspend, sin, sinh, sleep, sprintf, sqrt, srand, sscanf, stat, strcat,
17277strchr, strcmp, strcoll, strcpy, strcspn, strerror, strftime, strlen,
4755096e
GS
17278strncat, strncmp, strncpy, strpbrk, strrchr, strspn, strstr, strtod,
17279strtok, strtol, strtoul, strxfrm, sysconf, system, tan, tanh, tcdrain,
17280tcflow, tcflush, tcgetpgrp, tcsendbreak, tcsetpgrp, time, times, tmpfile,
17281tmpnam, tolower, toupper, ttyname, tzname, tzset, umask, uname, ungetc,
17282unlink, utime, vfprintf, vprintf, vsprintf, wait, waitpid, wcstombs,
17283wctomb, write
cb1a09d0
AD
17284
17285=item CLASSES
17286
d420ca49 17287=over 4
cb1a09d0 17288
cb1a09d0
AD
17289=item POSIX::SigAction
17290
2a551100 17291new, handler, mask, flags
cb1a09d0
AD
17292
17293=item POSIX::SigSet
17294
cb1a09d0
AD
17295new, addset, delset, emptyset, fillset, ismember
17296
17297=item POSIX::Termios
17298
cb1a09d0
AD
17299new, getattr, getcc, getcflag, getiflag, getispeed, getlflag, getoflag,
17300getospeed, setattr, setcc, setcflag, setiflag, setispeed, setlflag,
17301setoflag, setospeed, Baud rate values, Terminal interface values, c_cc
17302field values, c_cflag field values, c_iflag field values, c_lflag field
17303values, c_oflag field values
17304
cb1a09d0
AD
17305=back
17306
17307=item PATHNAME CONSTANTS
17308
cb1a09d0
AD
17309Constants
17310
17311=item POSIX CONSTANTS
17312
cb1a09d0
AD
17313Constants
17314
17315=item SYSTEM CONFIGURATION
17316
cb1a09d0
AD
17317Constants
17318
17319=item ERRNO
17320
cb1a09d0
AD
17321Constants
17322
17323=item FCNTL
17324
cb1a09d0
AD
17325Constants
17326
17327=item FLOAT
17328
cb1a09d0
AD
17329Constants
17330
17331=item LIMITS
17332
cb1a09d0
AD
17333Constants
17334
17335=item LOCALE
17336
cb1a09d0
AD
17337Constants
17338
17339=item MATH
17340
cb1a09d0
AD
17341Constants
17342
17343=item SIGNAL
17344
cb1a09d0
AD
17345Constants
17346
17347=item STAT
17348
cb1a09d0
AD
17349Constants, Macros
17350
17351=item STDLIB
17352
cb1a09d0
AD
17353Constants
17354
17355=item STDIO
17356
cb1a09d0
AD
17357Constants
17358
17359=item TIME
17360
cb1a09d0
AD
17361Constants
17362
17363=item UNISTD
17364
cb1a09d0
AD
17365Constants
17366
17367=item WAIT
17368
04b01f78
JH
17369Constants, WNOHANG, WUNTRACED, Macros, WIFEXITED, WEXITSTATUS, WIFSIGNALED,
17370WTERMSIG, WIFSTOPPED, WSTOPSIG
cb1a09d0 17371
a45bd81d
GS
17372=back
17373
0d0e97a6
JH
17374=head2 PerlIO - On demand loader for PerlIO layers and root of PerlIO::*
17375name space
17376
17377=over 4
17378
17379=item SYNOPSIS
17380
17381=item DESCRIPTION
17382
c40f6c4a 17383unix, stdio, perlio, crlf, utf8, bytes, raw, pop
0d0e97a6
JH
17384
17385=over 4
17386
2a551100
JH
17387=item Custom Layers
17388
17389:encoding, :via
17390
033348ab
JH
17391=item Alternatives to raw
17392
0d0e97a6
JH
17393=item Defaults and how to override them
17394
2a551100
JH
17395=item Querying the layers of filehandle
17396
0d0e97a6
JH
17397=back
17398
17399=item AUTHOR
17400
17401=item SEE ALSO
17402
17403=back
17404
e934609f
JH
17405=head2 PerlIO::encoding - encoding layer
17406
17407=over 4
17408
17409=item SYNOPSIS
17410
17411=item DESCRIPTION
17412
17413=item SEE ALSO
17414
17415=back
17416
17417=head2 PerlIO::scalar - support module for in-memory IO.
0d0e97a6
JH
17418
17419=over 4
17420
17421=item SYNOPSIS
17422
17423=item DESCRIPTION
17424
17425=back
17426
e934609f 17427=head2 PerlIO::via - Helper class for PerlIO layers implemented in perl
0d0e97a6
JH
17428
17429=over 4
17430
17431=item SYNOPSIS
17432
17433=item DESCRIPTION
17434
e934609f
JH
17435=item EXPECTED METHODS
17436
34babc16 17437$class->PUSHED([$mode[,$fh]]), $obj->POPPED([$fh]),
e934609f
JH
17438$obj->OPEN($path,$mode[,$fh]), $obj->BINMODE([,$fh]),
17439$obj->FDOPEN($fd[,$fh]), $obj->SYSOPEN($path,$imode,$perm,[,$fh]),
033348ab
JH
17440$obj->FILENO($fh), $obj->READ($buffer,$len,$fh), $obj->WRITE($buffer,$fh),
17441$obj->FILL($fh), $obj->CLOSE($fh), $obj->SEEK($posn,$whence,$fh),
17442$obj->TELL($fh), $obj->UNREAD($buffer,$fh), $obj->FLUSH($fh),
17443$obj->SETLINEBUF($fh), $obj->CLEARERR($fh), $obj->ERROR($fh),
17444$obj->EOF($fh)
0d0e97a6 17445
e934609f
JH
17446=item EXAMPLES
17447
428dc699
JH
17448=over 4
17449
17450=item Example - a Hexadecimal Handle
17451
17452=back
17453
0d0e97a6
JH
17454=back
17455
e934609f 17456=head2 PerlIO::via::QuotedPrint - PerlIO layer for quoted-printable strings
95fb7f7f
JH
17457
17458=over 4
17459
17460=item SYNOPSIS
17461
17462=item DESCRIPTION
17463
17464=item SEE ALSO
17465
e934609f
JH
17466=item COPYRIGHT
17467
95fb7f7f
JH
17468=back
17469
14218588
GS
17470=head2 Pod::Checker, podchecker() - check pod documents for syntax errors
17471
d420ca49 17472=over 4
a45bd81d 17473
14218588
GS
17474=item SYNOPSIS
17475
17476=item OPTIONS/ARGUMENTS
17477
d420ca49 17478=over 4
a45bd81d 17479
694468e3 17480=item podchecker()
a45bd81d
GS
17481
17482B<-warnings> =E<gt> I<val>
17483
17484=back
17485
14218588
GS
17486=item DESCRIPTION
17487
694468e3
GS
17488=item DIAGNOSTICS
17489
d420ca49 17490=over 4
a45bd81d 17491
694468e3
GS
17492=item Errors
17493
17494empty =headn, =over on line I<N> without closing =back, =item without
17495previous =over, =back without previous =over, No argument for =begin, =end
17496without =begin, Nested =begin's, =for without formatter specification,
17497unresolved internal link I<NAME>, Unknown command "I<CMD>", Unknown
17498interior-sequence "I<SEQ>", nested commands
17499I<CMD>E<lt>...I<CMD>E<lt>...E<gt>...E<gt>, garbled entity I<STRING>, Entity
17500number out of range, malformed link LE<lt>E<gt>, nonempty ZE<lt>E<gt>,
17501empty XE<lt>E<gt>, Spurious text after =pod / =cut, Spurious character(s)
17502after =back
17503
a45bd81d
GS
17504=item Warnings
17505
fb8eeed8 17506multiple occurrence of link target I<name>, line containing nothing but
4d4e713d
JH
17507whitespace in paragraph, file does not start with =head, previous =item has
17508no contents, preceding non-item paragraph(s), =item type mismatch (I<one>
17509vs. I<two>), I<N> unescaped C<E<lt>E<gt>> in paragraph, Unknown entity, No
17510items in =over, No argument for =item, empty section in previous paragraph,
2a551100
JH
17511Verbatim paragraph in NAME section, =headI<n> without preceding higher
17512level
10862624
RF
17513
17514=item Hyperlinks
17515
4d4e713d
JH
17516ignoring leading/trailing whitespace in link, (section) in '$page'
17517deprecated, alternative text/node '%s' contains non-escaped | or /
a45bd81d 17518
694468e3 17519=back
a45bd81d
GS
17520
17521=item RETURN VALUE
17522
14218588
GS
17523=item EXAMPLES
17524
694468e3
GS
17525=item INTERFACE
17526
17527=back
17528
10862624
RF
17529C<Pod::Checker-E<gt>new( %options )>
17530
694468e3
GS
17531C<$checker-E<gt>poderror( @args )>, C<$checker-E<gt>poderror( {%opts},
17532@args )>
17533
17534C<$checker-E<gt>num_errors()>
17535
2a551100
JH
17536C<$checker-E<gt>num_warnings()>
17537
694468e3
GS
17538C<$checker-E<gt>name()>
17539
17540C<$checker-E<gt>node()>
17541
17542C<$checker-E<gt>idx()>
17543
17544C<$checker-E<gt>hyperlink()>
17545
d420ca49 17546=over 4
694468e3 17547
14218588
GS
17548=item AUTHOR
17549
a45bd81d
GS
17550=back
17551
694468e3 17552=head2 Pod::Find - find POD documents in directory trees
a45bd81d 17553
d420ca49 17554=over 4
a45bd81d
GS
17555
17556=item SYNOPSIS
17557
17558=item DESCRIPTION
17559
10862624
RF
17560=back
17561
d420ca49 17562=over 4
10862624
RF
17563
17564=item C<pod_find( { %opts } , @directories )>
a45bd81d 17565
10862624
RF
17566C<-verbose =E<gt> 1>, C<-perl =E<gt> 1>, C<-script =E<gt> 1>, C<-inc =E<gt>
175671>
17568
17569=back
17570
d420ca49 17571=over 4
10862624
RF
17572
17573=item C<simplify_name( $str )>
17574
17575=back
17576
d420ca49 17577=over 4
10862624
RF
17578
17579=item C<pod_where( { %opts }, $pod )>
17580
17581C<-inc =E<gt> 1>, C<-dirs =E<gt> [ $dir1, $dir2, ... ]>, C<-verbose =E<gt>
175821>
17583
17584=back
17585
d420ca49 17586=over 4
10862624
RF
17587
17588=item C<contains_pod( $file , $verbose )>
17589
17590=back
17591
d420ca49 17592=over 4
a45bd81d
GS
17593
17594=item AUTHOR
17595
694468e3
GS
17596=item SEE ALSO
17597
a45bd81d
GS
17598=back
17599
193fb0af 17600=head2 Pod::Html - module to convert pod files to HTML
54310121 17601
d420ca49 17602=over 4
a45bd81d 17603
54310121 17604=item SYNOPSIS
17605
17606=item DESCRIPTION
17607
17608=item ARGUMENTS
17609
d2f2ce36
JH
17610backlink, cachedir, css, flush, header, help, htmldir, htmlroot, index,
17611infile, libpods, netscape, outfile, podpath, podroot, quiet, recurse,
17612title, verbose
54310121 17613
17614=item EXAMPLE
17615
c76ac1ee
GS
17616=item ENVIRONMENT
17617
54310121 17618=item AUTHOR
17619
54310121 17620=item SEE ALSO
17621
17622=item COPYRIGHT
17623
a45bd81d
GS
17624=back
17625
14218588
GS
17626=head2 Pod::InputObjects - objects representing POD input paragraphs,
17627commands, etc.
17628
d420ca49 17629=over 4
a45bd81d 17630
14218588
GS
17631=item SYNOPSIS
17632
17633=item REQUIRES
17634
17635=item EXPORTS
17636
17637=item DESCRIPTION
17638
10862624
RF
17639package B<Pod::InputSource>, package B<Pod::Paragraph>, package
17640B<Pod::InteriorSequence>, package B<Pod::ParseTree>
14218588 17641
a45bd81d
GS
17642=back
17643
d420ca49 17644=over 4
a45bd81d 17645
14218588
GS
17646=item B<Pod::InputSource>
17647
a45bd81d
GS
17648=back
17649
d420ca49 17650=over 4
14218588
GS
17651
17652=item B<new()>
17653
a45bd81d
GS
17654=back
17655
d420ca49 17656=over 4
a45bd81d 17657
14218588
GS
17658=item B<name()>
17659
a45bd81d
GS
17660=back
17661
d420ca49 17662=over 4
a45bd81d 17663
14218588
GS
17664=item B<handle()>
17665
a45bd81d
GS
17666=back
17667
d420ca49 17668=over 4
a45bd81d 17669
14218588
GS
17670=item B<was_cutting()>
17671
17672=back
17673
d420ca49 17674=over 4
a45bd81d 17675
14218588
GS
17676=item B<Pod::Paragraph>
17677
a45bd81d
GS
17678=back
17679
d420ca49 17680=over 4
14218588 17681
10862624 17682=item Pod::Paragraph-E<gt>B<new()>
14218588 17683
a45bd81d
GS
17684=back
17685
d420ca49 17686=over 4
a45bd81d 17687
10862624 17688=item $pod_para-E<gt>B<cmd_name()>
14218588 17689
a45bd81d
GS
17690=back
17691
d420ca49 17692=over 4
a45bd81d 17693
10862624 17694=item $pod_para-E<gt>B<text()>
14218588 17695
a45bd81d
GS
17696=back
17697
d420ca49 17698=over 4
a45bd81d 17699
10862624 17700=item $pod_para-E<gt>B<raw_text()>
14218588 17701
a45bd81d
GS
17702=back
17703
d420ca49 17704=over 4
a45bd81d 17705
10862624 17706=item $pod_para-E<gt>B<cmd_prefix()>
14218588 17707
a45bd81d
GS
17708=back
17709
d420ca49 17710=over 4
a45bd81d 17711
10862624 17712=item $pod_para-E<gt>B<cmd_separator()>
14218588 17713
a45bd81d
GS
17714=back
17715
d420ca49 17716=over 4
a45bd81d 17717
10862624 17718=item $pod_para-E<gt>B<parse_tree()>
14218588 17719
a45bd81d
GS
17720=back
17721
d420ca49 17722=over 4
a45bd81d 17723
10862624 17724=item $pod_para-E<gt>B<file_line()>
14218588
GS
17725
17726=back
17727
d420ca49 17728=over 4
a45bd81d 17729
14218588
GS
17730=item B<Pod::InteriorSequence>
17731
a45bd81d
GS
17732=back
17733
d420ca49 17734=over 4
14218588 17735
10862624 17736=item Pod::InteriorSequence-E<gt>B<new()>
14218588 17737
a45bd81d
GS
17738=back
17739
d420ca49 17740=over 4
a45bd81d 17741
10862624 17742=item $pod_seq-E<gt>B<cmd_name()>
14218588 17743
a45bd81d
GS
17744=back
17745
d420ca49 17746=over 4
a45bd81d 17747
10862624 17748=item $pod_seq-E<gt>B<prepend()>
14218588 17749
a45bd81d
GS
17750=back
17751
d420ca49 17752=over 4
a45bd81d 17753
10862624 17754=item $pod_seq-E<gt>B<append()>
14218588 17755
a45bd81d
GS
17756=back
17757
d420ca49 17758=over 4
a45bd81d 17759
10862624 17760=item $pod_seq-E<gt>B<nested()>
14218588 17761
a45bd81d
GS
17762=back
17763
d420ca49 17764=over 4
a45bd81d 17765
10862624 17766=item $pod_seq-E<gt>B<raw_text()>
14218588 17767
a45bd81d
GS
17768=back
17769
d420ca49 17770=over 4
a45bd81d 17771
10862624 17772=item $pod_seq-E<gt>B<left_delimiter()>
14218588 17773
a45bd81d
GS
17774=back
17775
d420ca49 17776=over 4
a45bd81d 17777
10862624 17778=item $pod_seq-E<gt>B<right_delimiter()>
14218588 17779
a45bd81d
GS
17780=back
17781
d420ca49 17782=over 4
a45bd81d 17783
10862624 17784=item $pod_seq-E<gt>B<parse_tree()>
14218588 17785
a45bd81d
GS
17786=back
17787
d420ca49 17788=over 4
a45bd81d 17789
10862624 17790=item $pod_seq-E<gt>B<file_line()>
14218588 17791
a45bd81d
GS
17792=back
17793
d420ca49 17794=over 4
a45bd81d 17795
10862624 17796=item Pod::InteriorSequence::B<DESTROY()>
14218588
GS
17797
17798=back
17799
d420ca49 17800=over 4
a45bd81d 17801
14218588
GS
17802=item B<Pod::ParseTree>
17803
a45bd81d
GS
17804=back
17805
d420ca49 17806=over 4
14218588 17807
10862624 17808=item Pod::ParseTree-E<gt>B<new()>
14218588 17809
a45bd81d
GS
17810=back
17811
d420ca49 17812=over 4
a45bd81d 17813
10862624 17814=item $ptree-E<gt>B<top()>
14218588 17815
a45bd81d
GS
17816=back
17817
d420ca49 17818=over 4
a45bd81d 17819
10862624 17820=item $ptree-E<gt>B<children()>
14218588 17821
a45bd81d
GS
17822=back
17823
d420ca49 17824=over 4
a45bd81d 17825
10862624 17826=item $ptree-E<gt>B<prepend()>
14218588 17827
a45bd81d
GS
17828=back
17829
d420ca49 17830=over 4
a45bd81d 17831
10862624 17832=item $ptree-E<gt>B<append()>
14218588 17833
a45bd81d
GS
17834=back
17835
d420ca49 17836=over 4
a45bd81d 17837
10862624 17838=item $ptree-E<gt>B<raw_text()>
14218588 17839
a45bd81d
GS
17840=back
17841
d420ca49 17842=over 4
a45bd81d 17843
10862624 17844=item Pod::ParseTree::B<DESTROY()>
14218588
GS
17845
17846=back
17847
d420ca49 17848=over 4
a45bd81d 17849
14218588
GS
17850=item SEE ALSO
17851
17852=item AUTHOR
17853
a45bd81d
GS
17854=back
17855
497711e7
GS
17856=head2 Pod::LaTeX - Convert Pod data to formatted Latex
17857
d420ca49 17858=over 4
497711e7
GS
17859
17860=item SYNOPSIS
17861
17862=item DESCRIPTION
17863
17864=back
17865
d420ca49 17866=over 4
497711e7
GS
17867
17868=item OBJECT METHODS
17869
17870C<initialize>
17871
17872=back
17873
d420ca49 17874=over 4
497711e7
GS
17875
17876=item Data Accessors
17877
17878B<AddPreamble>
17879
17880=back
17881
17882B<AddPostamble>
17883
17884B<Head1Level>
17885
17886B<Label>
17887
17888B<LevelNoNum>
17889
17890B<MakeIndex>
17891
17892B<ReplaceNAMEwithSection>
17893
17894B<StartWithNewPage>
17895
17896B<TableOfContents>
17897
17898B<UniqueLabels>
17899
17900B<UserPreamble>
17901
17902B<UserPostamble>
17903
17904B<Lists>
17905
d420ca49 17906=over 4
497711e7
GS
17907
17908=item Subclassed methods
17909
17910=back
17911
17912B<begin_pod>
17913
17914B<end_pod>
17915
17916B<command>
17917
17918B<verbatim>
17919
17920B<textblock>
17921
17922B<interior_sequence>
17923
d420ca49 17924=over 4
497711e7
GS
17925
17926=item List Methods
17927
17928B<begin_list>
17929
17930=back
17931
17932B<end_list>
17933
17934B<add_item>
17935
d420ca49 17936=over 4
497711e7
GS
17937
17938=item Methods for headings
17939
17940B<head>
17941
17942=back
17943
d420ca49 17944=over 4
497711e7
GS
17945
17946=item Internal methods
17947
17948B<_output>
17949
17950=back
17951
17952B<_replace_special_chars>
17953
428dc699
JH
17954B<_replace_special_chars_late>
17955
497711e7
GS
17956B<_create_label>
17957
17958B<_create_index>
17959
17960B<_clean_latex_commands>
17961
428dc699
JH
17962B<_split_delimited>
17963
d420ca49 17964=over 4
497711e7
GS
17965
17966=item NOTES
17967
17968=item SEE ALSO
17969
17970=item AUTHORS
17971
17972=item COPYRIGHT
17973
17974=item REVISION
17975
17976=back
17977
c76ac1ee
GS
17978=head2 Pod::Man - Convert POD data to formatted *roff input
17979
d420ca49 17980=over 4
a45bd81d 17981
c76ac1ee
GS
17982=item SYNOPSIS
17983
17984=item DESCRIPTION
17985
07fcf8ff 17986center, date, fixed, fixedbold, fixeditalic, fixedbolditalic, name, quotes,
91331b4f 17987release, section
c76ac1ee
GS
17988
17989=item DIAGNOSTICS
17990
91331b4f 17991roff font should be 1 or 2 chars, not "%s", Invalid link %s, Invalid quote
9cd42e2a 17992specification "%s", %s:%d: Unknown command paragraph "%s", %s:%d: Unknown
34babc16
JH
17993escape EE<lt>%sE<gt>, %s:%d: Unknown formatting code %s, %s:%d: Unmatched
17994=back
c76ac1ee
GS
17995
17996=item BUGS
17997
34babc16
JH
17998=item CAVEATS
17999
c76ac1ee
GS
18000=item SEE ALSO
18001
18002=item AUTHOR
18003
d0363f02
JH
18004=item COPYRIGHT AND LICENSE
18005
a45bd81d
GS
18006=back
18007
69dc652e 18008=head2 Pod::ParseLink - Parse an LE<lt>E<gt> formatting code in POD text
07fcf8ff
JH
18009
18010=over 4
18011
18012=item SYNOPSIS
18013
18014=item DESCRIPTION
18015
69dc652e
JH
18016=item SEE ALSO
18017
07fcf8ff
JH
18018=item AUTHOR
18019
18020=item COPYRIGHT AND LICENSE
18021
18022=back
18023
694468e3
GS
18024=head2 Pod::ParseUtils - helpers for POD parsing and conversion
18025
d420ca49 18026=over 4
694468e3
GS
18027
18028=item SYNOPSIS
18029
18030=item DESCRIPTION
18031
18032=back
18033
d420ca49 18034=over 4
694468e3
GS
18035
18036=item Pod::List
18037
10862624 18038Pod::List-E<gt>new()
694468e3
GS
18039
18040=back
18041
10862624 18042$list-E<gt>file()
694468e3 18043
10862624 18044$list-E<gt>start()
694468e3 18045
10862624 18046$list-E<gt>indent()
694468e3 18047
10862624 18048$list-E<gt>type()
694468e3 18049
10862624 18050$list-E<gt>rx()
694468e3 18051
10862624 18052$list-E<gt>item()
694468e3 18053
10862624 18054$list-E<gt>parent()
694468e3 18055
10862624 18056$list-E<gt>tag()
694468e3 18057
d420ca49 18058=over 4
694468e3
GS
18059
18060=item Pod::Hyperlink
18061
10862624 18062Pod::Hyperlink-E<gt>new()
694468e3
GS
18063
18064=back
18065
10862624 18066$link-E<gt>parse($string)
694468e3 18067
10862624 18068$link-E<gt>markup($string)
694468e3 18069
10862624 18070$link-E<gt>text()
694468e3 18071
10862624 18072$link-E<gt>warning()
694468e3 18073
10862624 18074$link-E<gt>file(), $link-E<gt>line()
694468e3 18075
10862624 18076$link-E<gt>page()
694468e3 18077
10862624 18078$link-E<gt>node()
694468e3 18079
10862624 18080$link-E<gt>alttext()
694468e3 18081
10862624 18082$link-E<gt>type()
694468e3 18083
10862624 18084$link-E<gt>link()
694468e3 18085
d420ca49 18086=over 4
694468e3
GS
18087
18088=item Pod::Cache
18089
10862624 18090Pod::Cache-E<gt>new()
694468e3
GS
18091
18092=back
18093
10862624 18094$cache-E<gt>item()
694468e3 18095
10862624 18096$cache-E<gt>find_page($name)
694468e3 18097
d420ca49 18098=over 4
694468e3
GS
18099
18100=item Pod::Cache::Item
18101
10862624 18102Pod::Cache::Item-E<gt>new()
694468e3
GS
18103
18104=back
18105
10862624 18106$cacheitem-E<gt>page()
694468e3 18107
10862624 18108$cacheitem-E<gt>description()
694468e3 18109
10862624 18110$cacheitem-E<gt>path()
694468e3 18111
10862624 18112$cacheitem-E<gt>file()
694468e3 18113
10862624 18114$cacheitem-E<gt>nodes()
694468e3 18115
10862624 18116$cacheitem-E<gt>find_node($name)
694468e3 18117
10862624 18118$cacheitem-E<gt>idx()
694468e3 18119
d420ca49 18120=over 4
694468e3
GS
18121
18122=item AUTHOR
18123
18124=item SEE ALSO
18125
18126=back
18127
14218588
GS
18128=head2 Pod::Parser - base class for creating POD filters and translators
18129
d420ca49 18130=over 4
a45bd81d 18131
14218588
GS
18132=item SYNOPSIS
18133
18134=item REQUIRES
18135
18136=item EXPORTS
18137
18138=item DESCRIPTION
18139
18140=item QUICK OVERVIEW
18141
c76ac1ee
GS
18142=item PARSING OPTIONS
18143
b38f6a39
GS
18144B<-want_nonPODs> (default: unset), B<-process_cut_cmd> (default: unset),
18145B<-warnings> (default: unset)
c76ac1ee 18146
a45bd81d
GS
18147=back
18148
d420ca49 18149=over 4
a45bd81d 18150
14218588
GS
18151=item RECOMMENDED SUBROUTINE/METHOD OVERRIDES
18152
a45bd81d
GS
18153=back
18154
d420ca49 18155=over 4
a45bd81d 18156
14218588
GS
18157=item B<command()>
18158
18159C<$cmd>, C<$text>, C<$line_num>, C<$pod_para>
18160
a45bd81d
GS
18161=back
18162
d420ca49 18163=over 4
a45bd81d 18164
14218588
GS
18165=item B<verbatim()>
18166
18167C<$text>, C<$line_num>, C<$pod_para>
18168
a45bd81d
GS
18169=back
18170
d420ca49 18171=over 4
a45bd81d 18172
14218588
GS
18173=item B<textblock()>
18174
18175C<$text>, C<$line_num>, C<$pod_para>
18176
a45bd81d
GS
18177=back
18178
d420ca49 18179=over 4
a45bd81d 18180
14218588
GS
18181=item B<interior_sequence()>
18182
a45bd81d
GS
18183=back
18184
d420ca49 18185=over 4
a45bd81d 18186
14218588
GS
18187=item OPTIONAL SUBROUTINE/METHOD OVERRIDES
18188
a45bd81d
GS
18189=back
18190
d420ca49 18191=over 4
a45bd81d 18192
14218588
GS
18193=item B<new()>
18194
a45bd81d
GS
18195=back
18196
d420ca49 18197=over 4
a45bd81d 18198
14218588
GS
18199=item B<initialize()>
18200
a45bd81d
GS
18201=back
18202
d420ca49 18203=over 4
a45bd81d 18204
14218588
GS
18205=item B<begin_pod()>
18206
a45bd81d
GS
18207=back
18208
d420ca49 18209=over 4
a45bd81d 18210
14218588
GS
18211=item B<begin_input()>
18212
a45bd81d
GS
18213=back
18214
d420ca49 18215=over 4
a45bd81d 18216
14218588
GS
18217=item B<end_input()>
18218
a45bd81d
GS
18219=back
18220
d420ca49 18221=over 4
a45bd81d 18222
14218588
GS
18223=item B<end_pod()>
18224
a45bd81d
GS
18225=back
18226
d420ca49 18227=over 4
a45bd81d 18228
14218588
GS
18229=item B<preprocess_line()>
18230
a45bd81d
GS
18231=back
18232
d420ca49 18233=over 4
a45bd81d 18234
14218588
GS
18235=item B<preprocess_paragraph()>
18236
a45bd81d
GS
18237=back
18238
d420ca49 18239=over 4
a45bd81d 18240
14218588
GS
18241=item METHODS FOR PARSING AND PROCESSING
18242
a45bd81d
GS
18243=back
18244
d420ca49 18245=over 4
a45bd81d 18246
14218588
GS
18247=item B<parse_text()>
18248
c76ac1ee
GS
18249B<-expand_seq> =E<gt> I<code-ref>|I<method-name>, B<-expand_text> =E<gt>
18250I<code-ref>|I<method-name>, B<-expand_ptree> =E<gt>
14218588
GS
18251I<code-ref>|I<method-name>
18252
a45bd81d
GS
18253=back
18254
d420ca49 18255=over 4
a45bd81d 18256
14218588
GS
18257=item B<interpolate()>
18258
a45bd81d
GS
18259=back
18260
d420ca49 18261=over 4
a45bd81d 18262
14218588
GS
18263=item B<parse_paragraph()>
18264
a45bd81d
GS
18265=back
18266
d420ca49 18267=over 4
a45bd81d 18268
14218588
GS
18269=item B<parse_from_filehandle()>
18270
a45bd81d
GS
18271=back
18272
d420ca49 18273=over 4
a45bd81d 18274
14218588
GS
18275=item B<parse_from_file()>
18276
a45bd81d
GS
18277=back
18278
d420ca49 18279=over 4
a45bd81d 18280
14218588
GS
18281=item ACCESSOR METHODS
18282
a45bd81d
GS
18283=back
18284
d420ca49 18285=over 4
a45bd81d 18286
c76ac1ee
GS
18287=item B<errorsub()>
18288
a45bd81d
GS
18289=back
18290
d420ca49 18291=over 4
a45bd81d 18292
14218588
GS
18293=item B<cutting()>
18294
a45bd81d
GS
18295=back
18296
d420ca49 18297=over 4
a45bd81d 18298
c76ac1ee
GS
18299=item B<parseopts()>
18300
a45bd81d
GS
18301=back
18302
d420ca49 18303=over 4
a45bd81d 18304
14218588
GS
18305=item B<output_file()>
18306
a45bd81d
GS
18307=back
18308
d420ca49 18309=over 4
a45bd81d 18310
14218588
GS
18311=item B<output_handle()>
18312
a45bd81d
GS
18313=back
18314
d420ca49 18315=over 4
a45bd81d 18316
14218588
GS
18317=item B<input_file()>
18318
a45bd81d
GS
18319=back
18320
d420ca49 18321=over 4
a45bd81d 18322
14218588
GS
18323=item B<input_handle()>
18324
a45bd81d
GS
18325=back
18326
d420ca49 18327=over 4
a45bd81d 18328
14218588
GS
18329=item B<input_streams()>
18330
a45bd81d
GS
18331=back
18332
d420ca49 18333=over 4
a45bd81d
GS
18334
18335=item B<top_stream()>
18336
18337=back
18338
d420ca49 18339=over 4
14218588
GS
18340
18341=item PRIVATE METHODS AND DATA
18342
a45bd81d
GS
18343=back
18344
d420ca49 18345=over 4
a45bd81d 18346
14218588
GS
18347=item B<_push_input_stream()>
18348
a45bd81d
GS
18349=back
18350
d420ca49 18351=over 4
a45bd81d 18352
14218588
GS
18353=item B<_pop_input_stream()>
18354
a45bd81d
GS
18355=back
18356
d420ca49 18357=over 4
a45bd81d 18358
c76ac1ee 18359=item TREE-BASED PARSING
14218588
GS
18360
18361=item SEE ALSO
18362
18363=item AUTHOR
18364
a45bd81d
GS
18365=back
18366
2a551100
JH
18367=head2 Pod::Perldoc::ToChecker - let Perldoc check Pod for errors
18368
18369=over 4
18370
18371=item SYNOPSIS
18372
18373=item DESCRIPTION
18374
18375=item SEE ALSO
18376
18377=item COPYRIGHT AND DISCLAIMERS
18378
18379=item AUTHOR
18380
18381=back
18382
18383=head2 Pod::Perldoc::ToMan - let Perldoc render Pod as man pages
18384
18385=over 4
18386
18387=item SYNOPSIS
18388
18389=item DESCRIPTION
18390
18391=item CAVEAT
18392
18393=item SEE ALSO
18394
18395=item COPYRIGHT AND DISCLAIMERS
18396
18397=item AUTHOR
18398
18399=back
18400
18401=head2 Pod::Perldoc::ToNroff - let Perldoc convert Pod to nroff
18402
18403=over 4
18404
18405=item SYNOPSIS
18406
18407=item DESCRIPTION
18408
18409=item CAVEAT
18410
18411=item SEE ALSO
18412
18413=item COPYRIGHT AND DISCLAIMERS
18414
18415=item AUTHOR
18416
18417=back
18418
18419=head2 Pod::Perldoc::ToPod - let Perldoc render Pod as ... Pod!
18420
18421=over 4
18422
18423=item SYNOPSIS
18424
18425=item DESCRIPTION
18426
18427=item SEE ALSO
18428
18429=item COPYRIGHT AND DISCLAIMERS
18430
18431=item AUTHOR
18432
18433=back
18434
18435=head2 Pod::Perldoc::ToRtf - let Perldoc render Pod as RTF
18436
18437=over 4
18438
18439=item SYNOPSIS
18440
18441=item DESCRIPTION
18442
18443=item SEE ALSO
18444
18445=item COPYRIGHT AND DISCLAIMERS
18446
18447=item AUTHOR
18448
18449=back
18450
18451=head2 Pod::Perldoc::ToText - let Perldoc render Pod as plaintext
18452
18453=over 4
18454
18455=item SYNOPSIS
18456
18457=item DESCRIPTION
18458
18459=item CAVEAT
18460
18461=item SEE ALSO
18462
18463=item COPYRIGHT AND DISCLAIMERS
18464
18465=item AUTHOR
18466
18467=back
18468
18469=head2 Pod::Perldoc::ToTk - let Perldoc use Tk::Pod to render Pod
18470
18471=over 4
18472
18473=item SYNOPSIS
18474
18475=item DESCRIPTION
18476
18477=item SEE ALSO
18478
18479=item AUTHOR
18480
18481=back
18482
18483=head2 Pod::Perldoc::ToXml - let Perldoc render Pod as XML
18484
18485=over 4
18486
18487=item SYNOPSIS
18488
18489=item DESCRIPTION
18490
18491=item SEE ALSO
18492
18493=item COPYRIGHT AND DISCLAIMERS
18494
18495=item AUTHOR
18496
18497=back
18498
18499=head2 Pod::PlainText - Convert POD data to formatted ASCII text
18500
18501=over 4
18502
18503=item SYNOPSIS
18504
18505=item DESCRIPTION
18506
18507alt, indent, loose, sentence, width
18508
18509=item DIAGNOSTICS
18510
18511Bizarre space in item, Can't open %s for reading: %s, Unknown escape: %s,
18512Unknown sequence: %s, Unmatched =back
18513
18514=item RESTRICTIONS
18515
18516=item NOTES
18517
18518=item SEE ALSO
18519
18520=item AUTHOR
18521
18522=back
18523
b38f6a39
GS
18524=head2 Pod::Plainer - Perl extension for converting Pod to old style Pod.
18525
d420ca49 18526=over 4
b38f6a39
GS
18527
18528=item SYNOPSIS
18529
18530=item DESCRIPTION
18531
d420ca49 18532=over 4
b38f6a39
GS
18533
18534=item EXPORT
18535
18536=back
18537
18538=item AUTHOR
18539
18540=item SEE ALSO
18541
18542=back
18543
14218588
GS
18544=head2 Pod::Select, podselect() - extract selected sections of POD from
18545input
18546
d420ca49 18547=over 4
a45bd81d 18548
14218588
GS
18549=item SYNOPSIS
18550
18551=item REQUIRES
18552
18553=item EXPORTS
18554
18555=item DESCRIPTION
18556
18557=item SECTION SPECIFICATIONS
18558
18559=item RANGE SPECIFICATIONS
18560
a45bd81d
GS
18561=back
18562
d420ca49 18563=over 4
a45bd81d 18564
14218588
GS
18565=item OBJECT METHODS
18566
a45bd81d
GS
18567=back
18568
d420ca49 18569=over 4
a45bd81d 18570
14218588
GS
18571=item B<curr_headings()>
18572
a45bd81d
GS
18573=back
18574
d420ca49 18575=over 4
a45bd81d 18576
14218588
GS
18577=item B<select()>
18578
a45bd81d
GS
18579=back
18580
d420ca49 18581=over 4
a45bd81d 18582
14218588
GS
18583=item B<add_selection()>
18584
a45bd81d
GS
18585=back
18586
d420ca49 18587=over 4
a45bd81d 18588
14218588
GS
18589=item B<clear_selections()>
18590
a45bd81d
GS
18591=back
18592
d420ca49 18593=over 4
a45bd81d 18594
14218588
GS
18595=item B<match_section()>
18596
a45bd81d
GS
18597=back
18598
d420ca49 18599=over 4
a45bd81d 18600
14218588
GS
18601=item B<is_selected()>
18602
a45bd81d
GS
18603=back
18604
d420ca49 18605=over 4
a45bd81d 18606
14218588
GS
18607=item EXPORTED FUNCTIONS
18608
a45bd81d
GS
18609=back
18610
d420ca49 18611=over 4
a45bd81d 18612
14218588
GS
18613=item B<podselect()>
18614
18615B<-output>, B<-sections>, B<-ranges>
18616
a45bd81d
GS
18617=back
18618
d420ca49 18619=over 4
a45bd81d 18620
14218588
GS
18621=item PRIVATE METHODS AND DATA
18622
a45bd81d
GS
18623=back
18624
d420ca49 18625=over 4
a45bd81d 18626
14218588
GS
18627=item B<_compile_section_spec()>
18628
a45bd81d
GS
18629=back
18630
d420ca49 18631=over 4
14218588
GS
18632
18633=item $self->{_SECTION_HEADINGS}
18634
a45bd81d
GS
18635=back
18636
d420ca49 18637=over 4
a45bd81d 18638
14218588
GS
18639=item $self->{_SELECTED_SECTIONS}
18640
18641=back
18642
d420ca49 18643=over 4
a45bd81d 18644
14218588
GS
18645=item SEE ALSO
18646
18647=item AUTHOR
18648
a45bd81d
GS
18649=back
18650
c76ac1ee 18651=head2 Pod::Text - Convert POD data to formatted ASCII text
402d0d99 18652
d420ca49 18653=over 4
a45bd81d 18654
402d0d99 18655=item SYNOPSIS
18656
402d0d99 18657=item DESCRIPTION
18658
2a551100 18659alt, code, indent, loose, margin, quotes, sentence, width
c76ac1ee
GS
18660
18661=item DIAGNOSTICS
18662
1fdc5aa6 18663Bizarre space in item, Item called without tag, Can't open %s for reading:
04b01f78
JH
18664%s, Invalid quote specification "%s", %s:%d: Unknown command paragraph: %s,
18665%s:%d: Unknown escape: %s, %s:%d: Unknown formatting code: %s, %s:%d:
1fdc5aa6 18666Unmatched =back
c76ac1ee
GS
18667
18668=item RESTRICTIONS
18669
18670=item NOTES
18671
18672=item SEE ALSO
18673
402d0d99 18674=item AUTHOR
18675
d0363f02
JH
18676=item COPYRIGHT AND LICENSE
18677
a45bd81d
GS
18678=back
18679
c76ac1ee
GS
18680=head2 Pod::Text::Color - Convert POD data to formatted color ASCII text
18681
d420ca49 18682=over 4
a45bd81d 18683
c76ac1ee
GS
18684=item SYNOPSIS
18685
18686=item DESCRIPTION
18687
18688=item BUGS
18689
18690=item SEE ALSO
18691
18692=item AUTHOR
18693
d0363f02
JH
18694=item COPYRIGHT AND LICENSE
18695
a45bd81d
GS
18696=back
18697
ab648d5e
JH
18698=head2 Pod::Text::Overstrike - Convert POD data to formatted overstrike
18699text
18700
18701=over 4
18702
18703=item SYNOPSIS
18704
18705=item DESCRIPTION
18706
18707=item BUGS
18708
18709=item SEE ALSO
18710
18711=item AUTHOR
18712
d0363f02
JH
18713=item COPYRIGHT AND LICENSE
18714
ab648d5e
JH
18715=back
18716
69dc652e
JH
18717=head2 Pod::Text::Termcap - Convert POD data to ASCII text with format
18718escapes
c76ac1ee 18719
d420ca49 18720=over 4
a45bd81d 18721
c76ac1ee
GS
18722=item SYNOPSIS
18723
18724=item DESCRIPTION
18725
34babc16
JH
18726=item NOTES
18727
c76ac1ee
GS
18728=item SEE ALSO
18729
18730=item AUTHOR
402d0d99 18731
d0363f02
JH
18732=item COPYRIGHT AND LICENSE
18733
a45bd81d
GS
18734=back
18735
14218588
GS
18736=head2 Pod::Usage, pod2usage() - print a usage message from embedded pod
18737documentation
18738
d420ca49 18739=over 4
a45bd81d 18740
14218588
GS
18741=item SYNOPSIS
18742
18743=item ARGUMENTS
18744
18745C<-message>, C<-msg>, C<-exitval>, C<-verbose>, C<-output>, C<-input>,
18746C<-pathlist>
18747
18748=item DESCRIPTION
18749
18750=item EXAMPLES
18751
d420ca49 18752=over 4
14218588
GS
18753
18754=item Recommended Use
18755
18756=back
18757
18758=item CAVEATS
18759
18760=item AUTHOR
18761
18762=item ACKNOWLEDGEMENTS
18763
a45bd81d
GS
18764=back
18765
fa1c7b03 18766=head2 SDBM_File - Tied access to sdbm files
41ca3a40
JH
18767
18768=over 4
18769
18770=item SYNOPSIS
18771
18772=item DESCRIPTION
18773
fa1c7b03 18774C<O_RDONLY>, C<O_WRONLY>, C<O_RDWR>
41ca3a40 18775
fa1c7b03 18776=item DIAGNOSTICS
f502af34 18777
fa1c7b03 18778=over 4
41ca3a40 18779
fa1c7b03
JH
18780=item C<sdbm store returned -1, errno 22, key "..." at ...>
18781
18782=back
18783
18784=item BUGS AND WARNINGS
41ca3a40
JH
18785
18786=back
18787
e993db8c
JH
18788=head2 Safe - Compile and execute code in restricted compartments
18789
18790=over 4
18791
18792=item SYNOPSIS
18793
18794=item DESCRIPTION
18795
18796a new namespace, an operator mask
18797
18798=item WARNING
18799
18800=over 4
18801
18802=item RECENT CHANGES
18803
18804=item Methods in class Safe
18805
18806permit (OP, ...), permit_only (OP, ...), deny (OP, ...), deny_only (OP,
18807...), trap (OP, ...), untrap (OP, ...), share (NAME, ...), share_from
18808(PACKAGE, ARRAYREF), varglob (VARNAME), reval (STRING), rdo (FILENAME),
18809root (NAMESPACE), mask (MASK)
18810
18811=item Some Safety Issues
18812
18813Memory, CPU, Snooping, Signals, State Changes
18814
18815=item AUTHOR
18816
18817=back
18818
18819=back
18820
18821=head2 Scalar::Util - A selection of general-utility scalar subroutines
18822
18823=over 4
18824
18825=item SYNOPSIS
18826
18827=item DESCRIPTION
18828
2a551100
JH
18829blessed EXPR, dualvar NUM, STRING, isvstring EXPR, isweak EXPR,
18830looks_like_number EXPR, openhandle FH, refaddr EXPR, reftype EXPR,
18831set_prototype CODEREF, PROTOTYPE, tainted EXPR, weaken REF
e993db8c
JH
18832
18833=item KNOWN BUGS
18834
18835=item COPYRIGHT
18836
18837=item BLATANT PLUG
18838
18839=back
18840
7d2bfb28 18841=head2 Search::Dict, look - search for key in dictionary file
18842
d420ca49 18843=over 4
a45bd81d 18844
7d2bfb28 18845=item SYNOPSIS
18846
7d2bfb28 18847=item DESCRIPTION
18848
a45bd81d
GS
18849=back
18850
7d2bfb28 18851=head2 SelectSaver - save and restore selected file handle
18852
d420ca49 18853=over 4
a45bd81d 18854
7d2bfb28 18855=item SYNOPSIS
18856
7d2bfb28 18857=item DESCRIPTION
18858
a45bd81d
GS
18859=back
18860
cb1a09d0
AD
18861=head2 SelfLoader - load functions only on demand
18862
d420ca49 18863=over 4
a45bd81d 18864
cb1a09d0
AD
18865=item SYNOPSIS
18866
cb1a09d0
AD
18867=item DESCRIPTION
18868
d420ca49 18869=over 4
cb1a09d0
AD
18870
18871=item The __DATA__ token
18872
cb1a09d0
AD
18873=item SelfLoader autoloading
18874
cb1a09d0
AD
18875=item Autoloading and package lexicals
18876
cb1a09d0
AD
18877=item SelfLoader and AutoLoader
18878
cb1a09d0
AD
18879=item __DATA__, __END__, and the FOOBAR::DATA filehandle.
18880
cb1a09d0
AD
18881=item Classes and inherited methods.
18882
cb1a09d0
AD
18883=back
18884
18885=item Multiple packages and fully qualified subroutine names
18886
a45bd81d
GS
18887=back
18888
8ebc5c01 18889=head2 Shell - run shell commands transparently within perl
cb1a09d0 18890
d420ca49 18891=over 4
a45bd81d 18892
cb1a09d0
AD
18893=item SYNOPSIS
18894
cb1a09d0
AD
18895=item DESCRIPTION
18896
d420ca49 18897=over 4
d396a558
JH
18898
18899=item OBJECT ORIENTED SYNTAX
18900
18901=back
18902
8ebc5c01 18903=item AUTHOR
cb1a09d0 18904
a45bd81d
GS
18905=back
18906
8ebc5c01 18907=head2 Socket, sockaddr_in, sockaddr_un, inet_aton, inet_ntoa - load the C
18908socket.h defines and structure manipulators
cb1a09d0 18909
d420ca49 18910=over 4
a45bd81d 18911
8ebc5c01 18912=item SYNOPSIS
cb1a09d0 18913
8ebc5c01 18914=item DESCRIPTION
cb1a09d0 18915
8ebc5c01 18916inet_aton HOSTNAME, inet_ntoa IP_ADDRESS, INADDR_ANY, INADDR_BROADCAST,
f502af34
JH
18917INADDR_LOOPBACK, INADDR_NONE, sockaddr_family SOCKADDR, sockaddr_in PORT,
18918ADDRESS, sockaddr_in SOCKADDR_IN, pack_sockaddr_in PORT, IP_ADDRESS,
18919unpack_sockaddr_in SOCKADDR_IN, sockaddr_un PATHNAME, sockaddr_un
18920SOCKADDR_UN, pack_sockaddr_un PATH, unpack_sockaddr_un SOCKADDR_UN
cb1a09d0 18921
a45bd81d
GS
18922=back
18923
849d92fd 18924=head2 Storable - persistence for Perl data structures
a9ef4385 18925
d420ca49 18926=over 4
a9ef4385
JH
18927
18928=item SYNOPSIS
18929
18930=item DESCRIPTION
18931
18932=item MEMORY STORE
18933
91331b4f
JH
18934=item ADVISORY LOCKING
18935
a9ef4385
JH
18936=item SPEED
18937
18938=item CANONICAL REPRESENTATION
18939
2a551100
JH
18940=item CODE REFERENCES
18941
849d92fd
JH
18942=item FORWARD COMPATIBILITY
18943
18944utf8 data, restricted hashes, files from future versions of Storable
18945
a9ef4385
JH
18946=item ERROR REPORTING
18947
18948=item WIZARDS ONLY
18949
d420ca49 18950=over 4
a9ef4385
JH
18951
18952=item Hooks
18953
18954C<STORABLE_freeze> I<obj>, I<cloning>, C<STORABLE_thaw> I<obj>, I<cloning>,
18955I<serialized>, ..
18956
18957=item Predicates
18958
18959C<Storable::last_op_in_netorder>, C<Storable::is_storing>,
18960C<Storable::is_retrieving>
18961
18962=item Recursion
18963
18964=item Deep Cloning
18965
18966=back
18967
f502af34
JH
18968=item Storable magic
18969
a9ef4385
JH
18970=item EXAMPLES
18971
18972=item WARNING
18973
18974=item BUGS
18975
a6812a52
JH
18976=over 4
18977
18978=item 64 bit data in perl 5.6.0 and 5.6.1
18979
18980=back
18981
a9ef4385
JH
18982=item CREDITS
18983
a9ef4385
JH
18984=item AUTHOR
18985
18986=item SEE ALSO
18987
18988=back
18989
4d4e713d
JH
18990=head2 Switch - A switch statement for Perl
18991
18992=over 4
18993
18994=item VERSION
18995
18996=item SYNOPSIS
18997
18998=item BACKGROUND
18999
19000=item DESCRIPTION
19001
19002=over 4
19003
19004=item Allowing fall-through
19005
19006=item Automating fall-through
19007
9cd42e2a
JH
19008=item Alternative syntax
19009
4d4e713d
JH
19010=item Higher-order Operations
19011
19012=back
19013
19014=item DEPENDENCIES
19015
19016=item AUTHOR
19017
19018=item BUGS
19019
ba62762e
JH
19020=item LIMITATION
19021
4d4e713d
JH
19022=item COPYRIGHT
19023
19024=back
19025
7d2bfb28 19026=head2 Symbol - manipulate Perl symbols and their names
19027
d420ca49 19028=over 4
a45bd81d 19029
7d2bfb28 19030=item SYNOPSIS
19031
7d2bfb28 19032=item DESCRIPTION
19033
a45bd81d
GS
19034=back
19035
cb1a09d0
AD
19036=head2 Sys::Hostname - Try every conceivable way to get hostname
19037
d420ca49 19038=over 4
a45bd81d 19039
cb1a09d0
AD
19040=item SYNOPSIS
19041
cb1a09d0
AD
19042=item DESCRIPTION
19043
cb1a09d0
AD
19044=item AUTHOR
19045
a45bd81d
GS
19046=back
19047
e993db8c
JH
19048=head2 Syslog, Sys::Syslog, openlog, closelog, setlogmask, syslog - Perl
19049interface to the UNIX syslog(3) calls
19050
19051=over 4
19052
19053=item SYNOPSIS
19054
19055=item DESCRIPTION
19056
19057openlog $ident, $logopt, $facility, syslog $priority, $format, @args,
19058setlogmask $mask_priority, setlogsock $sock_type [$stream_location] (added
19059in 5.004_02), closelog
19060
19061=item EXAMPLES
19062
19063=item SEE ALSO
19064
19065=item AUTHOR
19066
19067=back
19068
694468e3
GS
19069=head2 Syslog::Syslog, Sys::Syslog, openlog, closelog, setlogmask, syslog -
19070Perl interface to the UNIX syslog(3) calls
19071
d420ca49 19072=over 4
694468e3
GS
19073
19074=item SYNOPSIS
19075
19076=item DESCRIPTION
19077
19078openlog $ident, $logopt, $facility, syslog $priority, $format, @args,
fa1c7b03
JH
19079setlogmask $mask_priority, setlogsock $sock_type [$stream_location] (added
19080in 5.004_02), closelog
694468e3
GS
19081
19082=item EXAMPLES
7d2bfb28 19083
7d2bfb28 19084=item SEE ALSO
19085
7d2bfb28 19086=item AUTHOR
19087
a45bd81d
GS
19088=back
19089
b38f6a39
GS
19090=head2 Term::ANSIColor - Color screen output using ANSI escape sequences
19091
d420ca49 19092=over 4
b38f6a39
GS
19093
19094=item SYNOPSIS
19095
19096=item DESCRIPTION
19097
19098=item DIAGNOSTICS
19099
d0363f02
JH
19100Bad escape sequence %s, Bareword "%s" not allowed while "strict subs" in
19101use, Invalid attribute name %s, Name "%s" used only once: possible typo, No
19102comma allowed after filehandle, No name for escape sequence %s
19103
19104=item ENVIRONMENT
19105
19106ANSI_COLORS_DISABLED
b38f6a39
GS
19107
19108=item RESTRICTIONS
19109
10862624
RF
19110=item NOTES
19111
d0363f02
JH
19112=item SEE ALSO
19113
b38f6a39
GS
19114=item AUTHORS
19115
69dc652e 19116=item COPYRIGHT AND LICENSE
d0363f02 19117
b38f6a39
GS
19118=back
19119
cb1a09d0
AD
19120=head2 Term::Cap - Perl termcap interface
19121
d420ca49 19122=over 4
a45bd81d 19123
cb1a09d0
AD
19124=item SYNOPSIS
19125
cb1a09d0
AD
19126=item DESCRIPTION
19127
428dc699
JH
19128=over 4
19129
19130=item METHODS
19131
19132=back
19133
19134=back
19135
19136B<Tgetent>, OSPEED, TERM
19137
19138B<Tpad>, B<$string>, B<$cnt>, B<$FH>
19139
19140B<Tputs>, B<$cap>, B<$cnt>, B<$FH>
19141
19142B<Tgoto>, B<$cap>, B<$col>, B<$row>, B<$FH>
19143
19144B<Trequire>
19145
19146=over 4
19147
cb1a09d0
AD
19148=item EXAMPLES
19149
428dc699
JH
19150=item COPYRIGHT AND LICENSE
19151
19152=item AUTHOR
19153
19154=item SEE ALSO
19155
a45bd81d
GS
19156=back
19157
cb1a09d0
AD
19158=head2 Term::Complete - Perl word completion module
19159
d420ca49 19160=over 4
a45bd81d 19161
cb1a09d0
AD
19162=item SYNOPSIS
19163
cb1a09d0
AD
19164=item DESCRIPTION
19165
3fe9a6f1 19166E<lt>tabE<gt>, ^D, ^U, E<lt>delE<gt>, E<lt>bsE<gt>
cb1a09d0
AD
19167
19168=item DIAGNOSTICS
19169
cb1a09d0
AD
19170=item BUGS
19171
cb1a09d0
AD
19172=item AUTHOR
19173
a45bd81d
GS
19174=back
19175
2a551100
JH
19176=head2 Term::ReadLine - Perl interface to various C<readline> packages.
19177If no real package is found, substitutes stubs instead of basic functions.
7d2bfb28 19178
d420ca49 19179=over 4
a45bd81d 19180
7d2bfb28 19181=item SYNOPSIS
19182
7d2bfb28 19183=item DESCRIPTION
19184
7d2bfb28 19185=item Minimal set of supported functions
19186
2a551100
JH
19187C<ReadLine>, C<new>, C<readline>, C<addhistory>, C<IN>, C<OUT>, C<MinLine>,
19188C<findConsole>, Attribs, C<Features>
9607fc9c 19189
19190=item Additional supported functions
7d2bfb28 19191
d516a115
JH
19192C<tkRunning>, C<ornaments>, C<newTTY>
19193
7d2bfb28 19194=item EXPORTS
19195
9607fc9c 19196=item ENVIRONMENT
19197
ab1e085c
JH
19198=item CAVEATS
19199
a45bd81d
GS
19200=back
19201
4d4e713d 19202=head2 Test - provides a simple framework for writing test scripts
193fb0af 19203
d420ca49 19204=over 4
a45bd81d 19205
193fb0af
GS
19206=item SYNOPSIS
19207
19208=item DESCRIPTION
19209
2a551100
JH
19210=item QUICK START GUIDE
19211
640374d0
JH
19212=over 4
19213
19214=item Functions
19215
2a551100
JH
19216C<plan(...)>, C<tests =E<gt> I<number>>, C<todo =E<gt> [I<1,5,14>]>,
19217C<onfail =E<gt> sub { ... }>, C<onfail =E<gt> \&some_sub>
640374d0
JH
19218
19219=back
19220
19221=back
19222
19223B<_to_value>
19224
2a551100
JH
19225C<ok(...)>
19226
19227C<skip(I<skip_if_true>, I<args...>)>
640374d0
JH
19228
19229=over 4
19230
193fb0af
GS
19231=item TEST TYPES
19232
19233NORMAL TESTS, SKIPPED TESTS, TODO TESTS
19234
19235=item ONFAIL
19236
640374d0
JH
19237=item BUGS and CAVEATS
19238
80327a3d 19239=item NOTE
640374d0 19240
193fb0af
GS
19241=item SEE ALSO
19242
19243=item AUTHOR
19244
a45bd81d
GS
19245=back
19246
10151d09
JH
19247=head2 Test::Builder - Backend for building test libraries
19248
19249=over 4
19250
19251=item SYNOPSIS
19252
19253=item DESCRIPTION
19254
19255=over 4
19256
19257=item Construction
19258
19259B<new>
19260
19261=back
19262
19263=back
19264
19265=over 4
19266
19267=item Setting up tests
19268
19269B<exported_to>
19270
19271=back
19272
19273B<plan>
19274
19275B<expected_tests>
19276
19277B<no_plan>
19278
2a551100
JH
19279B<has_plan>
19280
10151d09
JH
19281B<skip_all>
19282
19283=over 4
19284
19285=item Running tests
19286
19287B<ok>
19288
19289=back
19290
19291B<is_eq>, B<is_num>
19292
f502af34
JH
19293B<isnt_eq>, B<isnt_num>
19294
19295B<like>, B<unlike>
19296
95fb7f7f
JH
19297B<maybe_regex>
19298
f502af34
JH
19299B<cmp_ok>
19300
19301B<BAILOUT>
10151d09
JH
19302
19303B<skip>
19304
f502af34
JH
19305B<todo_skip>
19306
10151d09
JH
19307B<skip_rest>
19308
19309=over 4
19310
19311=item Test style
19312
19313B<level>
19314
19315=back
19316
19317B<use_numbers>
19318
19319B<no_header>, B<no_ending>
19320
19321=over 4
19322
19323=item Output
19324
19325B<diag>
19326
19327=back
19328
19329B<_print>
19330
19331B<output>, B<failure_output>, B<todo_output>
19332
19333=over 4
19334
19335=item Test Status and Info
19336
19337B<current_test>
19338
19339=back
19340
19341B<summary>
19342
2a551100
JH
19343B<details>
19344
19345B<todo>
10151d09
JH
19346
19347B<caller>
19348
19349B<_sanity_check>
19350
19351B<_whoa>
19352
19353B<_my_exit>
19354
19355=over 4
19356
033348ab
JH
19357=item THREADS
19358
10151d09
JH
19359=item EXAMPLES
19360
10151d09
JH
19361=item SEE ALSO
19362
428dc699
JH
19363=item AUTHORS
19364
19365=item COPYRIGHT
19366
10151d09
JH
19367=back
19368
cb1a09d0
AD
19369=head2 Test::Harness - run perl standard test scripts with statistics
19370
d420ca49 19371=over 4
a45bd81d 19372
cb1a09d0
AD
19373=item SYNOPSIS
19374
cb1a09d0
AD
19375=item DESCRIPTION
19376
d420ca49 19377=over 4
7d2bfb28 19378
19379=item The test script output
19380
f502af34
JH
19381B<'1..M'>, B<'ok', 'not ok'. Ok?>, B<test numbers>, B<test names>,
19382B<Skipping tests>, B<Todo tests>, B<Bail out!>, B<Comments>, B<Anything
19383else>
19384
19385=item Taint mode
19386
19387=item Configuration variables.
19388
19389B<$Test::Harness::verbose>, B<$Test::Harness::switches>
640374d0
JH
19390
19391=item Failure
19392
19393B<Failed Test>, B<Stat>, B<Wstat>, B<Total>, B<Fail>, B<Failed>, B<List of
19394Failed>
19395
19396=item Functions
19397
19398B<runtests>
19399
19400=back
dc5c060f 19401
7d2bfb28 19402=back
19403
53d7eaa8
JH
19404B<_all_ok>
19405
640374d0
JH
19406B<_globdir>
19407
19408B<_run_all_tests>
19409
19410B<_mk_leader>
19411
f502af34
JH
19412B<_leader_width>
19413
640374d0
JH
19414=over 4
19415
cb1a09d0
AD
19416=item EXPORT
19417
cb1a09d0
AD
19418=item DIAGNOSTICS
19419
7d2bfb28 19420C<All tests successful.\nFiles=%d, Tests=%d, %s>, C<FAILED tests
8ebc5c01 19421%s\n\tFailed %d/%d tests, %.2f%% okay.>, C<Test returned status %d (wstat
19422%d)>, C<Failed 1 test, %.2f%% okay. %s>, C<Failed %d/%d tests, %.2f%% okay.
c133c03f 19423%s>, C<FAILED--Further testing stopped: %s>
cb1a09d0 19424
fb9cefb4
GS
19425=item ENVIRONMENT
19426
95fb7f7f
JH
19427C<HARNESS_ACTIVE>, C<HARNESS_COLUMNS>, C<HARNESS_COMPILE_TEST>,
19428C<HARNESS_FILELEAK_IN_DIR>, C<HARNESS_IGNORE_EXITCODE>, C<HARNESS_NOTTY>,
19429C<HARNESS_PERL_SWITCHES>, C<HARNESS_VERBOSE>
2d967e39 19430
640374d0
JH
19431=item EXAMPLE
19432
cb1a09d0
AD
19433=item SEE ALSO
19434
7d2bfb28 19435=item AUTHORS
19436
2a551100
JH
19437=item LICENSE
19438
640374d0
JH
19439=item TODO
19440
cb1a09d0
AD
19441=item BUGS
19442
a45bd81d
GS
19443=back
19444
f502af34
JH
19445=head2 Test::Harness::Assert - simple assert
19446
19447=over 4
19448
19449=item SYNOPSIS
19450
19451=item DESCRIPTION
19452
19453=over 4
19454
19455=item Functions
19456
19457B<assert>
19458
19459=back
19460
19461=back
19462
19463=over 4
19464
19465=item AUTHOR
19466
19467=item SEE ALSO
19468
19469=back
19470
19471=head2 Test::Harness::Iterator - Internal Test::Harness Iterator
19472
19473=over 4
19474
19475=item SYNOPSIS
19476
19477=item DESCRIPTION
19478
19479=back
19480
19481=head2 Test::Harness::Straps - detailed analysis of test results
19482
19483=over 4
19484
19485=item SYNOPSIS
19486
19487=item DESCRIPTION
19488
19489=over 4
19490
19491=item Construction
19492
19493B<new>
19494
19495=back
19496
19497=back
19498
19499B<_init>
19500
19501=over 4
19502
19503=item Analysis
19504
19505B<analyze>
19506
19507=back
19508
19509B<analyze_fh>
19510
19511B<analyze_file>
19512
19513B<_switches>
19514
19515B<_INC2PERL5LIB>
19516
19517B<_filtered_INC>
19518
19519B<_restore_PERL5LIB>
19520
19521=over 4
19522
19523=item Parsing
19524
19525B<_is_comment>
19526
19527=back
19528
19529B<_is_header>
19530
19531B<_is_test>
19532
19533B<_is_bail_out>
19534
19535B<_reset_file_state>
19536
19537=over 4
19538
19539=item Results
19540
19541B<_detailize>
19542
19543=back
19544
19545=over 4
19546
19547=item EXAMPLES
19548
19549=item AUTHOR
19550
19551=item SEE ALSO
19552
19553=back
19554
7a49b635
JH
19555=head2 Test::More - yet another framework for writing test scripts
19556
19557=over 4
19558
19559=item SYNOPSIS
19560
19561=item DESCRIPTION
19562
19563=over 4
19564
19565=item I love it when a plan comes together
19566
10151d09
JH
19567=back
19568
19569=back
19570
19571=over 4
19572
7a49b635
JH
19573=item Test names
19574
19575=item I'm ok, you're not ok.
19576
19577B<ok>
19578
19579=back
19580
7a49b635
JH
19581B<is>, B<isnt>
19582
19583B<like>
19584
f502af34
JH
19585B<unlike>
19586
19587B<cmp_ok>
19588
53d7eaa8
JH
19589B<can_ok>
19590
19591B<isa_ok>
19592
7a49b635
JH
19593B<pass>, B<fail>
19594
19595=over 4
19596
f502af34
JH
19597=item Diagnostics
19598
19599B<diag>
19600
19601=back
19602
19603=over 4
19604
7a49b635
JH
19605=item Module tests
19606
53d7eaa8 19607B<use_ok>
7a49b635
JH
19608
19609=back
19610
53d7eaa8
JH
19611B<require_ok>
19612
7a49b635
JH
19613=over 4
19614
19615=item Conditional tests
19616
53d7eaa8 19617B<SKIP: BLOCK>
7a49b635
JH
19618
19619=back
19620
f502af34 19621B<TODO: BLOCK>, B<todo_skip>
7a49b635 19622
033348ab
JH
19623When do I use SKIP vs. TODO?
19624
7a49b635
JH
19625=over 4
19626
428dc699 19627=item Comparison functions
7a49b635 19628
10151d09 19629B<is_deeply>
7a49b635
JH
19630
19631=back
19632
10151d09
JH
19633B<eq_array>
19634
7a49b635
JH
19635B<eq_hash>
19636
19637B<eq_set>
19638
19639=over 4
19640
f502af34
JH
19641=item Extending and Embedding Test::More
19642
19643B<builder>
19644
19645=back
19646
19647=over 4
19648
53d7eaa8
JH
19649=item NOTES
19650
7a49b635
JH
19651=item BUGS and CAVEATS
19652
f502af34 19653Making your own ok(), The eq_* family has some caveats, Test::Harness
53d7eaa8
JH
19654upgrades
19655
7a49b635
JH
19656=item HISTORY
19657
19658=item SEE ALSO
19659
428dc699
JH
19660=item AUTHORS
19661
19662=item COPYRIGHT
19663
7a49b635
JH
19664=back
19665
19666=head2 Test::Simple - Basic utilities for writing tests.
19667
19668=over 4
19669
19670=item SYNOPSIS
19671
19672=item DESCRIPTION
19673
19674B<ok>
19675
19676=back
19677
7a49b635
JH
19678=over 4
19679
19680=item EXAMPLE
19681
19682=item CAVEATS
19683
53d7eaa8
JH
19684=item NOTES
19685
7a49b635
JH
19686=item HISTORY
19687
7a49b635
JH
19688=item SEE ALSO
19689
428dc699 19690L<Test::More>, L<Test>, L<Test::Unit>, L<Test::Inline>, L<SelfTest>,
7a49b635
JH
19691L<Test::Harness>
19692
428dc699
JH
19693=item AUTHORS
19694
19695=item COPYRIGHT
19696
7a49b635
JH
19697=back
19698
e61ecf27
JH
19699=head2 Test::Tutorial - A tutorial about writing really basic tests
19700
19701=over 4
19702
19703=item DESCRIPTION
19704
19705=over 4
19706
19707=item Nuts and bolts of testing.
19708
19709=item Where to start?
19710
19711=item Names
19712
19713=item Test the manual
19714
19715=item Sometimes the tests are wrong
19716
19717=item Testing lots of values
19718
19719=item Informative names
19720
19721=item Skipping tests
19722
19723=item Todo tests
19724
19725=item Testing with taint mode.
19726
19727=back
19728
19729=item FOOTNOTES
19730
428dc699
JH
19731=item AUTHORS
19732
19733=item COPYRIGHT
19734
e61ecf27
JH
19735=back
19736
cb1a09d0
AD
19737=head2 Text::Abbrev, abbrev - create an abbreviation table from a list
19738
d420ca49 19739=over 4
a45bd81d 19740
cb1a09d0
AD
19741=item SYNOPSIS
19742
cb1a09d0
AD
19743=item DESCRIPTION
19744
cb1a09d0
AD
19745=item EXAMPLE
19746
a45bd81d
GS
19747=back
19748
4d4e713d
JH
19749=head2 Text::Balanced - Extract delimited text sequences from strings.
19750
19751=over 4
19752
19753=item SYNOPSIS
19754
19755=item DESCRIPTION
19756
19757=over 4
19758
19759=item General behaviour in list contexts
19760
19761[0], [1], [2]
19762
19763=item General behaviour in scalar and void contexts
19764
19765=item A note about prefixes
19766
19767=item C<extract_delimited>
19768
19769=item C<extract_bracketed>
19770
19771=item C<extract_tagged>
19772
19773C<reject =E<gt> $listref>, C<ignore =E<gt> $listref>, C<fail =E<gt> $str>,
19774[0], [1], [2], [3], [4], [5]
19775
19776=item C<gen_extract_tagged>
19777
19778=item C<extract_quotelike>
19779
19780[0], [1], [2], [3], [4], [5], [6], [7], [8], [9], [10]
19781
19782=item C<extract_quotelike> and "here documents"
19783
19784[0], [1], [2], [3], [4], [5], [6], [7..10]
19785
19786=item C<extract_codeblock>
19787
19788=item C<extract_multiple>
19789
19790=item C<gen_delimited_pat>
19791
19792=back
19793
19794=item DIAGNOSTICS
19795
19796 C<Did not find a suitable bracket: "%s">, C<Did not find prefix: /%s/>,
19797C<Did not find opening bracket after prefix: "%s">, C<No quotelike
19798operator found after prefix: "%s">, C<Unmatched closing bracket: "%c">,
19799C<Unmatched opening bracket(s): "%s">, C<Unmatched embedded quote (%s)>,
19800C<Did not find closing delimiter to match '%s'>, C<Mismatched closing
19801bracket: expected "%c" but found "%s">, C<No block delimiter found after
19802quotelike "%s">, C<Did not find leading dereferencer>, C<Bad identifier
19803after dereferencer>, C<Did not find expected opening bracket at %s>,
19804C<Improperly nested codeblock at %s>, C<Missing second block for quotelike
19805"%s">, C<No match found for opening bracket>, C<Did not find opening tag:
19806/%s/>, C<Unable to construct closing tag to match: /%s/>, C<Found invalid
19807nested tag: %s>, C<Found unbalanced nested tag: %s>, C<Did not find closing
19808tag>
19809
19810=item AUTHOR
19811
19812=item BUGS AND IRRITATIONS
19813
19814=item COPYRIGHT
19815
19816=back
19817
193fb0af
GS
19818=head2 Text::ParseWords - parse text into an array of tokens or array of
19819arrays
cb1a09d0 19820
d420ca49 19821=over 4
a45bd81d 19822
8ebc5c01 19823=item SYNOPSIS
cb1a09d0 19824
8ebc5c01 19825=item DESCRIPTION
cb1a09d0 19826
193fb0af
GS
19827=item EXAMPLES
19828
8ebc5c01 19829=item AUTHORS
cb1a09d0 19830
a45bd81d
GS
19831=back
19832
8ebc5c01 19833=head2 Text::Soundex - Implementation of the Soundex Algorithm as Described
19834by Knuth
cb1a09d0 19835
d420ca49 19836=over 4
a45bd81d 19837
cb1a09d0
AD
19838=item SYNOPSIS
19839
cb1a09d0
AD
19840=item DESCRIPTION
19841
cb1a09d0
AD
19842=item EXAMPLES
19843
cb1a09d0
AD
19844=item LIMITATIONS
19845
cb1a09d0
AD
19846=item AUTHOR
19847
a45bd81d
GS
19848=back
19849
8ebc5c01 19850=head2 Text::Tabs -- expand and unexpand tabs per the unix expand(1) and
19851unexpand(1)
cb1a09d0 19852
d420ca49 19853=over 4
a45bd81d 19854
8ebc5c01 19855=item SYNOPSIS
cb1a09d0 19856
8ebc5c01 19857=item DESCRIPTION
cb1a09d0 19858
8ebc5c01 19859=item BUGS
cb1a09d0 19860
8ebc5c01 19861=item AUTHOR
cb1a09d0 19862
a45bd81d
GS
19863=back
19864
8ebc5c01 19865=head2 Text::Wrap - line wrapping to form simple paragraphs
cb1a09d0 19866
d420ca49 19867=over 4
a45bd81d 19868
8ebc5c01 19869=item SYNOPSIS
cb1a09d0
AD
19870
19871=item DESCRIPTION
19872
35bf961c
JH
19873=item OVERRIDES
19874
8ebc5c01 19875=item EXAMPLE
cb1a09d0
AD
19876
19877=item AUTHOR
19878
a45bd81d
GS
19879=back
19880
97f7c9df 19881=head2 Thread - manipulate threads in Perl (for old code only)
d516a115 19882
d420ca49 19883=over 4
a45bd81d 19884
bd28ded5
JH
19885=item CAVEAT
19886
d516a115
JH
19887=item SYNOPSIS
19888
19889=item DESCRIPTION
19890
193fb0af
GS
19891=item FUNCTIONS
19892
07fcf8ff
JH
19893$thread = Thread->new(\&start_sub), $thread = Thread->new(\&start_sub,
19894LIST), lock VARIABLE, async BLOCK;, Thread->self, cond_wait VARIABLE,
19895cond_signal VARIABLE, cond_broadcast VARIABLE, yield
193fb0af
GS
19896
19897=item METHODS
19898
d420ca49 19899join, eval, detach, equal, tid, flags, done
193fb0af
GS
19900
19901=item LIMITATIONS
19902
d516a115
JH
19903=item SEE ALSO
19904
a45bd81d
GS
19905=back
19906
83272a45 19907=head2 Thread::Queue - thread-safe queues
d516a115 19908
d420ca49 19909=over 4
a45bd81d 19910
d516a115
JH
19911=item SYNOPSIS
19912
193fb0af
GS
19913=item DESCRIPTION
19914
19915=item FUNCTIONS AND METHODS
19916
19917new, enqueue LIST, dequeue, dequeue_nb, pending
19918
19919=item SEE ALSO
19920
a45bd81d
GS
19921=back
19922
83272a45 19923=head2 Thread::Semaphore - thread-safe semaphores
d516a115 19924
d420ca49 19925=over 4
a45bd81d 19926
d516a115
JH
19927=item SYNOPSIS
19928
193fb0af
GS
19929=item DESCRIPTION
19930
19931=item FUNCTIONS AND METHODS
19932
19933new, new NUMBER, down, down NUMBER, up, up NUMBER
19934
a45bd81d
GS
19935=back
19936
193fb0af 19937=head2 Thread::Signal - Start a thread which runs signal handlers reliably
e934609f 19938(for old code)
193fb0af 19939
d420ca49 19940=over 4
a45bd81d 19941
e934609f
JH
19942=item CAVEAT
19943
193fb0af
GS
19944=item SYNOPSIS
19945
19946=item DESCRIPTION
19947
19948=item BUGS
19949
a45bd81d
GS
19950=back
19951
d516a115
JH
19952=head2 Thread::Specific - thread-specific keys
19953
d420ca49 19954=over 4
a45bd81d 19955
d516a115
JH
19956=item SYNOPSIS
19957
14218588
GS
19958=item DESCRIPTION
19959
a45bd81d
GS
19960=back
19961
d516a115
JH
19962=head2 Tie::Array - base class for tied arrays
19963
d420ca49 19964=over 4
a45bd81d 19965
37d4d706 19966=item SYNOPSIS
d516a115 19967
37d4d706 19968=item DESCRIPTION
d516a115
JH
19969
19970TIEARRAY classname, LIST, STORE this, index, value, FETCH this, index,
a45bd81d
GS
19971FETCHSIZE this, STORESIZE this, count, EXTEND this, count, EXISTS this,
19972key, DELETE this, key, CLEAR this, DESTROY this, PUSH this, LIST, POP this,
19973SHIFT this, UNSHIFT this, LIST, SPLICE this, offset, length, LIST
d516a115
JH
19974
19975=item CAVEATS
19976
37d4d706 19977=item AUTHOR
d516a115 19978
a45bd81d
GS
19979=back
19980
ff426ff2
JH
19981=head2 Tie::File - Access the lines of a disk file via a Perl array
19982
19983=over 4
19984
19985=item SYNOPSIS
19986
19987=item DESCRIPTION
19988
19989=over 4
19990
19991=item C<recsep>
19992
b2deec1d
JH
19993=item C<autochomp>
19994
ff426ff2
JH
19995=item C<mode>
19996
b2deec1d
JH
19997=item C<memory>
19998
19999=item C<dw_size>
ff426ff2
JH
20000
20001=item Option Format
20002
20003=back
20004
20005=item Public Methods
20006
20007=over 4
20008
20009=item C<flock>
20010
b2deec1d 20011=item C<autochomp>
ff426ff2 20012
e993db8c 20013=item C<defer>, C<flush>, C<discard>, and C<autodefer>
ff426ff2 20014
8b9c797b
JH
20015=item C<offset>
20016
b2deec1d 20017=back
ff426ff2 20018
b2deec1d 20019=item Tying to an already-opened filehandle
ff426ff2 20020
b2deec1d 20021=item Deferred Writing
ff426ff2 20022
e993db8c 20023=over 4
ff426ff2 20024
e993db8c
JH
20025=item Autodeferring
20026
20027=back
20028
8b9c797b
JH
20029=item CONCURRENT ACCESS TO FILES
20030
e993db8c 20031=item CAVEATS
ff426ff2 20032
b2deec1d 20033=item SUBCLASSING
ff426ff2 20034
b2deec1d 20035=item WHAT ABOUT C<DB_File>?
ff426ff2
JH
20036
20037=item AUTHOR
20038
20039=item LICENSE
20040
20041=item WARRANTY
20042
20043=item THANKS
20044
20045=item TODO
20046
20047=back
20048
14218588
GS
20049=head2 Tie::Handle, Tie::StdHandle - base class definitions for tied
20050handles
193fb0af 20051
d420ca49 20052=over 4
a45bd81d 20053
193fb0af
GS
20054=item SYNOPSIS
20055
20056=item DESCRIPTION
20057
20058TIEHANDLE classname, LIST, WRITE this, scalar, length, offset, PRINT this,
20059LIST, PRINTF this, format, LIST, READ this, scalar, length, offset,
14218588
GS
20060READLINE this, GETC this, CLOSE this, OPEN this, filename, BINMODE this,
20061EOF this, TELL this, SEEK this, offset, whence, DESTROY this
193fb0af
GS
20062
20063=item MORE INFORMATION
20064
37d4d706
JH
20065=item COMPATIBILITY
20066
a45bd81d
GS
20067=back
20068
12b7c5c7
JH
20069=head2 Tie::Hash, Tie::StdHash, Tie::ExtraHash - base class definitions for
20070tied hashes
8ebc5c01 20071
d420ca49 20072=over 4
a45bd81d 20073
8ebc5c01 20074=item SYNOPSIS
20075
20076=item DESCRIPTION
cb1a09d0 20077
8ebc5c01 20078TIEHASH classname, LIST, STORE this, key, value, FETCH this, key, FIRSTKEY
20079this, NEXTKEY this, lastkey, EXISTS this, key, DELETE this, key, CLEAR this
cb1a09d0 20080
12b7c5c7
JH
20081=item Inheriting from B<Tie::StdHash>
20082
20083=item Inheriting from B<Tie::ExtraHash>
20084
20085=item C<UNTIE> and C<DESTROY>
cb1a09d0 20086
8ebc5c01 20087=item MORE INFORMATION
cb1a09d0 20088
a45bd81d
GS
20089=back
20090
12b7c5c7
JH
20091=head2 Tie::Memoize - add data to hash when needed
20092
20093=over 4
20094
20095=item SYNOPSIS
20096
20097=item DESCRIPTION
20098
20099=item Inheriting from B<Tie::Memoize>
20100
20101=item EXAMPLE
20102
20103=item BUGS
20104
20105=item AUTHOR
20106
20107=back
20108
8ebc5c01 20109=head2 Tie::RefHash - use references as hash keys
cb1a09d0 20110
d420ca49 20111=over 4
a45bd81d 20112
cb1a09d0
AD
20113=item SYNOPSIS
20114
cb1a09d0
AD
20115=item DESCRIPTION
20116
8ebc5c01 20117=item EXAMPLE
cb1a09d0
AD
20118
20119=item AUTHOR
20120
8ebc5c01 20121=item VERSION
cb1a09d0 20122
8ebc5c01 20123=item SEE ALSO
cb1a09d0 20124
a45bd81d
GS
20125=back
20126
8ebc5c01 20127=head2 Tie::Scalar, Tie::StdScalar - base class definitions for tied
20128scalars
cb1a09d0 20129
d420ca49 20130=over 4
a45bd81d 20131
cb1a09d0
AD
20132=item SYNOPSIS
20133
cb1a09d0
AD
20134=item DESCRIPTION
20135
8ebc5c01 20136TIESCALAR classname, LIST, FETCH this, STORE this, value, DESTROY this
cb1a09d0 20137
8ebc5c01 20138=item MORE INFORMATION
cb1a09d0 20139
a45bd81d
GS
20140=back
20141
8ebc5c01 20142=head2 Tie::SubstrHash - Fixed-table-size, fixed-key-length hashing
cb1a09d0 20143
d420ca49 20144=over 4
a45bd81d 20145
8ebc5c01 20146=item SYNOPSIS
cb1a09d0 20147
8ebc5c01 20148=item DESCRIPTION
cb1a09d0 20149
8ebc5c01 20150=item CAVEATS
cb1a09d0 20151
a45bd81d
GS
20152=back
20153
1fdc5aa6
JH
20154=head2 Time::HiRes - High resolution alarm, sleep, gettimeofday, interval
20155timers
41ca3a40
JH
20156
20157=over 4
20158
20159=item SYNOPSIS
20160
20161=item DESCRIPTION
20162
20163gettimeofday (), usleep ( $useconds ), ualarm ( $useconds [,
245d750e
JH
20164$interval_useconds ] ), tv_interval, time (), sleep ( $floating_seconds ),
20165alarm ( $floating_seconds [, $interval_floating_seconds ] ), setitimer,
20166getitimer ( $which )
41ca3a40
JH
20167
20168=item EXAMPLES
20169
20170=item C API
20171
8b9c797b
JH
20172=item DIAGNOSTICS
20173
20174=over 4
20175
20176=item negative time not invented yet
20177
20178=item internal error: useconds < 0 (unsigned ... signed ...)
20179
20180=back
20181
245d750e
JH
20182=item CAVEATS
20183
41ca3a40
JH
20184=item AUTHORS
20185
2a551100 20186=item COPYRIGHT AND LICENSE
41ca3a40
JH
20187
20188=back
20189
8ebc5c01 20190=head2 Time::Local - efficiently compute time from local and GMT time
cb1a09d0 20191
d420ca49 20192=over 4
a45bd81d 20193
8ebc5c01 20194=item SYNOPSIS
cb1a09d0 20195
8ebc5c01 20196=item DESCRIPTION
cb1a09d0 20197
14218588
GS
20198=item IMPLEMENTATION
20199
20200=item BUGS
20201
a45bd81d
GS
20202=back
20203
8ebc5c01 20204=head2 Time::gmtime - by-name interface to Perl's built-in gmtime()
20205function
7d2bfb28 20206
d420ca49 20207=over 4
a45bd81d 20208
7d2bfb28 20209=item SYNOPSIS
20210
7d2bfb28 20211=item DESCRIPTION
20212
8ebc5c01 20213=item NOTE
7d2bfb28 20214
8ebc5c01 20215=item AUTHOR
7d2bfb28 20216
a45bd81d
GS
20217=back
20218
8ebc5c01 20219=head2 Time::localtime - by-name interface to Perl's built-in localtime()
20220function
7d2bfb28 20221
d420ca49 20222=over 4
a45bd81d 20223
8ebc5c01 20224=item SYNOPSIS
7d2bfb28 20225
8ebc5c01 20226=item DESCRIPTION
7d2bfb28 20227
8ebc5c01 20228=item NOTE
7d2bfb28 20229
8ebc5c01 20230=item AUTHOR
7d2bfb28 20231
a45bd81d
GS
20232=back
20233
8ebc5c01 20234=head2 Time::tm - internal object used by Time::gmtime and Time::localtime
7d2bfb28 20235
d420ca49 20236=over 4
a45bd81d 20237
7d2bfb28 20238=item SYNOPSIS
20239
8ebc5c01 20240=item DESCRIPTION
20241
20242=item AUTHOR
20243
a45bd81d
GS
20244=back
20245
8ebc5c01 20246=head2 UNIVERSAL - base class for ALL classes (blessed references)
20247
d420ca49 20248=over 4
a45bd81d 20249
8ebc5c01 20250=item SYNOPSIS
7d2bfb28 20251
20252=item DESCRIPTION
20253
2a551100
JH
20254C<< $obj->isa( TYPE ) >>, C<< CLASS->isa( TYPE ) >>, C<isa( VAL, TYPE )>,
20255C<TYPE>, C<$obj>, C<CLASS>, C<VAL>, C<< $obj->can( METHOD ) >>, C<<
20256CLASS->can( METHOD ) >>, C<can( VAL, METHOD )>, C<VERSION ( [ REQUIRE ] )>
20257
20258=item EXPORTS
7d2bfb28 20259
a45bd81d
GS
20260=back
20261
849d92fd 20262=head2 Unicode::Collate - Unicode Collation Algorithm
53d7eaa8
JH
20263
20264=over 4
20265
20266=item SYNOPSIS
20267
20268=item DESCRIPTION
20269
20270=over 4
20271
20272=item Constructor and Tailoring
20273
2a551100
JH
20274UCA_Version, alternate, backwards, entry, ignoreName, ignoreChar, level,
20275normalization, overrideCJK, overrideHangul, preprocess, rearrange, table,
20276undefName, undefChar, katakana_before_hiragana, upper_before_lower
53d7eaa8 20277
849d92fd 20278=item Methods for Collation
53d7eaa8 20279
ba62762e
JH
20280C<@sorted = $Collator-E<gt>sort(@not_sorted)>, C<$result =
20281$Collator-E<gt>cmp($a, $b)>, C<$result = $Collator-E<gt>eq($a, $b)>,
20282C<$result = $Collator-E<gt>ne($a, $b)>, C<$result = $Collator-E<gt>lt($a,
20283$b)>, C<$result = $Collator-E<gt>le($a, $b)>, C<$result =
20284$Collator-E<gt>gt($a, $b)>, C<$result = $Collator-E<gt>ge($a, $b)>,
849d92fd 20285C<$sortKey = $Collator-E<gt>getSortKey($string)>, C<$sortKeyForm =
2a551100
JH
20286$Collator-E<gt>viewSortKey($string)>
20287
20288=item Methods for Searching
20289
20290C<$position = $Collator-E<gt>index($string, $substring[, $position])>,
20291C<($position, $length) = $Collator-E<gt>index($string, $substring[,
20292$position])>, C<$match_ref = $Collator-E<gt>match($string, $substring)>,
20293C<($match) = $Collator-E<gt>match($string, $substring)>, C<@match =
20294$Collator-E<gt>gmatch($string, $substring)>, C<$count =
20295$Collator-E<gt>subst($string, $substring, $replacement)>, C<$count =
20296$Collator-E<gt>gsubst($string, $substring, $replacement)>
53d7eaa8 20297
849d92fd
JH
20298=item Other Methods
20299
2a551100
JH
20300C<%old_tailoring = $Collator-E<gt>change(%new_tailoring)>, UCA_Version,
20301Base_Unicode_Version
849d92fd 20302
53d7eaa8
JH
20303=item EXPORT
20304
ff426ff2
JH
20305=item TODO
20306
53d7eaa8
JH
20307=item CAVEAT
20308
2a551100 20309=item Conformance Test
849d92fd 20310
53d7eaa8
JH
20311=back
20312
20313=item AUTHOR
20314
20315=item SEE ALSO
20316
2a551100
JH
20317http://www.unicode.org/reports/tr10/,
20318http://www.unicode.org/reports/tr10/allkeys.txt,
20319http://www.unicode.org/reports/tr10/CollationTest.html
20320http://www.unicode.org/reports/tr10/CollationTest.zip,
20321http://www.unicode.org/reports/tr15/, L<Unicode::Normalize>
53d7eaa8
JH
20322
20323=back
20324
95fb7f7f 20325=head2 Unicode::Normalize - Unicode Normalization Forms
53d7eaa8
JH
20326
20327=over 4
20328
20329=item SYNOPSIS
20330
20331=item DESCRIPTION
20332
f502af34
JH
20333=over 4
20334
20335=item Normalization Forms
20336
b2deec1d
JH
20337C<$NFD_string = NFD($string)>, C<$NFC_string = NFC($string)>,
20338C<$NFKD_string = NFKD($string)>, C<$NFKC_string = NFKC($string)>,
20339C<$normalized_string = normalize($form_name, $string)>
20340
20341=item Decomposition and Composition
20342
20343C<$decomposed_string = decompose($string)>, C<$decomposed_string =
20344decompose($string, $useCompatMapping)>, C<$reordered_string =
20345reorder($string)>, C<$composed_string = compose($string)>
20346
20347=item Quick Check
20348
20349C<$result = checkNFD($string)>, C<$result = checkNFC($string)>, C<$result =
20350checkNFKD($string)>, C<$result = checkNFKC($string)>, C<$result =
20351check($form_name, $string)>
53d7eaa8 20352
f502af34
JH
20353=item Character Data
20354
20355C<$canonical_decomposed = getCanon($codepoint)>,
b2deec1d
JH
20356C<$compatibility_decomposed = getCompat($codepoint)>,
20357C<$codepoint_composite = getComposite($codepoint_here, $codepoint_next)>,
20358C<$combining_class = getCombinClass($codepoint)>, C<$is_exclusion =
20359isExclusion($codepoint)>, C<$is_singleton = isSingleton($codepoint)>,
2a551100 20360C<$is_non_starter_decomposition = isNonStDecomp($codepoint)>,
b2deec1d 20361C<$may_be_composed_with_prev_char = isComp2nd($codepoint)>
53d7eaa8
JH
20362
20363=item EXPORT
20364
20365=back
20366
20367=item AUTHOR
20368
20369=item SEE ALSO
20370
b2deec1d 20371http://www.unicode.org/unicode/reports/tr15/,
e993db8c 20372http://www.unicode.org/Public/UNIDATA/DerivedNormalizationProps.txt
53d7eaa8
JH
20373
20374=back
20375
2a2bf5f4 20376=head2 Unicode::UCD - Unicode character database
354a27bf
JH
20377
20378=over 4
20379
20380=item SYNOPSIS
20381
20382=item DESCRIPTION
20383
20384=back
20385
20386=over 4
20387
20388=item charinfo
20389
20390=back
20391
20392=over 4
20393
20394=item charblock
20395
20396=back
20397
20398=over 4
20399
fbe3d936
JH
20400=item charscript
20401
20402=back
20403
20404=over 4
20405
389925df 20406=item charblocks
fbe3d936
JH
20407
20408=back
20409
20410=over 4
20411
389925df
JH
20412=item charscripts
20413
20414=back
20415
20416=over 4
20417
20418=item Blocks versus Scripts
20419
20420=item Matching Scripts and Blocks
20421
d0363f02
JH
20422=item Code Point Arguments
20423
389925df
JH
20424=item charinrange
20425
20426=back
20427
20428=over 4
20429
d0363f02
JH
20430=item compexcl
20431
20432=back
20433
20434=over 4
20435
20436=item casefold
20437
20438=back
20439
20440=over 4
20441
20442=item casespec
20443
20444=back
20445
20446=over 4
20447
2a2bf5f4 20448=item Unicode::UCD::UnicodeVersion
389925df
JH
20449
20450=back
20451
20452=over 4
20453
20454=item Implementation Note
20455
20456=back
20457
20458=over 4
fbe3d936 20459
cb52f95f
JH
20460=item BUGS
20461
354a27bf
JH
20462=item AUTHOR
20463
20464=back
20465
8ebc5c01 20466=head2 User::grent - by-name interface to Perl's built-in getgr*()
20467functions
7d2bfb28 20468
d420ca49 20469=over 4
a45bd81d 20470
8ebc5c01 20471=item SYNOPSIS
7d2bfb28 20472
8ebc5c01 20473=item DESCRIPTION
7d2bfb28 20474
8ebc5c01 20475=item NOTE
7d2bfb28 20476
8ebc5c01 20477=item AUTHOR
7d2bfb28 20478
a45bd81d
GS
20479=back
20480
8ebc5c01 20481=head2 User::pwent - by-name interface to Perl's built-in getpw*()
20482functions
cb1a09d0 20483
d420ca49 20484=over 4
a45bd81d 20485
cb1a09d0
AD
20486=item SYNOPSIS
20487
cb1a09d0
AD
20488=item DESCRIPTION
20489
d420ca49 20490=over 4
b38f6a39 20491
37590e52 20492=item System Specifics
b38f6a39
GS
20493
20494=back
20495
37590e52 20496=item NOTE
b38f6a39
GS
20497
20498=item AUTHOR
20499
37590e52 20500=item HISTORY
b38f6a39 20501
37590e52 20502March 18th, 2000
b38f6a39
GS
20503
20504=back
20505
4755096e
GS
20506=head2 Win32 - Interfaces to some Win32 API Functions
20507
d420ca49 20508=over 4
4755096e
GS
20509
20510=item DESCRIPTION
20511
d420ca49 20512=over 4
4755096e
GS
20513
20514=item Alphabetical Listing of Win32 Functions
20515
20516Win32::AbortSystemShutdown(MACHINE), Win32::BuildNumber(),
20517Win32::CopyFile(FROM, TO, OVERWRITE), Win32::DomainName(),
20518Win32::ExpandEnvironmentStrings(STRING), Win32::FormatMessage(ERRORCODE),
20519Win32::FsType(), Win32::FreeLibrary(HANDLE), Win32::GetArchName(),
2a551100
JH
20520Win32::GetChipName(), Win32::GetCwd(), Win32::GetFolderPath(FOLDER [,
20521CREATE]), Win32::GetFullPathName(FILENAME), Win32::GetLastError(),
20522Win32::GetLongPathName(PATHNAME), Win32::GetNextAvailDrive(),
20523Win32::GetOSVersion(), Win32::GetOSName(),
4755096e 20524Win32::GetShortPathName(PATHNAME), Win32::GetProcAddress(INSTANCE,
983dbef6
JH
20525PROCNAME), Win32::GetTickCount(), Win32::InitiateSystemShutdown,
20526Win32::IsWinNT(), Win32::IsWin95(), Win32::LoadLibrary(LIBNAME),
20527Win32::LoginName(), Win32::LookupAccountName(SYSTEM, ACCOUNT, DOMAIN, SID,
20528SIDTYPE), Win32::LookupAccountSID(SYSTEM, SID, ACCOUNT, DOMAIN, SIDTYPE),
4755096e 20529Win32::MsgBox(MESSAGE [, FLAGS [, TITLE]]), Win32::NodeName(),
12b7c5c7
JH
20530Win32::RegisterServer(LIBRARYNAME), Win32::SetChildShowWindow(SHOWWINDOW),
20531Win32::SetCwd(NEWDIRECTORY), Win32::SetLastError(ERROR),
20532Win32::Sleep(TIME), Win32::Spawn(COMMAND, ARGS, PID),
20533Win32::UnregisterServer(LIBRARYNAME)
4755096e
GS
20534
20535=back
20536
20537=back
20538
a45bd81d
GS
20539=head2 XSLoader - Dynamically load C libraries into Perl code
20540
d420ca49 20541=over 4
a45bd81d
GS
20542
20543=item SYNOPSIS
20544
20545=item DESCRIPTION
20546
20547=item AUTHOR
20548
20549=back
20550
cb1a09d0
AD
20551=head1 AUXILIARY DOCUMENTATION
20552
8ebc5c01 20553Here should be listed all the extra programs' documentation, but they
20554don't all have manual pages yet:
cb1a09d0 20555
d420ca49 20556=over 4
a45bd81d 20557
cb1a09d0
AD
20558=item a2p
20559
20560=item s2p
20561
20562=item find2perl
20563
20564=item h2ph
20565
20566=item c2ph
20567
20568=item h2xs
20569
20570=item xsubpp
20571
20572=item pod2man
20573
20574=item wrapsuid
20575
a45bd81d
GS
20576=back
20577
cb1a09d0
AD
20578=head1 AUTHOR
20579
2ae324a7 20580Larry Wall <F<larry@wall.org>>, with the help of oodles
8ebc5c01 20581of other folks.
cb1a09d0 20582