Hi to all,
I've a problem in my embedding Perl program.I've a macro in C. I would like to access it from Perl.How i can do that?
ex:
In C:
#define TEST_MACRO 50
how it can be accessible in perl like
$var= TEST_MACRO;
Thanks in advance,
Sriram