Help for this page
SV* foo(int nr) { SV* out = NEWSV(535,nr); SvPOK_only(out); ... SvCUR_set(out,nr); return (out); }