Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Is the documentation for Perl 5.20 'pack' correct?

by Anonymous Monk
on Jul 07, 2015 at 00:31 UTC ( [id://1133473]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    The integer formats s, S, i, I, l, L, j, and J
    ...
    ...
    
        0x12 0x34 0x56 0x78  # big-endian
        0x78 0x56 0x34 0x12  # little-endian
    
  2. or download this
    $ perl -V:byteorder
    byteorder='1234';
    ...
    
    $ perl -e"print sprintf q{%x}, 305419896 "
    12345678
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1133473]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (9)
As of 2024-04-19 06:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found