>> use POSIX qw{ceil};
>>
>> ...
>>
>>
>> $weight = ceil($weight);
On 16/09/11 01:08, Steve Graham wrote:
> Peter,
>
> I was trying to make this work without adding any new dependencies.
>
> Can you post my suggesting into the core code?
POSIX is certainly not a new dependancy and is part of perl core since
... like forever.
Peter