Additional explanation for the [:...:] failure.
Jarkko Hietaniemi [Sun, 10 Feb 2002 15:33:40 +0000 (15:33 +0000)]
p4raw-id: //depot/perl@14624

pod/perldiag.pod

index 791b302..5be9ced 100644 (file)
@@ -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<perlre>.
+Note that the POSIX character classes do B<not> have the C<is> prefix
+the corresponding C interfaces have: in other words, it's C<[[:print:]]>,
+not C<isprint>.  See L<perlre>.
 
 =item POSIX getpgrp can't take an argument