Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
XSユーザーがパッケージから呼び出した場合、使用main::できません
XS
main::
caller_cx(0, NULL);
main::DOC用とDOC用のフレームがないためXSUB
XSUB
XSUB はスタック フレームを取得しないことに注意してください。そのため、C はすぐ周囲の Perl コードの情報を返します。
file:lineが呼び出された情報、スコープXSUBのヒントなどを取得するにはどうすればよいですか?main::
file:line