On Nov 13, 2003, at 11:38 AM, Mike Blezien wrote:
Hi,
so I guess my question is, if I want to accomplish the same results as this "ceil" how would that be accomplished in Perl ??
use POSIX qw/ceil/;
$float = '1.9'; print ceil($float);
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]