in reply to Re: (tye)Re4: ref, no, maybe?
in thread ref, no, maybe?
Sorry, you misunderstood me. The problem is that I write a module, Tye::IsCool, that implements objects as blessed references to a hash. Well, you already wrote a module called Chromatic::HashMangler which is just the cat's pajamas and does interesting things to hashes.
Well, inside of sub Tye::IsCool::AmazeNAstound() I want to use your module to do complex things to the hash that implements my object. But your module does:
so I'm screwed because you won't get "HASH"; you'll get "Tye::IsCool" and croak.sub Chromatic::HashMangler::DeepMagic { my $refToHashToMangle= shift; croak "You suck" unless "HASH" eq ref($refToHashToMangle);
Its a been a long day for me (and it isn't over yet), so I hope that makes more sense. :-}
- tye (but my friends call me "Tye")
In Section
Seekers of Perl Wisdom