in reply to Re: Re: Determining the true type of a reference
in thread Determining the true type of a reference

that won't work due to your own belssing I assume
my $blessed = bless($ref, 'ARRAY'); # bless the scalar reference into class ARRAY

Have a nice day
All decision is left to your taste

  • Comment on Re: Re: Re: Determining the true type of a reference

Replies are listed 'Best First'.
Re: Re: Re: Re: Determining the true type of a reference
by Mr. Muskrat (Canon) on May 24, 2003 at 17:38 UTC
    Right. Reread my OP to see why I did that.