Perl Monk, Perl Meditation | |
PerlMonks |
perlfunc:intby gods (Initiate) |
on Aug 24, 1999 at 22:42 UTC ( [id://228]=perlfunc: print w/replies, xml ) | Need Help?? |
intSee the current Perl documentation for int. Here is our local, out-dated (pre-5.6) version: int - get the integer portion of a number
int EXPR int
Returns the integer portion of
EXPR. If
EXPR is omitted, uses
|
|