summaryrefslogtreecommitdiff
path: root/pod/perlfaq6.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-22 15:03:05 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-22 15:03:05 +0000
commitf5ba0729635763db7d8a7bd85f72e665776cb748 (patch)
treec9ad1496631d17c93ef9b5ddc3c6360ba5dba976 /pod/perlfaq6.pod
parent8f8f6e09d34f5d0588c3287bc99d33cf16f7fc13 (diff)
downloadperl-f5ba0729635763db7d8a7bd85f72e665776cb748.tar.gz
Undo #15415, allow the faq people to catch up first.
p4raw-id: //depot/perl@15416
Diffstat (limited to 'pod/perlfaq6.pod')
-rw-r--r--pod/perlfaq6.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq6.pod b/pod/perlfaq6.pod
index c4512e695a..dd76588ec0 100644
--- a/pod/perlfaq6.pod
+++ b/pod/perlfaq6.pod
@@ -9,7 +9,7 @@ littered with answers involving regular expressions. For example,
decoding a URL and checking whether something is a number are handled
with regular expressions, but those answers are found elsewhere in
this document (in L<perlfaq9>: ``How do I decode or create those %-encodings
-on the web'' and L<perfaq4>: ``How do I determine whether a scalar is
+on the web'' and L<perlfaq4>: ``How do I determine whether a scalar is
a number/whole/integer/float'', to be precise).
=head2 How can I hope to use regular expressions without creating illegible and unmaintainable code?