On Mon, Dec 06, 2004 at 09:23:06PM -0500, Nitin Madnani wrote:

> Is it possible to access global variables declared in perl space from an 
> Inlined C function ?

get_sv()/get_av()/get_hv() is probably what you need. They're documented
in the perlapi man page, which is a reference on all perl API functions.
It's mentioned in a couple of others in code samples, but doesn't seem to
be properly introduced.

Nicholas Clark

Reply via email to