At 2001-06-08 08:43:23, [EMAIL PROTECTED] wrote:
>
> I want to check to see if an argument is a reference to a hash.
>
> Is this the best way to do it:
>
> if (SvROK(arg) && SvTYPE(SvRV(arg)) == SVt_PVHV) {
Yes.
- ams
- Best way to check for ref. to hash David M. Lloyd
- Re: Best way to check for ref. to hash Vivek Dasmohapatra
- Abhijit Menon-Sen
