- or download this
use ExtUtils::testlib;
...
TestXS::callback_sub($file_list, "test_callback");
- or download this
int call_perl_sub(SV *routine, SV *data_hash)
{
...
call_perl_sub(callback, SvREFCNT_inc(file_list));
}
- or download this
[UPDATED] /usr/include/ ==>> Marked.
[IN_SUB]
...
/tmp ==>>
/tmp/TestXS ==>>
...
- or download this
sub test_callback
{
...
print "[IN_SUB] ", $hash, " reference to ", ref($hash), \n";
}