- or download this
...
call_it();
......
}
- or download this
$ gcc -g -o test -I /usr/lib64/perl5/CORE -L /usr/lib64/perl5/CORE -lp
+erl mini.c
$ ./test
...
CUR = 3
LEN = 8
- or download this
void call_it() {
......
...
Perl_sv_dump(my_perl,re);
......
}
- or download this
$ gcc -g -o test -I /usr/lib64/perl5/CORE -L /usr/lib64/perl5/CORE -lp
+erl mini.c
$ ./test
...
CUR = 3
LEN = 8