summaryrefslogtreecommitdiff
path: root/pod/perlfaq.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-11 11:12:31 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-11 11:12:31 +0000
commit7678ccedef3d2583c849cbd8e5a13ba36925ac4c (patch)
tree7e71879af7b935c30f026303993550f2db604f32 /pod/perlfaq.pod
parent2601929893f334f18dbc48652b91b4acab6e8915 (diff)
downloadperl-7678ccedef3d2583c849cbd8e5a13ba36925ac4c.tar.gz
FAQ sync
p4raw-id: //depot/perl@24024
Diffstat (limited to 'pod/perlfaq.pod')
-rw-r--r--pod/perlfaq.pod10
1 files changed, 7 insertions, 3 deletions
diff --git a/pod/perlfaq.pod b/pod/perlfaq.pod
index e97a59a6db..a77d8e403f 100644
--- a/pod/perlfaq.pod
+++ b/pod/perlfaq.pod
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq - frequently asked questions about Perl ($Date: 2004/10/05 22:15:44 $)
+perlfaq - frequently asked questions about Perl ($Date: 2005/01/31 15:52:15 $)
=head1 DESCRIPTION
@@ -119,7 +119,7 @@ Which version of Perl should I use?
=item *
-What are perl4 and perl5?
+What are perl4, perl5, or perl6?
=item *
@@ -377,7 +377,7 @@ Where can I learn about linking C with Perl? [h2xs, xsubpp]
=item *
-I've read perlembed, perlguts, etc., but I can't embed perl in
+I've read perlembed, perlguts, etc., but I can't embed perl in my C program; what am I doing wrong?
=item *
@@ -727,6 +727,10 @@ How can I use Perl's C<-i> option from within a program?
=item *
+How can I copy a file?
+
+=item *
+
How do I make a temporary file name?
=item *