About HTML::Parser

Yewen Tang (yewent@whitepj.com)
Tue, 27 Jun 2000 16:25:03 -0700


------=_NextPart_000_0024_01BFE054.3F846860
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

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=20

$p =3D HTML::Parser->new();
$p->handler(start =3D> "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

------=_NextPart_000_0024_01BFE054.3F846860
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Hi,
 
I'm a newcomer. I'd like to ask you = guru a=20 question.
 
I installed Perl 5.6.0 on HP_UX. My = HTML::Parser=20 module is 3.08. When I set a 'start' event handler I do following =
 
$p =3D = HTML::Parser->new();
$p->handler(start =3D> "start", = "self, tagname,=20 attr, attrseq, text");
 
but I got error message:
 
Unrecoganized identifier s in argspec = exam3.pl=20 123.
 
I think I'm correct as the docment = says. But how do=20 I get out here?
 
Thanks,
 
Yewen
------=_NextPart_000_0024_01BFE054.3F846860--