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 the database.
frexp is apparently a library that allows the printf('%f') to work but has
failed.
Stephen Swan
Indiana Wesleyan University