diff options
author | Karl Williamson <khw@khw-desktop.(none)> | 2010-07-25 11:48:05 -0600 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-07-27 09:42:01 +0200 |
commit | 154bd5274ebc449c2a37261db17c2e721d16078d (patch) | |
tree | e1e0d7046c052b92bd1620573ae70bf6e0b62da2 /numeric.c | |
parent | 632403ccc5fce570d9c89f91262232622dc18738 (diff) | |
download | perl-154bd5274ebc449c2a37261db17c2e721d16078d.tar.gz |
Correct pod in numeric.c
Diffstat (limited to 'numeric.c')
-rw-r--r-- | numeric.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -349,7 +349,7 @@ On entry I<start> and I<*len> give the string to scan, I<*flags> gives conversion flags, and I<result> should be NULL or a pointer to an NV. The scan stops at the end of the string, or the first invalid character. Unless C<PERL_SCAN_SILENT_ILLDIGIT> is set in I<*flags>, encountering an -invalid character will also trigger a warning. +8 or 9 will also trigger a warning. On return I<*len> is set to the length of the scanned string, and I<*flags> gives output flags. |