- or download this
#!/usr/bin/perl
...
SV* mkstr() {
return newSVpv("This is another string!", 0);
}
- or download this
#!/usr/bin/perl
...
return av_make(size, pint);
}
- or download this
#!/usr/bin/perl
...
return hash;
}
- or download this
#!/usr/bin/perl
...
return sv_bless(rv, gv_stashpv("MyClass", GV_ADD));
}