Mega Code Archive

 
Categories / Perl / String
 

Printf %dn, 455 954

#!usr/bin/perl use warnings; use strict; printf "%d\n", 455.954;