X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfaq.pod;h=e0ec672aff0aeb7587d656feb10f51386a256074;hb=b9ad30b40cf004f5ea6fd7a945a950cf873aed7b;hp=037268e4e99f667f4de8e2ed5c7a113dcd870f50;hpb=322be77cf3591e0aababbee447c7120f06124b11;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlfaq.pod b/pod/perlfaq.pod index 037268e..e0ec672 100644 --- a/pod/perlfaq.pod +++ b/pod/perlfaq.pod @@ -61,13 +61,13 @@ it, try the resources in L. Tom Christiansen wrote the original perlfaq then expanded it with the help of Nat Torkington. The perlfaq-workers maintain current document -and the dezinens of comp.lang.perl.misc regularly review and update the +and the denizens of comp.lang.perl.misc regularly review and update the FAQ. Several people have contributed answers, corrections, and comments, and the perlfaq notes those contributions wherever appropriate. =head1 AUTHOR AND COPYRIGHT -Tom Christainsen wrote the original version of this document. +Tom Christiansen wrote the original version of this document. brian d foy C<< >> wrote this version. See the individual perlfaq documents for additional copyright information. @@ -123,7 +123,7 @@ Which version of Perl should I use? =item * -What are perl4, perl5, or perl6? +What are Perl 4, Perl 5, or Perl 6? =item * @@ -131,7 +131,7 @@ What was Ponie? =item * -What is perl6? +What is Perl 6? =item * @@ -313,7 +313,7 @@ How can I use curses with Perl? =item * -How can I use X or Tk with Perl? +How can I write a GUI (X, Tk, Gtk, etc.) in Perl? =item * @@ -747,6 +747,10 @@ How can I write() into a string? =item * +How can I open a filehandle to a string? + +=item * + How can I output my numbers with commas added? =item * @@ -1001,6 +1005,10 @@ How do I create a module? =item * +How do I adopt or take over a module already on CPAN? + +=item * + How do I create a class? =item *