in reply to mod_perl: Where can I find THX_name_key()?

The function THX_name_key is defined in the XS part of Lexical::Var here: Var.xs.

I would be inclined to start by adding diagnostics in perl code to understand what it's trying to do before delving into the C code, eg by hacking Lexical::Var to warn a Carp::longmess when it is loaded, and when its import method is called.

Replies are listed 'Best First'.
Re^2: mod_perl: Where can I find THX_name_key()?
by seann (Novice) on Aug 29, 2023 at 19:31 UTC
    Thanks for the pointer. Still not sure why Google wouldn't pull this up. I found a solution and will post it shortly.