Re: first time using LWP

2006-04-08 Thread Petr Vileta
- Original Message - From: "Charles K. Clarkson" <[EMAIL PROTECTED]> To: Sent: Saturday, April 08, 2006 5:49 PM Subject: RE: first time using LWP Petr Vileta wrote: Petr, that's a great example. Thanks for contributing. I have a couple style questions. : #!/usr/bin/perl : use str

RE: first time using LWP

2006-04-08 Thread Charles K. Clarkson
Petr Vileta wrote: Petr, that's a great example. Thanks for contributing. I have a couple style questions. : #!/usr/bin/perl : use strict; : use LWP::UserAgent; : require HTTP::Headers; Why "use" LWP::UserAgent and "require" HTTP::Headers? Why not require or use both? How do you decide w

RE: creating an excel file

2006-04-08 Thread Sandeep Deshpande
You can also use Win32::OLE::Const 'Microsoft Excel'; and create/update MS-Excel files.     Thanks & Regards, Sandeep Deshpande   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Eko Budiharto Sent: Saturday, April 08, 2006 9:34 AM To: activeper

Re: creating an excel file

2006-04-08 Thread DZ-Jay
On Apr 8, 2006, at 00:03, Eko Budiharto wrote: hi, I would like to import some data from mysql and write into an excel file. Do you mind if you can tell me which module I can use to do that? I read in the cpan.org, but I am not sure which one I should use. There are Spreadsheet::WriteE