Update: This is wrong. should have looked at what newSVrv did.
should beSV* obj_ref = newSViv(0); SV* obj = newSVrv(obj_ref, class);
SV* obj = newSViv(0); SV* obj_ref = newSVrv(obj, class);
In reply to Re^8: odd line in windows
by ikegami
in thread odd line in windows
by xiaoyafeng
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |