As an aside, you can find the endianness(?) of the machine from Config.
use Config; if( $Config{ byteorder } eq '1234' ) { print "Little endian"; } elsif ( $Config{ byteorder } eq '4321' ) { print "Big endian"; } else{ print "Your screwed!"; }
In reply to Re: pack, unpack and internal represenation of numbers
by BrowserUk
in thread pack, unpack and internal represenation of numbers
by 5mi11er
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |