Is there any lib/module I could use for data parsing?
I has some data format that the grammar is known (quite simple actually),
but
I need to write some function/API such that I could read the data and
reformat
(to XML maybe), dump it into database, and recall those data easily in the
future.
On Fri, 20 Apr 2001, Pang, Joseph wrote:
> I think I need to write a parser but had little experience. I had looked up
> Lex and Yacc, or bison, with some little time I play, I know I could get
> promising result, but I want it written in Perl instead of C.
Look at Parse::RecDescent. If you wa
On Sun, 22 Apr 2001, srl wrote:
> > I think I need to write a parser but had little experience. I had looked up
> > Lex and Yacc, or bison, with some little time I play, I know I could get
> > promising result, but I want it written in Perl instead of C.
>
> Look at Parse::RecDescent. If you w
- Original Message -
From: Pang, Joseph <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 21, 2001 12:30 AM
Subject: Parsing newbie
> Is there any lib/module I could use for data parsing?
>
> I has some data format that the grammar is known (
On Fri, Apr 20, 2001 at 06:30:34PM -0400, Pang, Joseph wrote:
> Is there any lib/module I could use for data parsing?
Try Parse::RecDescent.
> I has some data format that the grammar is known (quite simple actually),
Sounds promising
--
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.ne