|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: converting perl file handle into C FILE *by Roger (Parson) |
| on Aug 31, 2005 at 18:14 UTC ( #488183=note: print w/ replies, xml ) | Need Help?? |
|
You can use the XS::Typemap module, and use the convertion function T_STDIO to convert perl I/O structure to FILE * structure to pass to your XS.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||