Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created March 5, 2012 23:29
Show Gist options
  • Save ingydotnet/1982027 to your computer and use it in GitHub Desktop.
Save ingydotnet/1982027 to your computer and use it in GitHub Desktop.
if (SvROK(node)) {
SV *rnode = SvRV(node);
U32 ref_type = SvTYPE(rnode);
if (ref_type == SVt_PVHV)
dump_hash(dumper, node, anchor, tag);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment