in reply to Re: Ceiling elements of an array!
in thread Ceiling elements of an array!

use POSIX;

POSIX is big and pollutes your namespace with its very many function names.
This may bite you when you make it a habit to use it just like that.

Better import exactly what you need: it may pay off to use POSIX qw(ceil floor); # import ceil() and floor()

Cheers, Sören

Créateur des bugs mobiles - let loose once, run everywhere.
(hooked on the Perl Programming language)