2007/8/24, Mihir Kamdar <[EMAIL PROTECTED]>:
>
> Here if I want the $cdr[13] to be written as a float(ex. 15.00), then how do
> I write it?
>

$cdr[13] = sprintf "%.2f", $cdr[6]*5.0 ;

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to