We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecd438 commit b39e463Copy full SHA for b39e463
pod/perlnumber.pod
@@ -11,6 +11,8 @@ perlnumber - semantics of numbers and numeric operations in Perl
11
$n = 12.34e-56; # exponential notation
12
$n = "-12.34e56"; # number specified as a string
13
$n = "1234"; # number specified as a string
14
+ $n = "01234"; # Same as "1234"; a leading 0 in a string
15
+ # does not indicate that it is octal
16
17
=head1 DESCRIPTION
18
0 commit comments