Re: Simple, synchronous interaction with a local server process

2010-06-26 Thread Chap Harrison
On Jun 26, 2010, at 7:34 AM, Jenda Krynicky wrote: > Did you try DBD::ODBC? I do believe there are still ODBC drivers for > dBaseIV installed on your computer so this should work. What problems > did not you have? I *think* the problem is that dBaseIV drivers cost money. The company that I

Re: What's new on http://perl-begin.org/

2010-06-26 Thread Torest Tau
> - Original Message - > From: Shlomi Fish > Sent: 06/27/10 03:39 AM > To: beginners@perl.org > Subject: What's new on http://perl-begin.org/ > * A page containing a list of frequently asked questions (FAQs) lists was > added - http://perl-begin.org/FAQs/ . > I'm interested in the FAQ.

What's new on http://perl-begin.org/

2010-06-26 Thread Shlomi Fish
Hi all! Here is what's new on http://perl-begin.org/ - the Perl Beginners' Site since the last update. * A page containing a list of frequently asked questions (FAQs) lists was added - http://perl-begin.org/FAQs/ . * A page about text parsing and a page about text generation, both with best p

Re: Simple, synchronous interaction with a local server process

2010-06-26 Thread Jenda Krynicky
From: Chap Harrison > I have a Perl app that makes SQL queries to DBF (DBase IV) databases. > I haven't found a reliable DBI::DBD module for accessing DBase IV, but > I do have a copy of the JDBC library, so I wrote a simple Java > command-line program that accepts a database path and a query on

Re: What is the best way to parse a GPX (XML) file

2010-06-26 Thread Jenda Krynicky
Date sent: Wed, 16 Jun 2010 20:26:53 +0800 Subject:Re: What is the best way to parse a GPX (XML) file From: Jeff Pang To: robert Key Copies to: beginners@perl.org > 2010/6/16 robert Key : > > Hi I would like to parse

Re: Edit large data file

2010-06-26 Thread Jenda Krynicky
From: mrwawa > On Jun 16, 7:14 am, rwci...@alum.calberkeley.org (Robert Citek) wrote: > > On Tue, Jun 15, 2010 at 1:50 PM, mrwawa wrote: > > > Is this possible, and if so how can I do it? > > > > Can you give an example? > > > > For example, using colons instead of tabs, if the input looks like t

Re: XML output processing question

2010-06-26 Thread Jenda Krynicky
From: saw > Given one large XML file such as: > > > > > > > > > I want to create many small XML files consisting of a Root element and > the sub-tree. I would like to copy the sub-tree from input to > output as a block without having to address the sub-components. I ha