On Wed, 17 May 2000, Jim Winstead wrote:

> Is there some trick to passing an Apache::File to a function from
> an XS module that expects a FILE *?
> 
> There's too much perl magic going on in the Apache::File implementation
> for me to see where I can just pull the FILE * out.
> 
> (Its not strictly necessary that I do this, of course, it would just
> be nice so I can use Apache::File->tmpfile(). Of course I can do the
> same basic thing with POSIX::tmpnam().)

Or IO::File->new_tmpfile();

-- 
<Matt/>

Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org http://xml.sergeant.org

Reply via email to