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

Reply via email to