in reply to Re^5: Is the documentation for Perl 5.20 'pack' correct?
in thread Is the documentation for Perl 5.20 'pack' correct?
"12345678": A string consisting of 8 characters
Thankyou. You just made my point for me.
In other words:
and decided to 'challenge' what I said with an out-of-context quote a no-context misinterpretation of what I said.
It ought to read something to the effect of:
- On 32-bit, little-endian platforms, $Config{byteorder} returns the string '1234';
- On 64-bit, little-endian platforms, $Config{byteorder} returns the string '12345678';
- On 32-bit, big-endian platforms, $Config{byteorder} returns the string '4321';
- On 64-bit, big-endian platforms, $Config{byteorder} returns the string '87654321';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Is the documentation for Perl 5.20 'pack' correct?
by ikegami (Patriarch) on Jul 07, 2015 at 00:42 UTC | |
by BrowserUk (Patriarch) on Jul 07, 2015 at 00:56 UTC | |
by Anonymous Monk on Jul 07, 2015 at 19:50 UTC | |
|