in reply to Parse::Lex error message
I assume your problem is occuring at:
$lexer->every (sub { print $_[0]->name, "\t"; print $_[0]->text, "\n"; });
I'm not overly familiar with Parse::Lex - what's getting passed (or should be getting passed) to sub{} in $lexer->every()?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Parse::Lex error message
by cgraf (Beadle) on Jan 27, 2004 at 16:53 UTC |