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
    Thanks for your reply. I tried this but it doesn't work for me :(