in reply to HTML::TokeParser and php code.

What's choking? Works for me.
use HTML::TokeParser; use Data::Dumper; my $p = HTML::TokeParser->new( \" <?php is=1 2 3 four 5 times the='something' ?> hada "); while($_=$p->get_token){ print Dumper($_); } __END__ $VAR1 = [ 'T', ' ', '' ]; $VAR1 = [ 'PI', 'php is=1 2 3 four 5 times the=\'something\' ?', '<?php is=1 2 3 four 5 times the=\'something\' ?>' ]; $VAR1 = [ 'T', ' hada', '' ]; $VAR1 = [ 'T', ' ', '' ];

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re: Re: HTML::TokeParser and php code.
by blue_cowdawg (Monsignor) on Jul 11, 2003 at 19:35 UTC

    Yeah... I got that far as well. But the next token it parsed was the </html> token for me.

    I'll clean the code up (if I can find where I put it, after all I was just messing about) a bit and post it.


    Peter L. BergholdBrewer of Belgian Ales
    Peter@Berghold.Netwww.berghold.net
    Unix Professional