[PATCH] perlcommunity.pod: add information about OSDC.fr
[p5sagit/p5-mst-13.2.git] / pod / perlfaq.pod
CommitLineData
68dc0745 1=head1 NAME
2
ac9dac7f 3perlfaq - frequently asked questions about Perl
68dc0745 4
5=head1 DESCRIPTION
6
fcd1fd07 7The perlfaq comprises several documents that answer the most commonly
8asked questions about Perl and Perl programming. It's divided by topic
9into nine major sections outlined in this document.
68dc0745 10
197aec24 11=head2 Where to get the perlfaq
12
fcd1fd07 13The perlfaq comes with the standard Perl distribution, so if you have Perl
14you should have the perlfaq. You should also have the C<perldoc> tool
f12f5f55 15that let's you read the L<perlfaq>:
197aec24 16
fcd1fd07 17 $ perldoc perlfaq
197aec24 18
fcd1fd07 19Besides your local system, you can find the perlfaq on the web, including
20at http://perldoc.perl.org/ .
197aec24 21
fcd1fd07 22The perlfaq is an evolving document and you can read the latest version
23at http://faq.perl.org/ . The perlfaq-workers periodically post extracts
24of the latest perlfaq to comp.lang.perl.misc.
197aec24 25
fcd1fd07 26You can view the source tree at
109f0441 27https://github.com/briandfoy/perlfaq (which is outside of the
28main Perl source tree). The git repository notes all changes to the FAQ
fcd1fd07 29and holds the latest version of the working documents and may vary
30significantly from the version distributed with the latest version of
f12f5f55 31Perl. Check the repository before sending your corrections.
197aec24 32
fcd1fd07 33=head2 How to contribute to the perlfaq
197aec24 34
ac9dac7f 35You can mail corrections, additions, and suggestions to
fcd1fd07 36C<< <perlfaq-workers AT perl DOT org> >>. The perlfaq volunteers use this
37address to coordinate their efforts and track the perlfaq development.
38They appreciate your contributions to the FAQ but do not have time to
39provide individual help, so don't use this address to ask FAQs.
197aec24 40
fcd1fd07 41The perlfaq server posts extracts of the perlfaq to that newsgroup every
426 hours (or so), and the community of volunteers reviews and updates the
43answers. If you'd like to help review and update the answers, check out
44comp.lang.perl.misc.
197aec24 45
109f0441 46You can also fork the git repository for the perlfaq and send a pull
47request so the main repository can pull your changes. The repository
48is at:
49
50 https://github.com/briandfoy/perlfaq
51
fcd1fd07 52=head2 What will happen if you mail your Perl programming problems to the authors?
197aec24 53
fcd1fd07 54The perlfaq-workers like to keep all traffic on the perlfaq-workers list
55so that everyone can see the work being done (and the work that needs to
56be done). The mailing list serves as an official record. If you email the
57authors or maintainers directly, you'll probably get a reply asking you
58to post to the mailing list. If you don't get a reply, it probably means
59that the person never saw the message or didn't have time to deal with
60it. Posting to the list allows the volunteers with time to deal with it
61when others are busy.
197aec24 62
fcd1fd07 63If you have a question that isn't in the FAQ and you would like help with
64it, try the resources in L<perlfaq2>.
197aec24 65
fcd1fd07 66=head1 CREDITS
197aec24 67
fcd1fd07 68Tom Christiansen wrote the original perlfaq then expanded it with the
f12f5f55 69help of Nat Torkington. The perlfaq-workers maintain current document
70and the dezinens of comp.lang.perl.misc regularly review and update the
fcd1fd07 71FAQ. Several people have contributed answers, corrections, and comments,
72and the perlfaq notes those contributions wherever appropriate.
197aec24 73
fcd1fd07 74=head1 AUTHOR AND COPYRIGHT
197aec24 75
109f0441 76Copyright (c) 1997-2009 Tom Christiansen, Nathan Torkington, and
77other authors as noted. All rights reserved.
78
79Tom Christainsen wrote the original version of this document.
fcd1fd07 80brian d foy C<< <bdfoy@cpan.org> >> wrote this version. See the
81individual perlfaq documents for additional copyright information.
197aec24 82
fcd1fd07 83This document is available under the same terms as Perl itself. Code
84examples in all the perlfaq documents are in the public domain. Use
109f0441 85them as you see fit and at your own risk with no warranty from anyone.
197aec24 86
87=head1 Table of Contents
68dc0745 88
5cd0b561 89=over 4
90
91=item perlfaq - this document
92
93=item perlfaq1 - General Questions About Perl
94
95=item perlfaq2 - Obtaining and Learning about Perl
96
97=item perlfaq3 - Programming Tools
98
99=item perlfaq4 - Data Manipulation
100
101=item perlfaq5 - Files and Formats
102
103=item perlfaq6 - Regular Expressions
104
105=item perlfaq7 - General Perl Language Issues
68dc0745 106
5cd0b561 107=item perlfaq8 - System Interaction
108
109=item perlfaq9 - Networking
110
5cd0b561 111=back
112
5cd0b561 113=head1 The Questions
68dc0745 114
40d4dc3e 115=head2 L<perlfaq1>: General Questions About Perl
68dc0745 116
ae3d0b9f 117Very general, high-level questions about Perl.
68dc0745 118
65acb1b1 119=over 4
120
40d4dc3e 121=item *
122
123What is Perl?
124
125=item *
126
127Who supports Perl? Who develops it? Why is it free?
128
129=item *
130
131Which version of Perl should I use?
132
133=item *
134
e9d185f8 135What are Perl 4, Perl 5, or Perl 6?
40d4dc3e 136
137=item *
138
322be77c 139What was Ponie?
c98c5709 140
141=item *
142
e9d185f8 143What is Perl 6?
65acb1b1 144
40d4dc3e 145=item *
65acb1b1 146
40d4dc3e 147How stable is Perl?
65acb1b1 148
40d4dc3e 149=item *
65acb1b1 150
40d4dc3e 151Is Perl difficult to learn?
65acb1b1 152
40d4dc3e 153=item *
65acb1b1 154
40d4dc3e 155How does Perl compare with other languages like Java, Python, REXX, Scheme, or Tcl?
65acb1b1 156
40d4dc3e 157=item *
65acb1b1 158
40d4dc3e 159Can I do [task] in Perl?
65acb1b1 160
40d4dc3e 161=item *
65acb1b1 162
40d4dc3e 163When shouldn't I program in Perl?
65acb1b1 164
40d4dc3e 165=item *
65acb1b1 166
40d4dc3e 167What's the difference between "perl" and "Perl"?
65acb1b1 168
40d4dc3e 169=item *
65acb1b1 170
40d4dc3e 171Is it a Perl program or a Perl script?
172
173=item *
174
175What is a JAPH?
176
177=item *
178
179Where can I get a list of Larry Wall witticisms?
180
181=item *
182
ac9dac7f 183How can I convince others to use Perl?
65acb1b1 184
185=back
186
187
40d4dc3e 188=head2 L<perlfaq2>: Obtaining and Learning about Perl
68dc0745 189
c98c5709 190Where to find source and documentation for Perl, support, and related matters.
68dc0745 191
65acb1b1 192=over 4
193
40d4dc3e 194=item *
195
b68463f7 196What machines support perl? Where do I get it?
40d4dc3e 197
198=item *
199
b68463f7 200How can I get a binary version of perl?
65acb1b1 201
40d4dc3e 202=item *
65acb1b1 203
b68463f7 204I don't have a C compiler. How can I build my own Perl interpreter?
65acb1b1 205
40d4dc3e 206=item *
65acb1b1 207
b68463f7 208I copied the perl binary from one machine to another, but scripts don't work.
65acb1b1 209
40d4dc3e 210=item *
65acb1b1 211
40d4dc3e 212I grabbed the sources and tried to compile but gdbm/dynamic loading/malloc/linking/... failed. How do I make it work?
65acb1b1 213
40d4dc3e 214=item *
65acb1b1 215
40d4dc3e 216What modules and extensions are available for Perl? What is CPAN? What does CPAN/src/... mean?
65acb1b1 217
40d4dc3e 218=item *
65acb1b1 219
40d4dc3e 220Is there an ISO or ANSI certified version of Perl?
65acb1b1 221
40d4dc3e 222=item *
65acb1b1 223
40d4dc3e 224Where can I get information on Perl?
65acb1b1 225
40d4dc3e 226=item *
65acb1b1 227
40d4dc3e 228What are the Perl newsgroups on Usenet? Where do I post questions?
65acb1b1 229
40d4dc3e 230=item *
65acb1b1 231
40d4dc3e 232Where should I post source code?
65acb1b1 233
40d4dc3e 234=item *
235
236Perl Books
237
238=item *
239
fcd1fd07 240Which magazines have Perl content?
40d4dc3e 241
242=item *
243
244What mailing lists are there for Perl?
245
246=item *
247
fcd1fd07 248Where are the archives for comp.lang.perl.misc?
40d4dc3e 249
250=item *
251
b68463f7 252Where can I buy a commercial version of perl?
40d4dc3e 253
254=item *
255
256Where do I send bug reports?
257
258=item *
259
ae3d0b9f 260What is perl.com? Perl Mongers? pm.org? perl.org? cpan.org?
65acb1b1 261
262=back
263
264
40d4dc3e 265=head2 L<perlfaq3>: Programming Tools
68dc0745 266
267Programmer tools and programming support.
268
65acb1b1 269=over 4
270
40d4dc3e 271=item *
272
273How do I do (anything)?
274
275=item *
276
277How can I use Perl interactively?
278
279=item *
65acb1b1 280
40d4dc3e 281Is there a Perl shell?
65acb1b1 282
40d4dc3e 283=item *
65acb1b1 284
49d635f9 285How do I find which modules are installed on my system?
286
287=item *
288
40d4dc3e 289How do I debug my Perl programs?
65acb1b1 290
40d4dc3e 291=item *
65acb1b1 292
40d4dc3e 293How do I profile my Perl programs?
65acb1b1 294
40d4dc3e 295=item *
65acb1b1 296
40d4dc3e 297How do I cross-reference my Perl programs?
65acb1b1 298
40d4dc3e 299=item *
65acb1b1 300
40d4dc3e 301Is there a pretty-printer (formatter) for Perl?
65acb1b1 302
40d4dc3e 303=item *
65acb1b1 304
40d4dc3e 305Is there a ctags for Perl?
65acb1b1 306
40d4dc3e 307=item *
65acb1b1 308
40d4dc3e 309Is there an IDE or Windows Perl Editor?
65acb1b1 310
40d4dc3e 311=item *
65acb1b1 312
40d4dc3e 313Where can I get Perl macros for vi?
65acb1b1 314
40d4dc3e 315=item *
65acb1b1 316
40d4dc3e 317Where can I get perl-mode for emacs?
65acb1b1 318
40d4dc3e 319=item *
65acb1b1 320
40d4dc3e 321How can I use curses with Perl?
65acb1b1 322
40d4dc3e 323=item *
65acb1b1 324
c195e131 325How can I write a GUI (X, Tk, Gtk, etc.) in Perl?
65acb1b1 326
40d4dc3e 327=item *
65acb1b1 328
40d4dc3e 329How can I make my Perl program run faster?
65acb1b1 330
40d4dc3e 331=item *
65acb1b1 332
40d4dc3e 333How can I make my Perl program take less memory?
334
335=item *
336
49d635f9 337Is it safe to return a reference to local or lexical data?
40d4dc3e 338
339=item *
340
341How can I free an array or hash so my program shrinks?
342
343=item *
344
345How can I make my CGI script more efficient?
346
347=item *
348
349How can I hide the source for my Perl program?
350
351=item *
352
353How can I compile my Perl program into byte code or C?
354
355=item *
356
40d4dc3e 357How can I get C<#!perl> to work on [MS-DOS,NT,...]?
358
359=item *
360
361Can I write useful Perl programs on the command line?
362
363=item *
364
365Why don't Perl one-liners work on my DOS/Mac/VMS system?
366
367=item *
368
369Where can I learn about CGI or Web programming in Perl?
370
371=item *
372
373Where can I learn about object-oriented Perl programming?
374
375=item *
376
b68463f7 377Where can I learn about linking C with Perl?
40d4dc3e 378
379=item *
380
7678cced 381I've read perlembed, perlguts, etc., but I can't embed perl in my C program; what am I doing wrong?
65acb1b1 382
40d4dc3e 383=item *
384
ae3d0b9f 385When I tried to run my script, I got this message. What does it mean?
65acb1b1 386
40d4dc3e 387=item *
388
389What's MakeMaker?
65acb1b1 390
391=back
392
393
40d4dc3e 394=head2 L<perlfaq4>: Data Manipulation
68dc0745 395
c98c5709 396Manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues.
68dc0745 397
65acb1b1 398=over 4
399
40d4dc3e 400=item *
401
402Why am I getting long decimals (eg, 19.9499999999999) instead of the numbers I should be getting (eg, 19.95)?
403
404=item *
405
b68463f7 406Why is int() broken?
c98c5709 407
408=item *
409
40d4dc3e 410Why isn't my octal data interpreted correctly?
411
412=item *
413
b68463f7 414Does Perl have a round() function? What about ceil() and floor()? Trig functions?
40d4dc3e 415
416=item *
417
c98c5709 418How do I convert between numeric representations/bases/radixes?
40d4dc3e 419
420=item *
421
422Why doesn't & work the way I want it to?
65acb1b1 423
40d4dc3e 424=item *
65acb1b1 425
40d4dc3e 426How do I multiply matrices?
65acb1b1 427
40d4dc3e 428=item *
65acb1b1 429
40d4dc3e 430How do I perform an operation on a series of integers?
65acb1b1 431
40d4dc3e 432=item *
65acb1b1 433
40d4dc3e 434How can I output Roman numerals?
65acb1b1 435
40d4dc3e 436=item *
65acb1b1 437
40d4dc3e 438Why aren't my random numbers random?
65acb1b1 439
40d4dc3e 440=item *
65acb1b1 441
881bdbd4 442How do I get a random number between X and Y?
443
444=item *
445
5cd0b561 446How do I find the day or week of the year?
d92eb7b0 447
40d4dc3e 448=item *
65acb1b1 449
40d4dc3e 450How do I find the current century or millennium?
65acb1b1 451
40d4dc3e 452=item *
65acb1b1 453
40d4dc3e 454How can I compare two dates and find the difference?
65acb1b1 455
40d4dc3e 456=item *
65acb1b1 457
40d4dc3e 458How can I take a string and turn it into epoch seconds?
65acb1b1 459
40d4dc3e 460=item *
65acb1b1 461
40d4dc3e 462How can I find the Julian Day?
65acb1b1 463
40d4dc3e 464=item *
65acb1b1 465
40d4dc3e 466How do I find yesterday's date?
65acb1b1 467
40d4dc3e 468=item *
65acb1b1 469
e573f903 470Does Perl have a Year 2000 problem? Is Perl Y2K compliant?
65acb1b1 471
40d4dc3e 472=item *
65acb1b1 473
40d4dc3e 474How do I validate input?
65acb1b1 475
40d4dc3e 476=item *
65acb1b1 477
40d4dc3e 478How do I unescape a string?
65acb1b1 479
40d4dc3e 480=item *
65acb1b1 481
40d4dc3e 482How do I remove consecutive pairs of characters?
483
484=item *
485
486How do I expand function calls in a string?
487
488=item *
489
490How do I find matching/nesting anything?
491
492=item *
493
494How do I reverse a string?
495
496=item *
497
498How do I expand tabs in a string?
499
500=item *
501
502How do I reformat a paragraph?
503
504=item *
505
49d635f9 506How can I access or change N characters of a string?
40d4dc3e 507
508=item *
509
510How do I change the Nth occurrence of something?
511
512=item *
513
514How can I count the number of occurrences of a substring within a string?
515
516=item *
517
518How do I capitalize all the words on one line?
519
520=item *
521
49d635f9 522How can I split a [character] delimited string except when inside [character]?
65acb1b1 523
40d4dc3e 524=item *
525
526How do I strip blank space from the beginning/end of a string?
527
528=item *
529
530How do I pad a string with blanks or pad a number with zeroes?
531
532=item *
533
534How do I extract selected columns from a string?
535
536=item *
537
538How do I find the soundex value of a string?
539
540=item *
541
542How can I expand variables in text strings?
543
544=item *
545
546What's wrong with always quoting "$vars"?
547
548=item *
549
04d666b1 550Why don't my E<lt>E<lt>HERE documents work?
40d4dc3e 551
552=item *
553
554What is the difference between a list and an array?
555
556=item *
557
b68463f7 558What is the difference between $array[1] and @array[1]?
40d4dc3e 559
560=item *
65acb1b1 561
40d4dc3e 562How can I remove duplicate elements from a list or array?
65acb1b1 563
40d4dc3e 564=item *
65acb1b1 565
ae3d0b9f 566How can I tell whether a certain element is contained in a list or array?
65acb1b1 567
40d4dc3e 568=item *
65acb1b1 569
40d4dc3e 570How do I compute the difference of two arrays? How do I compute the intersection of two arrays?
65acb1b1 571
40d4dc3e 572=item *
65acb1b1 573
40d4dc3e 574How do I test whether two arrays or hashes are equal?
65acb1b1 575
40d4dc3e 576=item *
65acb1b1 577
40d4dc3e 578How do I find the first array element for which a condition is true?
65acb1b1 579
40d4dc3e 580=item *
65acb1b1 581
40d4dc3e 582How do I handle linked lists?
65acb1b1 583
40d4dc3e 584=item *
65acb1b1 585
40d4dc3e 586How do I handle circular lists?
65acb1b1 587
40d4dc3e 588=item *
65acb1b1 589
40d4dc3e 590How do I shuffle an array randomly?
65acb1b1 591
40d4dc3e 592=item *
65acb1b1 593
40d4dc3e 594How do I process/modify each element of an array?
65acb1b1 595
40d4dc3e 596=item *
65acb1b1 597
40d4dc3e 598How do I select a random element from an array?
65acb1b1 599
40d4dc3e 600=item *
65acb1b1 601
40d4dc3e 602How do I permute N elements of a list?
65acb1b1 603
40d4dc3e 604=item *
65acb1b1 605
40d4dc3e 606How do I sort an array by (anything)?
65acb1b1 607
40d4dc3e 608=item *
65acb1b1 609
40d4dc3e 610How do I manipulate arrays of bits?
65acb1b1 611
40d4dc3e 612=item *
65acb1b1 613
b68463f7 614Why does defined() return true on empty arrays and hashes?
65acb1b1 615
40d4dc3e 616=item *
65acb1b1 617
40d4dc3e 618How do I process an entire hash?
65acb1b1 619
40d4dc3e 620=item *
65acb1b1 621
109f0441 622How do I merge two hashes?
623
624=item *
625
40d4dc3e 626What happens if I add or remove keys from a hash while iterating over it?
65acb1b1 627
40d4dc3e 628=item *
65acb1b1 629
40d4dc3e 630How do I look up a hash element by value?
65acb1b1 631
40d4dc3e 632=item *
65acb1b1 633
40d4dc3e 634How can I know how many entries are in a hash?
65acb1b1 635
40d4dc3e 636=item *
65acb1b1 637
40d4dc3e 638How do I sort a hash (optionally by value instead of key)?
65acb1b1 639
40d4dc3e 640=item *
65acb1b1 641
40d4dc3e 642How can I always keep my hash sorted?
65acb1b1 643
40d4dc3e 644=item *
65acb1b1 645
40d4dc3e 646What's the difference between "delete" and "undef" with hashes?
65acb1b1 647
40d4dc3e 648=item *
65acb1b1 649
40d4dc3e 650Why don't my tied hashes make the defined/exists distinction?
65acb1b1 651
40d4dc3e 652=item *
653
b68463f7 654How do I reset an each() operation part-way through?
40d4dc3e 655
656=item *
657
658How can I get the unique keys from two hashes?
659
660=item *
661
662How can I store a multidimensional array in a DBM file?
663
664=item *
665
666How can I make my hash remember the order I put elements into it?
667
668=item *
669
670Why does passing a subroutine an undefined element in a hash create it?
671
672=item *
673
674How can I make the Perl equivalent of a C structure/C++ class/hash or array of hashes or arrays?
675
676=item *
677
678How can I use a reference as a hash key?
679
680=item *
681
682How do I handle binary data correctly?
683
684=item *
685
686How do I determine whether a scalar is a number/whole/integer/float?
687
688=item *
689
690How do I keep persistent data across program calls?
691
692=item *
693
694How do I print out or copy a recursive data structure?
695
696=item *
697
698How do I define methods for every class/object?
699
700=item *
701
702How do I verify a credit card checksum?
703
704=item *
705
706How do I pack arrays of doubles or floats for XS code?
65acb1b1 707
708=back
709
710
40d4dc3e 711=head2 L<perlfaq5>: Files and Formats
68dc0745 712
ae3d0b9f 713I/O and the "f" issues: filehandles, flushing, formats, and footers.
68dc0745 714
65acb1b1 715=over 4
716
40d4dc3e 717=item *
718
719How do I flush/unbuffer an output filehandle? Why must I do this?
720
721=item *
722
e573f903 723How do I change, delete, or insert a line in a file, or append to the beginning of a file?
40d4dc3e 724
725=item *
726
727How do I count the number of lines in a file?
728
729=item *
730
49d635f9 731How can I use Perl's C<-i> option from within a program?
732
733=item *
734
7678cced 735How can I copy a file?
736
737=item *
738
40d4dc3e 739How do I make a temporary file name?
740
741=item *
742
743How can I manipulate fixed-record-length files?
744
745=item *
65acb1b1 746
40d4dc3e 747How can I make a filehandle local to a subroutine? How do I pass filehandles between subroutines? How do I make an array of filehandles?
65acb1b1 748
40d4dc3e 749=item *
65acb1b1 750
40d4dc3e 751How can I use a filehandle indirectly?
65acb1b1 752
40d4dc3e 753=item *
65acb1b1 754
b68463f7 755How can I set up a footer format to be used with write()?
65acb1b1 756
40d4dc3e 757=item *
65acb1b1 758
b68463f7 759How can I write() into a string?
65acb1b1 760
40d4dc3e 761=item *
65acb1b1 762
c195e131 763How can I open a filehandle to a string?
764
765=item *
766
40d4dc3e 767How can I output my numbers with commas added?
65acb1b1 768
40d4dc3e 769=item *
65acb1b1 770
40d4dc3e 771How can I translate tildes (~) in a filename?
65acb1b1 772
40d4dc3e 773=item *
65acb1b1 774
40d4dc3e 775How come when I open a file read-write it wipes it out?
65acb1b1 776
40d4dc3e 777=item *
65acb1b1 778
04d666b1 779Why do I sometimes get an "Argument list too long" when I use E<lt>*E<gt>?
65acb1b1 780
40d4dc3e 781=item *
65acb1b1 782
b68463f7 783Is there a leak/bug in glob()?
65acb1b1 784
40d4dc3e 785=item *
65acb1b1 786
40d4dc3e 787How can I open a file with a leading ">" or trailing blanks?
65acb1b1 788
40d4dc3e 789=item *
65acb1b1 790
40d4dc3e 791How can I reliably rename a file?
65acb1b1 792
40d4dc3e 793=item *
65acb1b1 794
40d4dc3e 795How can I lock a file?
d92eb7b0 796
40d4dc3e 797=item *
65acb1b1 798
b68463f7 799Why can't I just open(FH, "E<gt>file.lock")?
65acb1b1 800
40d4dc3e 801=item *
65acb1b1 802
40d4dc3e 803I still don't get locking. I just want to increment the number in the file. How can I do this?
65acb1b1 804
40d4dc3e 805=item *
65acb1b1 806
f52f3be2 807All I want to do is append a small amount of text to the end of a file. Do I still have to use locking?
05caf3a7 808
809=item *
810
40d4dc3e 811How do I randomly update a binary file?
65acb1b1 812
40d4dc3e 813=item *
65acb1b1 814
40d4dc3e 815How do I get a file's timestamp in perl?
65acb1b1 816
40d4dc3e 817=item *
65acb1b1 818
40d4dc3e 819How do I set a file's timestamp in perl?
65acb1b1 820
40d4dc3e 821=item *
822
823How do I print to more than one file at once?
824
825=item *
826
827How can I read in an entire file all at once?
828
829=item *
830
831How can I read in a file by paragraphs?
832
833=item *
834
835How can I read a single character from a file? From the keyboard?
836
837=item *
838
839How can I tell whether there's a character waiting on a filehandle?
840
841=item *
842
843How do I do a C<tail -f> in perl?
844
845=item *
846
b68463f7 847How do I dup() a filehandle in Perl?
40d4dc3e 848
849=item *
850
851How do I close a file descriptor by number?
852
853=item *
854
c98c5709 855Why can't I use "C:\temp\foo" in DOS paths? Why doesn't `C:\temp\foo.exe` work?
40d4dc3e 856
857=item *
858
b68463f7 859Why doesn't glob("*.*") get all the files?
40d4dc3e 860
861=item *
862
863Why does Perl let me delete read-only files? Why does C<-i> clobber protected files? Isn't this a bug in Perl?
864
865=item *
866
867How do I select a random line from a file?
868
869=item *
870
871Why do I get weird spaces when I print an array of lines?
65acb1b1 872
109f0441 873=item *
874
875How do I traverse a directory tree?
876
877=item *
878
879How do I delete a directory tree?
880
881=item *
882
883How do I copy an entire directory?
884
65acb1b1 885=back
886
887
ae3d0b9f 888=head2 L<perlfaq6>: Regular Expressions
68dc0745 889
b68463f7 890This section is surprisingly small because the rest of the FAQ is littered with answers involving regular expressions. For example, decoding a URL and checking whether something is a number are handled with regular expressions, but those answers are found elsewhere in this document (in L<perlfaq9>: "How do I decode or create those %-encodings on the web" and L<perlfaq4>: "How do I determine whether a scalar is a number/whole/integer/float", to be precise).
68dc0745 891
65acb1b1 892=over 4
893
40d4dc3e 894=item *
895
896How can I hope to use regular expressions without creating illegible and unmaintainable code?
897
898=item *
899
900I'm having trouble matching over more than one line. What's wrong?
901
902=item *
903
904How can I pull out lines between two patterns that are themselves on different lines?
905
906=item *
907
109f0441 908How do I match XML, HTML, or other nasty, ugly things with a regex?
909
910=item *
911
b68463f7 912I put a regular expression into $/ but it didn't work. What's wrong?
40d4dc3e 913
914=item *
915
916How do I substitute case insensitively on the LHS while preserving case on the RHS?
917
918=item *
919
920How can I make C<\w> match national character sets?
921
922=item *
923
924How can I match a locale-smart version of C</[a-zA-Z]/>?
65acb1b1 925
40d4dc3e 926=item *
65acb1b1 927
40d4dc3e 928How can I quote a variable to use in a regex?
65acb1b1 929
40d4dc3e 930=item *
65acb1b1 931
40d4dc3e 932What is C</o> really for?
65acb1b1 933
40d4dc3e 934=item *
65acb1b1 935
40d4dc3e 936How do I use a regular expression to strip C style comments from a file?
65acb1b1 937
40d4dc3e 938=item *
65acb1b1 939
40d4dc3e 940Can I use Perl regular expressions to match balanced text?
65acb1b1 941
40d4dc3e 942=item *
65acb1b1 943
40d4dc3e 944What does it mean that regexes are greedy? How can I get around it?
65acb1b1 945
40d4dc3e 946=item *
65acb1b1 947
40d4dc3e 948How do I process each word on each line?
65acb1b1 949
40d4dc3e 950=item *
65acb1b1 951
40d4dc3e 952How can I print out a word-frequency or line-frequency summary?
65acb1b1 953
40d4dc3e 954=item *
65acb1b1 955
40d4dc3e 956How can I do approximate matching?
65acb1b1 957
40d4dc3e 958=item *
65acb1b1 959
40d4dc3e 960How do I efficiently match many regular expressions at once?
65acb1b1 961
40d4dc3e 962=item *
65acb1b1 963
40d4dc3e 964Why don't word-boundary searches with C<\b> work for me?
65acb1b1 965
40d4dc3e 966=item *
65acb1b1 967
b68463f7 968Why does using $&, $`, or $' slow my program down?
40d4dc3e 969
970=item *
971
972What good is C<\G> in a regular expression?
973
974=item *
975
976Are Perl regexes DFAs or NFAs? Are they POSIX compliant?
977
978=item *
979
c98c5709 980What's wrong with using grep in a void context?
40d4dc3e 981
982=item *
983
984How can I match strings with multibyte characters?
985
986=item *
987
ac9dac7f 988How do I match a regular expression that's in a variable?
65acb1b1 989
990=back
991
992
40d4dc3e 993=head2 L<perlfaq7>: General Perl Language Issues
68dc0745 994
c98c5709 995General Perl language issues that don't clearly fit into any of the other sections.
68dc0745 996
65acb1b1 997=over 4
998
40d4dc3e 999=item *
1000
1001Can I get a BNF/yacc/RE for the Perl language?
1002
1003=item *
1004
1005What are all these $@%&* punctuation signs, and how do I know when to use them?
1006
1007=item *
1008
1009Do I always/never have to quote my strings or use semicolons and commas?
1010
1011=item *
1012
1013How do I skip some return values?
1014
1015=item *
1016
1017How do I temporarily block warnings?
1018
1019=item *
1020
1021What's an extension?
1022
1023=item *
1024
1025Why do Perl operators have different precedence than C operators?
1026
1027=item *
1028
1029How do I declare/create a structure?
1030
1031=item *
1032
1033How do I create a module?
1034
1035=item *
1036
c195e131 1037How do I adopt or take over a module already on CPAN?
1038
1039=item *
1040
40d4dc3e 1041How do I create a class?
1042
1043=item *
1044
1045How can I tell if a variable is tainted?
1046
1047=item *
1048
1049What's a closure?
1050
1051=item *
1052
1053What is variable suicide and how can I prevent it?
1054
1055=item *
1056
1057How can I pass/return a {Function, FileHandle, Array, Hash, Method, Regex}?
65acb1b1 1058
40d4dc3e 1059=item *
65acb1b1 1060
40d4dc3e 1061How do I create a static variable?
65acb1b1 1062
40d4dc3e 1063=item *
65acb1b1 1064
40d4dc3e 1065What's the difference between dynamic and lexical (static) scoping? Between local() and my()?
65acb1b1 1066
40d4dc3e 1067=item *
65acb1b1 1068
40d4dc3e 1069How can I access a dynamic variable while a similarly named lexical is in scope?
65acb1b1 1070
40d4dc3e 1071=item *
65acb1b1 1072
40d4dc3e 1073What's the difference between deep and shallow binding?
65acb1b1 1074
40d4dc3e 1075=item *
65acb1b1 1076
b68463f7 1077Why doesn't "my($foo) = E<lt>FILEE<gt>;" work right?
65acb1b1 1078
40d4dc3e 1079=item *
65acb1b1 1080
40d4dc3e 1081How do I redefine a builtin function, operator, or method?
65acb1b1 1082
40d4dc3e 1083=item *
65acb1b1 1084
b68463f7 1085What's the difference between calling a function as &foo and foo()?
65acb1b1 1086
40d4dc3e 1087=item *
65acb1b1 1088
40d4dc3e 1089How do I create a switch or case statement?
65acb1b1 1090
40d4dc3e 1091=item *
65acb1b1 1092
49d635f9 1093How can I catch accesses to undefined variables, functions, or methods?
65acb1b1 1094
40d4dc3e 1095=item *
65acb1b1 1096
40d4dc3e 1097Why can't a method included in this same file be found?
65acb1b1 1098
40d4dc3e 1099=item *
65acb1b1 1100
109f0441 1101How can I find out my current or calling package?
65acb1b1 1102
40d4dc3e 1103=item *
65acb1b1 1104
40d4dc3e 1105How can I comment out a large block of perl code?
65acb1b1 1106
40d4dc3e 1107=item *
65acb1b1 1108
40d4dc3e 1109How do I clear a package?
65acb1b1 1110
40d4dc3e 1111=item *
1112
1113How can I use a variable as a variable name?
d92eb7b0 1114
5cd0b561 1115=item *
1116
1117What does "bad interpreter" mean?
1118
65acb1b1 1119=back
1120
1121
40d4dc3e 1122=head2 L<perlfaq8>: System Interaction
68dc0745 1123
c98c5709 1124This section of the Perl FAQ covers questions involving operating system interaction. Topics include interprocess communication (IPC), control over the user-interface (keyboard, screen and pointing devices), and most anything else not related to data manipulation. Read the FAQs and documentation specific to the port of perl to your operating system (eg, L<perlvms>, L<perlplan9>, ...). These should contain more detailed information on the vagaries of your perl.
68dc0745 1125
65acb1b1 1126=over 4
1127
40d4dc3e 1128=item *
1129
1130How do I find out which operating system I'm running under?
1131
1132=item *
1133
b68463f7 1134How come exec() doesn't return?
40d4dc3e 1135
1136=item *
1137
1138How do I do fancy stuff with the keyboard/screen/mouse?
1139
1140=item *
1141
1142How do I print something out in color?
1143
1144=item *
1145
1146How do I read just one key without waiting for a return key?
1147
1148=item *
1149
1150How do I check whether input is ready on the keyboard?
1151
1152=item *
1153
1154How do I clear the screen?
1155
1156=item *
1157
1158How do I get the screen size?
1159
1160=item *
1161
1162How do I ask the user for a password?
1163
1164=item *
1165
1166How do I read and write the serial port?
1167
1168=item *
1169
1170How do I decode encrypted password files?
1171
1172=item *
1173
1174How do I start a process in the background?
1175
1176=item *
1177
1178How do I trap control characters/signals?
1179
1180=item *
1181
1182How do I modify the shadow password file on a Unix system?
1183
1184=item *
1185
1186How do I set the time and date?
1187
1188=item *
1189
b68463f7 1190How can I sleep() or alarm() for under a second?
40d4dc3e 1191
1192=item *
1193
1194How can I measure time under a second?
1195
1196=item *
1197
b68463f7 1198How can I do an atexit() or setjmp()/longjmp()? (Exception handling)
40d4dc3e 1199
1200=item *
1201
1202Why doesn't my sockets program work under System V (Solaris)? What does the error message "Protocol not supported" mean?
65acb1b1 1203
40d4dc3e 1204=item *
65acb1b1 1205
40d4dc3e 1206How can I call my system's unique C functions from Perl?
65acb1b1 1207
40d4dc3e 1208=item *
65acb1b1 1209
b68463f7 1210Where do I get the include files to do ioctl() or syscall()?
65acb1b1 1211
40d4dc3e 1212=item *
65acb1b1 1213
40d4dc3e 1214Why do setuid perl scripts complain about kernel problems?
65acb1b1 1215
40d4dc3e 1216=item *
65acb1b1 1217
40d4dc3e 1218How can I open a pipe both to and from a command?
65acb1b1 1219
40d4dc3e 1220=item *
65acb1b1 1221
b68463f7 1222Why can't I get the output of a command with system()?
65acb1b1 1223
40d4dc3e 1224=item *
65acb1b1 1225
40d4dc3e 1226How can I capture STDERR from an external command?
65acb1b1 1227
40d4dc3e 1228=item *
65acb1b1 1229
b68463f7 1230Why doesn't open() return an error when a pipe open fails?
65acb1b1 1231
40d4dc3e 1232=item *
65acb1b1 1233
40d4dc3e 1234What's wrong with using backticks in a void context?
65acb1b1 1235
40d4dc3e 1236=item *
65acb1b1 1237
40d4dc3e 1238How can I call backticks without shell processing?
65acb1b1 1239
40d4dc3e 1240=item *
65acb1b1 1241
40d4dc3e 1242Why can't my script read from STDIN after I gave it EOF (^D on Unix, ^Z on MS-DOS)?
65acb1b1 1243
40d4dc3e 1244=item *
65acb1b1 1245
40d4dc3e 1246How can I convert my shell script to perl?
65acb1b1 1247
40d4dc3e 1248=item *
65acb1b1 1249
40d4dc3e 1250Can I use perl to run a telnet or ftp session?
65acb1b1 1251
40d4dc3e 1252=item *
65acb1b1 1253
40d4dc3e 1254How can I write expect in Perl?
65acb1b1 1255
40d4dc3e 1256=item *
65acb1b1 1257
40d4dc3e 1258Is there a way to hide perl's command line from programs such as "ps"?
65acb1b1 1259
40d4dc3e 1260=item *
65acb1b1 1261
b68463f7 1262I {changed directory, modified my environment} in a perl script. How come the change disappeared when I exited the script? How do I get my changes to be visible?
65acb1b1 1263
40d4dc3e 1264=item *
65acb1b1 1265
40d4dc3e 1266How do I close a process's filehandle without waiting for it to complete?
65acb1b1 1267
40d4dc3e 1268=item *
65acb1b1 1269
40d4dc3e 1270How do I fork a daemon process?
65acb1b1 1271
40d4dc3e 1272=item *
65acb1b1 1273
40d4dc3e 1274How do I find out if I'm running interactively or not?
65acb1b1 1275
40d4dc3e 1276=item *
65acb1b1 1277
40d4dc3e 1278How do I timeout a slow event?
65acb1b1 1279
40d4dc3e 1280=item *
65acb1b1 1281
40d4dc3e 1282How do I set CPU limits?
65acb1b1 1283
40d4dc3e 1284=item *
65acb1b1 1285
40d4dc3e 1286How do I avoid zombies on a Unix system?
65acb1b1 1287
40d4dc3e 1288=item *
65acb1b1 1289
40d4dc3e 1290How do I use an SQL database?
65acb1b1 1291
40d4dc3e 1292=item *
65acb1b1 1293
b68463f7 1294How do I make a system() exit on control-C?
65acb1b1 1295
40d4dc3e 1296=item *
65acb1b1 1297
40d4dc3e 1298How do I open a file without blocking?
1299
1300=item *
1301
c98c5709 1302How do I tell the difference between errors from the shell and perl?
1303
1304=item *
1305
40d4dc3e 1306How do I install a module from CPAN?
1307
1308=item *
1309
1310What's the difference between require and use?
1311
1312=item *
1313
1314How do I keep my own module/library directory?
1315
1316=item *
1317
1318How do I add the directory my program lives in to the module/library search path?
1319
1320=item *
1321
b68463f7 1322How do I add a directory to my include path (@INC) at runtime?
40d4dc3e 1323
1324=item *
1325
b68463f7 1326What is socket.ph and where do I get it?
65acb1b1 1327
1328=back
1329
1330
40d4dc3e 1331=head2 L<perlfaq9>: Networking
68dc0745 1332
ae3d0b9f 1333Networking, the internet, and a few on the web.
68dc0745 1334
65acb1b1 1335=over 4
1336
40d4dc3e 1337=item *
65acb1b1 1338
ae3d0b9f 1339What is the correct form of response from a CGI script?
1340
1341=item *
1342
40d4dc3e 1343My CGI script runs from the command line but not the browser. (500 Server Error)
65acb1b1 1344
40d4dc3e 1345=item *
65acb1b1 1346
40d4dc3e 1347How can I get better error messages from a CGI program?
65acb1b1 1348
40d4dc3e 1349=item *
65acb1b1 1350
40d4dc3e 1351How do I remove HTML from a string?
65acb1b1 1352
40d4dc3e 1353=item *
65acb1b1 1354
40d4dc3e 1355How do I extract URLs?
65acb1b1 1356
40d4dc3e 1357=item *
65acb1b1 1358
40d4dc3e 1359How do I download a file from the user's machine? How do I open a file on another machine?
65acb1b1 1360
40d4dc3e 1361=item *
65acb1b1 1362
e573f903 1363How do I make an HTML pop-up menu with Perl?
65acb1b1 1364
40d4dc3e 1365=item *
65acb1b1 1366
40d4dc3e 1367How do I fetch an HTML file?
65acb1b1 1368
40d4dc3e 1369=item *
65acb1b1 1370
40d4dc3e 1371How do I automate an HTML form submission?
65acb1b1 1372
40d4dc3e 1373=item *
65acb1b1 1374
40d4dc3e 1375How do I decode or create those %-encodings on the web?
65acb1b1 1376
40d4dc3e 1377=item *
65acb1b1 1378
40d4dc3e 1379How do I redirect to another page?
65acb1b1 1380
40d4dc3e 1381=item *
65acb1b1 1382
40d4dc3e 1383How do I put a password on my web pages?
65acb1b1 1384
40d4dc3e 1385=item *
65acb1b1 1386
b68463f7 1387How do I edit my .htpasswd and .htgroup files with Perl?
65acb1b1 1388
40d4dc3e 1389=item *
1390
1391How do I make sure users can't enter values into a form that cause my CGI script to do bad things?
1392
1393=item *
1394
1395How do I parse a mail header?
1396
1397=item *
1398
1399How do I decode a CGI form?
1400
1401=item *
65acb1b1 1402
40d4dc3e 1403How do I check a valid mail address?
1404
1405=item *
1406
1407How do I decode a MIME/BASE64 string?
1408
1409=item *
1410
1411How do I return the user's mail address?
1412
1413=item *
1414
1415How do I send mail?
1416
1417=item *
1418
ae3d0b9f 1419How do I use MIME to make an attachment to a mail message?
1420
1421=item *
1422
40d4dc3e 1423How do I read mail?
1424
1425=item *
1426
a05e4845 1427How do I find out my hostname, domainname, or IP address?
40d4dc3e 1428
1429=item *
1430
1431How do I fetch a news article or the active newsgroups?
1432
1433=item *
1434
1435How do I fetch/put an FTP file?
1436
1437=item *
1438
1439How can I do RPC in Perl?
65acb1b1 1440
68dc0745 1441=back
1442
40d4dc3e 1443