At 05:17 PM 9/27/2001 +0100, Simon Cozens wrote:
>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?!

Sure. How do you think you get a reference to the module's hash other than 
by name? (Well, when we're looking things up dynamically, at least)

> > 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?

No. That was, I thought, the plan as part of the Great Source Deobfuscation 
project. :)

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to