in reply to Re: Object::MultiType - Perl Objects as Hash, Array & Scalar in the same time!
in thread Object::MultiType - Perl Objects as Hash, Array & Scalar in the same time!
I still use GLOB, where it's cleanned with the object! Note that in Perl much things in your objects are GLOBAL, or have external access. (For example, when you use a IO::Handle, and any module that use it, like IO::File, you have a global GLOB object).
But any global thing in OO is wrong, I know. But for now is that, with GLOB! Looking for better ways...
Graciliano M. P.
"The creativity is the expression of the liberty".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Object::MultiType - Perl Objects as Hash, Array & Scalar in the same time!
by diotalevi (Canon) on May 10, 2003 at 06:18 UTC | |
|
Re: Re: Re: Object::MultiType - Perl Objects as Hash, Array & Scalar in the same time!
by diotalevi (Canon) on May 10, 2003 at 08:47 UTC | |
by gmpassos (Priest) on May 10, 2003 at 09:15 UTC | |
by diotalevi (Canon) on May 19, 2003 at 17:20 UTC |