in reply to Re^2: Escaping a variable
in thread Escaping a variable

use print hex $foo instead. See hex.

Replies are listed 'Best First'.
Re^4: Escaping a variable
by Draxter (Initiate) on Nov 08, 2011 at 09:26 UTC

    I don't want the hex value of the variable, I need the variable to be printed as an ascii representation of the hex value.