summaryrefslogtreecommitdiff
path: root/pod/perlfaq1.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-06-25 09:02:18 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-06-25 09:02:18 +0000
commitac003c96a6d5a0d39f4ecf8f3491d6a6408e7b47 (patch)
tree1593457ea24778247b7438877a0b0ec860102f73 /pod/perlfaq1.pod
parent38a44b824c7566670d69f5e214106e1866ce72fe (diff)
downloadperl-ac003c96a6d5a0d39f4ecf8f3491d6a6408e7b47.tar.gz
PerlFAQ sync.
p4raw-id: //depot/perl@31456
Diffstat (limited to 'pod/perlfaq1.pod')
-rw-r--r--pod/perlfaq1.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perlfaq1.pod b/pod/perlfaq1.pod
index bb166eff94..3167ed2bbd 100644
--- a/pod/perlfaq1.pod
+++ b/pod/perlfaq1.pod
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq1 - General Questions About Perl ($Revision: 8539 $)
+perlfaq1 - General Questions About Perl ($Revision: 9671 $)
=head1 DESCRIPTION
@@ -325,7 +325,7 @@ to sign email and usenet messages starting in the late 1980s. He
previously used the phrase with many subjects ("Just another x hacker,"),
so to distinguish his JAPH, he started to write them as Perl programs:
- print "Just another Perl hacker,";
+ print "Just another Perl hacker, ";
Note the trailing comma and space, which allows the addition of other
JAxH clauses for his many other interests.
@@ -390,9 +390,9 @@ You might find these links useful:
=head1 REVISION
-Revision: $Revision: 8539 $
+Revision: $Revision: 9671 $
-Date: $Date: 2007-01-11 00:07:14 +0100 (Thu, 11 Jan 2007) $
+Date: $Date: 2007-06-23 18:38:20 +0200 (Sat, 23 Jun 2007) $
See L<perlfaq> for source control details and availability.