|
|
| No such thing as a small change | |
| PerlMonks |
Re: Hex, Localtime and stringsby Fletch (Chancellor) |
| on Sep 26, 2012 at 17:18 UTC ( #995831=note: print w/ replies, xml ) | Need Help?? |
|
Because the former is a numeric literal where the 0x prefix means something; the later is a string treated as a number which presumes base10 (which means it gives up when it sees a non-digit "x" and is numerically 0). You need to use oct to get the string value treated like it would be as a numeric literal.
The cake is a lie.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||