Hi,
 
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?
 
Thanks,
 
Yewen

Reply via email to