- or download this
my $h = unpack( 'H*', $bitstring ) ;
- or download this
my $h = unpack( 'H*', scalar reverse $bitstring ) ;
- or download this
my $h = unpack( 'H*', pack('b*', unpack('B*', $bitstring)) ) ;
- or download this
my $h = unpack( 'H*', pack('b*', unpack('B*', scalar reverse $bitstr
+ing)) ) ;