On Tue, 2 Oct 2001, Robert Becker wrote:

> Has anyone ever gotten this error from perl?  How do I resolve it?
>
> panic: frexp at IWfacschd.cgi.exp line 366.
>
> line 366:           $fte = sprintf("%2.4f", $fte);
> $fte is a returned number from a database.
>
> frexp is apparently a library that allows the printf('%f') to work but has
> failed.

For testing purposes, what happens when you hard code the number into the
expression?

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
This PORCUPINE knows his ZIPCODE ... And he has "VISA"!!


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

Reply via email to