From: Jarkko Hietaniemi Date: Sun, 10 Feb 2002 15:33:40 +0000 (+0000) Subject: Additional explanation for the [:...:] failure. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=80feea457bd9e3b1b615d0abcd55aebb2e140fd6;p=p5sagit%2Fp5-mst-13.2.git Additional explanation for the [:...:] failure. p4raw-id: //depot/perl@14624 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 791b302..5be9ced 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2782,7 +2782,9 @@ marked by <-- HERE in m/%s/ (F) The class in the character class [: :] syntax is unknown. The <-- HERE shows in the regular expression about where the problem was discovered. -See L. +Note that the POSIX character classes do B have the C prefix +the corresponding C interfaces have: in other words, it's C<[[:print:]]>, +not C. See L. =item POSIX getpgrp can't take an argument