octal data : oct « Data Type « Perl






octal data

   

$octalData = "\07\04\00\01";                # octal data. (\01 equals '1' octal)    

   
    
    
  








Related examples in the same category

1.Convert a number with the hex() or oct()
2.Illegal octal number: with 8 inside
3.Octal number
4.Octal numerals starting with 0x
5.Using oct function to convert number to octal numbers
6.oct("178")
7.Reads any kind of integer.