RSS | Module Info | Add a review of Object-MultiType

0 out of 1 found this review helpful:

Object-MultiType (0.03) *****

You just can make your object work like any data type in Perl at the same time: SCALAR, ARRAY, HASH, CODE and GLOB. Soo you can have an object that works like a socket (<$object>), but also can have keys ($object->{foo}), and can work like a scalar ("$object") or can be a tied HASH. All in the same object.

Is just crazy!

Graciliano M. P. - 2003-10-10 13:20:07
Was this review helpful to you?  Yes No


the camel