Mega Code Archive

 
Categories / Perl / String
 

Printf The number in hexadecimal is %xn, 15

printf "The number in hexadecimal is %x\n", 15;