in reply to How to determine MIN and MAX values for floating point number

Umm, it looks like you've got the answer right there: Config. Update: Never mind.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

: () { :|:& };:

Note: All code is untested, unless otherwise stated

Replies are listed 'Best First'.
Re: Re: How to determine MIN and MAX values for floating point number
by sauoq (Abbot) on Dec 09, 2003 at 21:47 UTC
    Umm, it looks like you've got the answer right there: Config.

    Umm, no.

    Config doesn't provide vars for max/min values. It does provide some XXXsize variables that'll tell you the size in bytes of various types though.

    -sauoq
    "My two cents aren't worth a dime.";
    
Re: Re: How to determine MIN and MAX values for floating point number
by Joost (Canon) on Dec 09, 2003 at 21:39 UTC