(keitai-l) Re: tech- acsii to hex conversion for url strings in email

From: Mika Tuupola <tuupola_at_appelsiini.net>
Date: 04/01/01
Message-ID: <Pine.GSO.4.05.10104011930040.12362-100000@aurinko.taivas.com>
On Sun, 1 Apr 2001, M. David wrote:

> Does anyone know a simple way to convert ascii text to its hex equivalent 
> in perl?

	$hex_str = unpack("H32", $asc_str);

-- 
Mika Tuupola                      http://www.appelsiini.net/~tuupola/


[ Did you check the archives?   http://www.appelsiini.net/keitai-l/ ]
Received on Sun Apr 1 19:30:37 2001