diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-19 08:27:29 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-19 08:27:29 +0000 |
commit | a87643407f86a7526ef5ca8102972879e443c137 (patch) | |
tree | ce195253e0cc4f815cf806b7597e9d69d61abeda /pod | |
parent | f8b8e0a435ca28d7bc271dc1dd5033b2d93d67e3 (diff) | |
download | perl-a87643407f86a7526ef5ca8102972879e443c137.tar.gz |
grammos (spotted by Tom Christiansen)
p4raw-id: //depot/perl@5141
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfunc.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 39798fdf8f..e79f97d1e4 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4369,8 +4369,8 @@ point in formatted real numbers is affected by the LC_NUMERIC locale. See L<perllocale>. If Perl understands "quads" (64-bit integers) (this requires -either that the platform natively supports quads or that Perl -has been specifically compiled to support quads), the characters +either that the platform natively support quads or that Perl +be specifically compiled to support quads), the characters d u o x X b i D U O @@ -4389,7 +4389,7 @@ You can find out whether your Perl supports quads via L<Config>: print "quads\n"; If Perl understands "long doubles" (this requires that the platform -supports long doubles), the flags +support long doubles), the flags e f g E F G |