RE: Perl script on a server using Win32::OLE

2012-10-03 Thread Jason Feng
> From: natxo.ase...@gmail.com > To: beginners@perl.org > > On Wed, Sep 26, 2012 at 8:23 AM, Jason Feng wrote: > > > > Hello, > > > > I have a Perl script running on a Windows 2008 server which uses Win32::OLE > > to dump the results on Excel files. It is wor

Perl script on a server using Win32::OLE

2012-09-25 Thread Jason Feng
Hello, I have a Perl script running on a Windows 2008 server which uses Win32::OLE to dump the results on Excel files. It is working fine when I remote login to the server and run the script. Now I want to write a Perl script on my local machine using Net::Telnet to remote run the script on t

RE: MySQL database entry delta report

2010-10-23 Thread Jason Feng
rom: rvtol+use...@isolution.nl > Subject: Re: MySQL database entry delta report > > On 2010-10-18 05:42, Jason Feng wrote: > > > I am using > > Perl and MySQL to maintain a database of mobile network configuration about > > 30 > > tables and millions of ro

MySQL database entry delta report

2010-10-17 Thread Jason Feng
Hello, I am using Perl and MySQL to maintain a database of mobile network configuration about 30 tables and millions of rows. Every day, I’ll be importing new configuration data to the database. I’d like to create a delta report on which row and which column are modified, which row is deleted

RE: parsing csv

2010-07-02 Thread Jason Feng
Hi there, If you know some SQL, I'd suggest you using DBI and DBD::CSV. Cheers, Jason > Date: Fri, 2 Jul 2010 18:47:22 +1000 > Subject: Re: parsing csv > From: rc...@pcug.org.au > To: sharan.basa...@gmail.com > CC: beginners@perl.org > > > > Folks, > > > > I have to parse a csv file and conve

RE: A problem while using XML::Parser::PerlSAX

2010-07-01 Thread Jason Feng
flag variable. Good luck, Greg On Thu, Jul 1, 2010 at 5:51 PM, Jason Feng wrote: Thanks Jenda, But it is a bit frustrating that I can't expect when the multiple calls will happen. For the same repetetive element, most of the time one call. But suddenly multiple calls take place. Chee

RE: A problem while using XML::Parser::PerlSAX

2010-07-01 Thread Jason Feng
1 Jul 2010 08:09:20 +0200 > Subject: Re: A problem while using XML::Parser::PerlSAX > > From: Jason Feng > > I am using XML::Parser::PerlSAX > > to parse a 300M XML file. I meet a strange issue with handler characters. > > This handler is supposed to return > >

A problem while using XML::Parser::PerlSAX

2010-06-30 Thread Jason Feng
Hi there, I am using XML::Parser::PerlSAX to parse a 300M XML file. I meet a strange issue with handler characters. This handler is supposed to return all the contents between start markup and end markup. But sometimes it just returns one part of the whole contents. On the second call, perh