From 5c5831a3a4d0f27f5e5fa1a5fecbc86bc6e75ee8 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 22 Mar 2002 13:30:38 +0000 Subject: FAQ sync. p4raw-id: //depot/perl@15415 --- pod/perlfaq6.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perlfaq6.pod') diff --git a/pod/perlfaq6.pod b/pod/perlfaq6.pod index dd76588ec0..c4512e695a 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: ``How do I decode or create those %-encodings -on the web'' and L: ``How do I determine whether a scalar is +on the web'' and L: ``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? -- cgit v1.2.1