You can try this:
use POSIX;
$ceil = ceil(3.5); # $ceil is now 4
for more information, try man POSIX or perldoc POSIX with *nix systems; i'm not sure how windows handles perl documentation. or you can look at perldoc.perl.org.
stamen
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment