writing to file with mp2

2005-07-26 Thread Marc Lambrichs
What's the best way to write to a file using mp2? IO::File is slow and Apache::File is lost... -- Marc Lambrichs --

Re: writing to file with mp2

2005-07-26 Thread Philip M. Gollucci
Marc Lambrichs wrote: What's the best way to write to a file using mp2? IO::File is slow and Apache::File is lost... You could use this: http://perl.apache.org/docs/2.0/api/APR/PerlIO.html -- END What doesn't kill us can onl

Re: writing to file with mp2

2005-07-27 Thread Stas Bekman
Philip M. Gollucci wrote: Marc Lambrichs wrote: What's the best way to write to a file using mp2? IO::File is slow and Apache::File is lost... You could use this: http://perl.apache.org/docs/2.0/api/APR/PerlIO.html It's certainly not the fastest way. There is some explanation here: http://p