in reply to (tye)Re: passing hashes and hash reference
in thread passing hashes and hash reference
UNIVERSAL is such a wacky thing. It's exactly the kind of direction that I would expect Parrot to take, but only if somehow Java were involved.sub rref { return UNIVERSAL::isa(@_); } if (rref($hash_ref,'HASH')) { # Wow! It's a hash! }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re2: passing hashes and hash reference
by tye (Sage) on Apr 20, 2001 at 22:00 UTC |