Hi all, Perlguts mentions that we can get SV pointer to a variable by using its name as follows: SV* perl_get_sv("myvar", FALSE); Is there a way to get back the variable name using the SV pointer. In this case it would mean getting the name "myvar" using the SV pointer. Any pointers would be highly helpful. thanks, KamalThread Next