Mega Code Archive

 
Categories / Perl / Data Type
 

Using int() to convert 1 000001 to an integer

$y = 1.00001; print int($y);