in reply to Re: Parsing... possible w/o too much stress ?
in thread Parsing... possible w/o too much stress ?
Some useful sources of information for reference when learning to use Parse::RecDescent include Parse::RecDescent::FAQ and this article from The Perl Journal (Google cache).
Using this module I have recently been able to translate complex proprietary format files supplied from an external source into an internal format for print processing with only a few hours work by writing a formal grammar and making use of Parse::RecDescent - A process solution which has previously taken days, and in some cases weeks, for dedicated parsing code to be written, tested and deployed.
perl -le 'print+unpack("N",pack("B32","00000000000000000000001000111110"))'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
•Re: Re: Re: Parsing... possible w/o too much stress ?
by merlyn (Sage) on Mar 22, 2003 at 16:21 UTC |