Thanks, Nicholas !!
You are right .... they are not quite "introduced" in the Cookbook either.
Nitin
Nicholas Clark wrote:
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