diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-18 08:49:01 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-18 08:49:01 +0000 |
commit | e573f90328e9db84c5405db01c52908bfac9286d (patch) | |
tree | 6d7b83d2dc1fc0a317ece595a527ee541755b5ff /pod/perlfaq7.pod | |
parent | ea8d6ae1f062ab3b10e0ad05f17970dead9860ff (diff) | |
download | perl-e573f90328e9db84c5405db01c52908bfac9286d.tar.gz |
FAQ sync
p4raw-id: //depot/perl@29034
Diffstat (limited to 'pod/perlfaq7.pod')
-rw-r--r-- | pod/perlfaq7.pod | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perlfaq7.pod b/pod/perlfaq7.pod index d8fc183e2f..65ff7a70c5 100644 --- a/pod/perlfaq7.pod +++ b/pod/perlfaq7.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq7 - General Perl Language Issues ($Revision: 6833 $) +perlfaq7 - General Perl Language Issues ($Revision: 7875 $) =head1 DESCRIPTION @@ -634,8 +634,8 @@ where they don't belong. This is explained in more depth in the L<perlsyn>. Briefly, there's no official case statement, because of the variety of tests possible in Perl (numeric comparison, string comparison, glob comparison, -regex matching, overloaded comparisons, ...). Larry couldn't decide -how best to do this, so he left it out, even though it's been on the +regex matching, overloaded comparisons, ...). Larry couldn't decide +how best to do this, so he left it out, even though it's been on the wish list since perl1. Starting from Perl 5.8 to get switch and case one can use the @@ -962,9 +962,9 @@ where you expect it so you need to adjust your shebang line. =head1 REVISION -Revision: $Revision: 6833 $ +Revision: $Revision: 7875 $ -Date: $Date: 2006-09-02 21:16:20 +0200 (sam, 02 sep 2006) $ +Date: $Date: 2006-10-04 22:39:26 +0200 (mer, 04 oct 2006) $ See L<perlfaq> for source control details and availability. |