in reply to Re: Converting Binary to hex
in thread Converting Binary to hex
actually $binaddr is read from a hash. so the value is something like initialvalue = '0100010' which i read into $binaddr. So i am appending 0b while passing it to hex function. Looks like the format of the data extracted from the hash cannot be directly sent to hex function. Any idea?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Converting Binary to hex
by Laurent_R (Canon) on Sep 30, 2016 at 06:20 UTC |