Hi All,

What is the easiest way to get both print and say to print $i below in Hex?

$ p6 'my Buf $x=Buf.new(0xAE,0x5D); my int16 $i=0x5DAE; say $x; say $i;'

Buf:0x<AE 5D>
23982

Many thanks,
-T

Reply via email to