in reply to XS: How to call another Perl function/method with same arguments

This is mostly Chinese to me. But I hope that one day maybe I will understand some of what you said. Lol

For example, what is "SV"? I see that a lot.

  • Comment on Re: XS: How to call another Perl function/method with same arguments

Replies are listed 'Best First'.
Re^2: XS: How to call another Perl function/method with same arguments
by soonix (Chancellor) on Jun 10, 2024 at 08:02 UTC
    Some entrails of Perl (in this case: the API) can be found in perldoc perlguts. The section on Datatypes explains
    • SV: Scalar Value
    • AV: Array Value
    • HV: Hash Value
    Of course, it isn't actually Chinese, but C ;-)