in reply to Re: HowTo unpack a vec (bitstring)
in thread HowTo unpack a vec (bitstring)
So now I can dovec ($bitstring, $offset++,8) = $_ ;
However I cannot domy $bits = unpack("x1 C1", $bitstring);
So why is it not possible to extract an integer as an ASCII character ?my $bits = unpack("x1 A1", $bitstring);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: HowTo unpack a vec (bitstring)
by Joost (Canon) on Jun 19, 2006 at 09:40 UTC | |
by jeanluca (Deacon) on Jun 19, 2006 at 09:44 UTC | |
by Joost (Canon) on Jun 19, 2006 at 09:50 UTC |