Skip to content

Instantly share code, notes, and snippets.

@djmitche
Created February 6, 2010 19:08
Show Gist options
  • Select an option

  • Save djmitche/296902 to your computer and use it in GitHub Desktop.

Select an option

Save djmitche/296902 to your computer and use it in GitHub Desktop.
hv = (HV *)sv_2mortal((SV *)newHV());
hv_store(hv, "template", 8,
template? newSVpv(template, 0) : &PL_sv_undef,
0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment