Help for this page

Select Code to Download


  1. or download this
    my $orig = 256000000;
    my $temp = pack('L', $orig); 
    my $result = unpack('L', $temp);
    
  2. or download this
    my $orig = 256000000000;
    my $temp = pack('L', $orig); 
    my $result = unpack('L', $temp);