Hi, With MP1 I was able to do the following in order to enable Spreadsheet::WriteExcel to work properly:
tie *XLS, 'Apache'; binmode(XLS); my $workbook = Spreadsheet::WriteExcel->new(\*XLS); But with MP2 I get the error 'Can't locate object method "TIEHANDLE" via package "Apache"'. I have been searching and there seem to be many people havint the same issue as myself. The closest thing I could find to an answer was in the archives for this mailing list at [http://www.gossamer-threads.com/archive/mod_perl_C1/modperl_F7/%5BMP2%5D_Ca nt_dup_STDOUT_P55017/]. But although the response points towards using "Apache::RequestIO", it does not mention how it would be utilized nor can I find any documentation on how it would be utilized elsewhere (and my own efforts to figure it out are proving futile). If anyone could offer some insight, it would be greatly appreciated. Thank you, Scott Beuker