diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-30 12:57:03 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-30 12:57:03 +0000 |
commit | 303276401ce02209e91d7403e47febe4c4970d96 (patch) | |
tree | bbb0e6654067cb1400f36a1009aca1a66d1c9c42 /pod/perldiag.pod | |
parent | 1a09d0c8ccea70c85d9bc6af71e7c83a5dfca14b (diff) | |
download | perl-303276401ce02209e91d7403e47febe4c4970d96.tar.gz |
T_w_e_a_k_a_g_e.
p4raw-id: //depot/perl@9916
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index e09df2bfb4..a594f53263 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1873,9 +1873,10 @@ ended earlier on the current line. =item Misplaced _ in number (W syntax) An underscore (underbar) in a numeric constant either -immediately followed an earlier underscore, or an underscore began or -ended a numeric constant, or its fractional part (in the case of -decimal constants) began or ended with an underscore. +immediately followed an earlier underscore; or an underscore ended a +numeric constant, or, in the case of decimal constants, an underscore +began or ended its fractional part. (If you try to begin a numerical +constant with an underscore, it won't even be recognized as a number.) =item Missing %sbrace%s on \N{} |