in reply to Re: Re: 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!

The *NULL is not a GLOB to be used by the user! It's just here to avoid erros!

If the user want a glob it need to paste it:

my $obj = Object::MultiType->new(glob => \*MYGLOB) ;
Will add some note in the POD! ;-P

Graciliano M. P.
"The creativity is the expression of the liberty".

  • Comment on Re: Re: Re: Re: Object::MultiType - Perl Objects as Hash, Array & Scalar in the same time!
  • Download Code