in reply to convert hexadecimal value to encrypted string
Your problem may be just nybble order. Try:
pack 'h*', $str;
Regards,
PN5
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: convert hexadecimal value to encrypted string
by linuxfan (Beadle) on Dec 11, 2004 at 03:02 UTC |