in reply to Re: Writing a parser
in thread Writing a parser

I think we don't understand each other.

I can second that.

Perlmonks is good when you want to learn something about Perl, or have a problem that you can't solve on your own. It's certainly not a "we write code according to your specs, for free" site. (There are some freelancers here who will work for you if you pay them, though).

So if you want help, show some effort on your own, show us what you've got so far, and where your problems are - then you'll get help. For sure.

And be sure to specify the exact problem - do you need to parse the whole file? or just the first line?

Replies are listed 'Best First'.
Re^3: Writing a parser
by Zielony (Acolyte) on Jan 29, 2008 at 21:15 UTC
    I want to parse whole file, but it isn't important, what parser it has to be. I only want to know, how to make Perl script know that his task is to parse file due to fact that the file ran parser thanks to headline. Such script as I showed would be the simpliest way to see the parser layout.