On Nov 13, 2003, at 10: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 ??

Does this one-liner get you started?


perl -e 'use POSIX qw(ceil); print ceil(2.3), "\n";'

James


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to