Re: XS to return Perl Arrays - and NetWare Select()
[email protected] (NormW)
| Newsgroups | perl.xs |
|---|---|
| Message-ID | <[email protected]> |
G/Morning, On 11/06/2011 10:27 AM, [email protected] wrote: > Take a look on CPAN at the C + macros code as well as the XS code in > Net::Interface in the xs module. Thanks! Look at places that use PUSH or > XPUSH that return a variety of references. hv's, av's, etc... > examples of each type and their manipulation can be found in both the > xs and C modules found in the distro directory. > > How many items you push on the stack before returning is up to your > code. Yep... thought as much from the XS docs. Will capsule where I'm up to in a following mail. Norm