(I think this misprint is obvious)

--- perlguts.pod.old    Wed Oct 13 14:53:07 1999
+++ perlguts.pod        Wed Oct 13 14:53:18 1999
@@ -2906,11 +2906,11 @@
 =item strnEQ
 
 Test two strings to see if they are equal.  The C<len> parameter indicates
 the number of bytes to compare.  Returns true or false.
 
-       int     strnEQ( char *s1, char *s2 )
+       int     strnEQ( char *s1, char *s2, int len )
 
 =item strnNE
 
 Test two strings to see if they are different.  The C<len> parameter
 indicates the number of bytes to compare.  Returns true or false.

Reply via email to