in reply to Re: Parse::Lex error message
in thread Parse::Lex error message

line 17 is print $_[0]->name, "\t"; $_[0] is a Parse::Token object.

Replies are listed 'Best First'.
Re: Re: Re: Parse::Lex error message
by Anonymous Monk on Jan 27, 2004 at 22:35 UTC
    $_[0] is a Parse::Token object.
    The error message tells you that $_[0] is undefined, so it can't be a Parse::Token object.