> 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
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
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
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
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
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
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
> >
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