summaryrefslogtreecommitdiff
path: root/pod/perlfaq1.pod
diff options
context:
space:
mode:
authorSteffen Mueller <smueller@cpan.org>2009-08-13 14:32:00 +0200
committerSteffen Mueller <smueller@cpan.org>2009-08-13 14:32:00 +0200
commit109f04419ad154407413aa733c313fd77c1e12ca (patch)
tree9249fd04ba96d015f22ac72dabd52bada4bda498 /pod/perlfaq1.pod
parente64d4d0a203b6a8764713bd33efa0a1c4a3d1b25 (diff)
downloadperl-109f04419ad154407413aa733c313fd77c1e12ca.tar.gz
Merge the updated perlfaq from the perlfaq repository
Diffstat (limited to 'pod/perlfaq1.pod')
-rw-r--r--pod/perlfaq1.pod21
1 files changed, 9 insertions, 12 deletions
diff --git a/pod/perlfaq1.pod b/pod/perlfaq1.pod
index ba3d64c516..ec016f6152 100644
--- a/pod/perlfaq1.pod
+++ b/pod/perlfaq1.pod
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq1 - General Questions About Perl ($Revision: 10427 $)
+perlfaq1 - General Questions About Perl
=head1 DESCRIPTION
@@ -59,7 +59,7 @@ users the informal support will more than suffice. See the answer to
(contributed by brian d foy)
There is often a matter of opinion and taste, and there isn't any one
-answer that fits anyone. In general, you want to use either the current
+answer that fits everyone. In general, you want to use either the current
stable release, or the stable release immediately prior to that one.
Currently, those are perl5.10.x and perl5.8.x, respectively.
@@ -107,8 +107,8 @@ as its whitewashed bones have fractured or eroded.
=item *
-There is no Perl 6 release scheduled, but it will be available when
-it's ready. Stay tuned, but don't worry that you'll have to change
+There is no Perl 6 release scheduled, but it will be available when
+it's ready. Stay tuned, but don't worry that you'll have to change
major versions of Perl; no one is going to take Perl 5 away from you.
=item *
@@ -285,7 +285,7 @@ will sleep easier, too--Wall Street programs not withstanding. :-)
One bit. Oh, you weren't talking ASCII? :-) Larry now uses "Perl" to
signify the language proper and "perl" the implementation of it, i.e.
the current interpreter. Hence Tom's quip that "Nothing but perl can
-parse Perl."
+parse Perl."
Before the first edition of I<Programming perl>, people commonly
referred to the language as "perl", and its name appeared that way in
@@ -335,10 +335,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, ";
-
-Note the trailing comma and space, which allows the addition of other
-JAxH clauses for his many other interests.
+ print "Just another Perl hacker,";
Other people picked up on this and started to write clever or obfuscated
programs to produce the same output, spinning things quickly out of
@@ -400,15 +397,15 @@ You might find these links useful:
=head1 REVISION
-Revision: $Revision: 10427 $
+Revision: $Revision$
-Date: $Date: 2007-12-14 00:39:01 +0100 (Fri, 14 Dec 2007) $
+Date: $Date$
See L<perlfaq> for source control details and availability.
=head1 AUTHOR AND COPYRIGHT
-Copyright (c) 1997-2007 Tom Christiansen, Nathan Torkington, and
+Copyright (c) 1997-2009 Tom Christiansen, Nathan Torkington, and
other authors as noted. All rights reserved.
This documentation is free; you can redistribute it and/or modify it