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