problem with write fucntion in Spreadsheet::WriteExcel

2007-01-25 Thread raj esh
Dear Gurus, I want to write some data into the Excel sheet. I have written code can you people guide me where i am going wrong! All code is working fine but data is not getting written in the result.xls Here is the code..

Re: problem with write fucntion in Spreadsheet::WriteExcel

2007-01-25 Thread Bill Luebkert
raj esh wrote: Dear Gurus, I want to write some data into the Excel sheet. I have written code can you people guide me where i am going wrong! All code is working fine but data is not getting written in the result.xls Here is the code..

libwin32-0.26 installation problem on linux

2007-01-25 Thread Sasan Tehrani
Hello, When trying to install this module on a linux box, I get the following error: ERROR from evaluation of /root/libwin32-0.26/Process/Makefile.PL: Undefined subroutine Win32::IsWinNT called at ./Makefile.PL line. Noticed that there're other people encountering the same problem on

Re: libwin32-0.26 installation problem on linux

2007-01-25 Thread Jeff Griffiths
Hi Sasan, You're getting these errors because libWin32 is not compatible with Linux. It only works on Windows systems. cheers, JeffG Sasan Tehrani wrote: Hello, When trying to install this module on a linux box, I get the following error: ERROR from evaluation of

Re: libwin32-0.26 installation problem on linux

2007-01-25 Thread Bill Luebkert
Jeff Griffiths wrote: Hi Sasan, You're getting these errors because libWin32 is not compatible with Linux. It only works on Windows systems. Maybe it will run under a Windoze emulator ? Sasan porbably ought to stick to PPM installs rather than trying to install from CPAN/wherever.