Hello. I want to scan caller's lexicals in xs function. I thought, that AvARRAY(PL_comppad) == PL_curpad, but it is not (This is perl, v5.6.1).
Ok, i can use PL_curpad, but how can i figure out it's length? Oleg.
Hello. I want to scan caller's lexicals in xs function. I thought, that AvARRAY(PL_comppad) == PL_curpad, but it is not (This is perl, v5.6.1).
Ok, i can use PL_curpad, but how can i figure out it's length? Oleg.