diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-11 21:42:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-11 21:42:58 +0000 |
commit | 881bdbd4cff2623b5a5979fcc7b7c3078938e0fd (patch) | |
tree | 368d75bedf2643402d010740f1f3d331fa8d23a6 /pod/perlfaq1.pod | |
parent | c129b0bd112a26b9a00bc356d035e6383648f538 (diff) | |
download | perl-881bdbd4cff2623b5a5979fcc7b7c3078938e0fd.tar.gz |
FAQ sync.
p4raw-id: //depot/perl@15179
Diffstat (limited to 'pod/perlfaq1.pod')
-rw-r--r-- | pod/perlfaq1.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfaq1.pod b/pod/perlfaq1.pod index f2154d2a1e..89fe4dd915 100644 --- a/pod/perlfaq1.pod +++ b/pod/perlfaq1.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq1 - General Questions About Perl ($Revision: 1.6 $, $Date: 2002/01/31 01:46:23 $) +perlfaq1 - General Questions About Perl ($Revision: 1.7 $, $Date: 2002/02/21 14:49:15 $) =head1 DESCRIPTION @@ -216,7 +216,7 @@ i.e. the current interpreter. Hence Tom's quip that "Nothing but perl can parse Perl." You may or may not choose to follow this usage. For example, parallelism means "awk and perl" and "Python and Perl" look OK, while "awk and Perl" and "Python and perl" do not. But never -write "PERL", because perl isn't really an acronym, apocryphal +write "PERL", because perl is not an acronym, apocryphal folklore and post-facto expansions notwithstanding. =head2 Is it a Perl program or a Perl script? |