summaryrefslogtreecommitdiff
path: root/pod/perlfaq.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-11-23 11:39:00 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-11-23 11:39:00 +0000
commitc195e131167b24ce65760dbc38d744bc87427feb (patch)
tree0551d6f7dcc3047c8f0eb648a5a73ebce094a22f /pod/perlfaq.pod
parentd0344c4ee20d4d3bcccab25592af08a69faed492 (diff)
downloadperl-c195e131167b24ce65760dbc38d744bc87427feb.tar.gz
FAQ sync
p4raw-id: //depot/perl@32464
Diffstat (limited to 'pod/perlfaq.pod')
-rw-r--r--pod/perlfaq.pod14
1 files changed, 11 insertions, 3 deletions
diff --git a/pod/perlfaq.pod b/pod/perlfaq.pod
index 771a23c350..e0ec672aff 100644
--- a/pod/perlfaq.pod
+++ b/pod/perlfaq.pod
@@ -61,13 +61,13 @@ it, try the resources in L<perlfaq2>.
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<< <bdfoy@cpan.org> >> wrote this version. See the
individual perlfaq documents for additional copyright information.
@@ -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 *