Re: [plug] Unix/Linux Perl CGI and Excel (a bit OT)

2010-07-05 Thread Zak B. Elep
On Mon, Jul 5, 2010 at 5:18 PM, Ludwig Isaac Lim wrote: > Does CPAN have a option where you can set the install path (something like > PREFIX= in using ./configure) ? Yep, you can actually set PREFIX or INSTALL_BASE upon the call to `perl Makefile.PL' (for modules using ExtUtils::MakeMaker) o

Re: [plug] Unix/Linux Perl CGI and Excel (a bit OT)

2010-07-05 Thread Ludwig Isaac Lim
Hi: > Message: 7 > From: "Ian Dexter R. Marquez" > Subject: Re: [plug] Unix/Linux Perl CGI and Excel (a bit OT) > To: "Philippine Linux Users' Group (PLUG) Technical Discussion List" > > > On Fri, Jun 25, 2010 at 17:39, Zak B. Elep wr

Re: [plug] Unix/Linux Perl CGI and Excel (a bit OT)

2010-06-25 Thread Zak B. Elep
On Fri, Jun 25, 2010 at 6:08 PM, Ian Dexter R. Marquez wrote: > On Fri, Jun 25, 2010 at 17:39, Zak B. Elep wrote: >> On Fri, Jun 25, 2010 at 5:27 PM, Ian Dexter R. Marquez >> wrote: >>> These may not be available in HP-UX, though. >> >> Hence the deps.cpantesters.org link, which has a selection

Re: [plug] Unix/Linux Perl CGI and Excel (a bit OT)

2010-06-25 Thread Ian Dexter R. Marquez
On Fri, Jun 25, 2010 at 17:39, Zak B. Elep wrote: > On Fri, Jun 25, 2010 at 5:27 PM, Ian Dexter R. Marquez > wrote: >> These may not be available in HP-UX, though. > > Hence the deps.cpantesters.org link, which has a selection of which > destination OS to check deps on (HP-UX is included ;)  I du

Re: [plug] Unix/Linux Perl CGI and Excel (a bit OT)

2010-06-25 Thread Zak B. Elep
On Fri, Jun 25, 2010 at 5:27 PM, Ian Dexter R. Marquez wrote: > These may not be available in HP-UX, though. Hence the deps.cpantesters.org link, which has a selection of which destination OS to check deps on (HP-UX is included ;) I dunno which Perl version OP uses though. -- Zak B. Elep ||

Re: [plug] Unix/Linux Perl CGI and Excel (a bit OT)

2010-06-25 Thread Ian Dexter R. Marquez
On Fri, Jun 25, 2010 at 16:50, Zak B. Elep wrote: > On Fri, Jun 25, 2010 at 1:30 PM, Ludwig Isaac Lim wrote: >> Hi: >> >>    I'm writing a CGI application in PERL running on HP-UX that needs to >> export >> its query results to an Excel file. >> >>    My alternatives are : >>       a) export it

Re: [plug] Unix/Linux Perl CGI and Excel (a bit OT)

2010-06-25 Thread Zak B. Elep
On Fri, Jun 25, 2010 at 1:30 PM, Ludwig Isaac Lim wrote: > Hi: > >    I'm writing a CGI application in PERL running on HP-UX that needs to export > its query results to an Excel file. > >    My alternatives are : >       a) export it using perl module Text::CSV, but the set the CGI headers to > Ex

Re: [plug] Unix/Linux Perl CGI and Excel (a bit OT)

2010-06-25 Thread Sherwin Daganato
On Fri, Jun 25, 2010 at 1:30 PM, Ludwig Isaac Lim wrote: > Hi: > >    I'm writing a CGI application in PERL running on HP-UX that needs to export > its query results to an Excel file. > >    My alternatives are : >       a) export it using perl module Text::CSV, but the set the CGI headers to > Ex

[plug] Unix/Linux Perl CGI and Excel (a bit OT)

2010-06-24 Thread Ludwig Isaac Lim
Hi: I'm writing a CGI application in PERL running on HP-UX that needs to export its query results to an Excel file. My alternatives are : a) export it using perl module Text::CSV, but the set the CGI headers to Excel via print header(-type => 'application/vnd.ms-excel'); b) U