package HTML::Parser; use strict; use HTML::Entities (); use vars qw($VERSION); $VERSION = "2.25"; # $Date: 1999/11/05 09:34:53 $ sub new { my $class = shift; my $self = bless { '_buf' => '', '_strict_comment' => 0, }, $class; $self; } # A little note about the observed Netscape behaviour: # # It parse
, i.e. tags are recognized.# are presentend in smaller font than # # Netscape does not parse this comment correctly (it terminates the comment # too early): # # more comment --> # # Netscape ignores '' within the