in reply to Re: Re: REGEX different on Linux & Win32!
in thread REGEX different on Linux & Win32!

Opps, I assumed since it recognizes <? and  ?> that it would do  <% style as well. That's what I get for assuming! Though I would consider that a bug of HTML::TokeParser.

Lobster Aliens Are attacking the world!

Replies are listed 'Best First'.
Re: REGEX different on Linux & Win32!
by Abigail-II (Bishop) on Feb 25, 2003 at 16:36 UTC
    I would not. <% doesn't mean anything special in HTML, it's just a less than sign followed by a percent sign. Since it's not an HTML token, I'd consider it a bug if HTML::TokeParser would consider it a token.

    Abigail