hexadecimal data : hex « Data Type « Perl






hexadecimal data

   

    $binaryData = "\x0B\0F\xAC\xBC"             # hexadecimal data. 'hello' in ascii    

   
    
    
  








Related examples in the same category

1.hex("10"), hex("0x10")
2.hex("ab")
3.Convert decimal to hex
4.Illegal Hex number with G
5.Hexadecimal and octal numbers
6.Hexadecimal number
7.Using hex function to convert octal number to Hexadecimal number
8.hex digit
9.hex("FFG")