convert 48 hex string with perl to bytes
Posted
by ron
on Stack Overflow
See other posts from Stack Overflow
or by ron
Published on 2010-03-11T18:18:50Z
Indexed on
2010/03/11
18:44 UTC
Read the original article
Hit count: 255
perl
I have a hex string(lenght 48 chars) i want to convert to raw bytes with the pack function in order to put in in win32 vector of bytes.
could someone help how i can do this with perl ?
© Stack Overflow or respective owner