Mega Code Archive

 
Categories / Perl / Data Type
 

Octal numerals starting with 0x

#!/usr/bin/perl -w   print "0x30\n"; print "030\n";