perlrecharclass: Mention UCD::num()
authorKarl Williamson <public@khwilliamson.com>
Thu, 31 Mar 2011 01:26:38 +0000 (19:26 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 31 Mar 2011 02:08:51 +0000 (20:08 -0600)
pod/perlrecharclass.pod

index d9eff38..dfc774b 100644 (file)
@@ -107,7 +107,8 @@ have different values.  For example, BENGALI DIGIT FOUR (U+09EA) looks
 very much like an ASCII DIGIT EIGHT (U+0038).
 
 It may be useful for security purposes for an application to require that all
-digits in a row be from the same script.   See L<Unicode::UCD/charscript()>.
+digits in a row be from the same script.  This can be checked by using
+L<Unicode::UCD/num()>.
 
 Any character not matched by C<\d> is matched by C<\D>.