Re: frexp panic

2001-10-02 Thread Brett W. McCoy
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

frexp panic

2001-10-02 Thread Robert Becker
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. AtDhV