Re: libgdbm

2007-01-28 Thread Daniel D Jones
On Sunday 28 January 2007 11:58, Daniel D Jones wrote: > I'm trying to install Apache2::ServerUtil from CPAN. During make, I get > the following complaint: > > * WARNING * > > Your Perl is configured to link against libgdbm, > but libgdbm.so was not found. > You could

libgdbm

2007-01-28 Thread Daniel D Jones
I'm trying to install Apache2::ServerUtil from CPAN. During make, I get the following complaint: * WARNING * Your Perl is configured to link against libgdbm, but libgdbm.so was not found. You could just symlink it to /usr/lib/libgdbm.so.3.0.0 * WARNIN

Re: Write to an existing excel file

2007-01-28 Thread Jeff Pang
> >>Hello lists, >> >>I want to write to an existing excel file. >>From the document of "Spreadsheet::WriteExcel" module: >>This module cannot be used to write to an existing Excel file. >> >>So,can you help tell me which module can do well for my purpose?Thanks. > >The exact same question: > >htt