What you are showing looks reasonable, but something outside these lines
might be causing the problem. Please trim you original script to the
minimum that shows the problem and send it here for us to look at. Then cut
and paste the error text into the message, don't try to type it from
scratch.
--
Mac :})
----- Original Message -----
From: "Yewen Tang" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 27, 2000 4:25 PM
Subject: About HTML::Parser
I'm a newcomer. I'd like to ask you guru a question.
I installed Perl 5.6.0 on HP_UX. My HTML::Parser module is 3.08. When I set
a 'start' event handler I do following
$p = HTML::Parser->new();
$p->handler(start => "start", "self, tagname, attr, attrseq, text");
but I got error message:
Unrecoganized identifier s in argspec exam3.pl 123.
I think I'm correct as the docment says. But how do I get out here?