in reply to Re: is Parse::RecDescent good for this job?
in thread is Parse::RecDescent good for this job?

i've a similar problem: here is the file i want to parse ================ @modname abc = 'A Business Company' @modinfo someinfo here... @modinfo note specialnote-lookup-from-other-file @fields 1 = 1 int 2 = 2-5 string 3 = 6 char @filename path/abc.csv @variable abc 3 text information about the 3rd field ================ As you can see, the file contain many 'sections' and each of them has format that are different. the only thing they have in common is the use of '@' as the section separator. please help Roy
  • Comment on Re: Re: is Parse::RecDescent good for this job?

Replies are listed 'Best First'.
Re: Re: Re: is Parse::RecDescent good for this job?
by meonkeys (Chaplain) on Sep 15, 2003 at 05:42 UTC

    Please surround code in your post with <code></code> tags.

    ---
    "A Jedi uses the Force for knowledge and defense, never for attack."