- or download this
sv_setref_pv(perlref, "Artist", (void*)artist);
artist->perlobj = SvRV(perlref);
- or download this
artist->perlobj = sv_setref_pv(perlref, "Artist", (void*)artist);
- or download this
#!/usr/bin/perl -l
use strict;
...
print "End block";
}
print "End code";
- or download this
Creating artist: Johnny Houseburner
Refcount: $artist: 1
...
Artist::DESTROY called (Johnny Houseburner)
End block
End code