sub ceil { my $n = shift; int($n) + ($n > int($n)); } [download]
In reply to Re: integer operations by Roy Johnson in thread integer operations by wannabeboy