< Perl Programming < Keywords
![](../../../I/Crystal_Clear_action_apply.png.webp)
The print
The int keyword
int returns the integer part of EXPRESSION or, if EXPRESSION is not specified, that of $_.
This function is inapproriate for rounding, as it truncates towards 0, and the machine-representation of floating-point numbers could return non-intuitive results.
Syntax
int EXPRESSION
int
Examples
![](../../../I/Crystal_Clear_action_apply.png.webp)
print int(842/169) . ', ' . int(1721/169)
4, 10
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.