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