On Thu, Sep 27, 2001 at 12:17:17PM -0400, Dan Sugalski wrote: > >Perl looks up its type object through a module name today.
It does?! > INT is the platform-native integer, NUM is the platform-native float. And we're using IV and NV as well? This is bad. Any objections to me doing a s/IV/INT/g;s/NV/FLOAT/g on the source? Simon -- Microsoft - We put the "backwards" into backwards compatibility.
