SV* myfunc() PREINIT: HV *hash; CODE: hash = newHV(); RETVAL = newRV_noinc((SV*)hash); OUTPUT: RETVAL