At 12:53 AM 07/26/01 -0700, Martial Chartoire wrote: > sub linkcb { > my($tag, %links) = @_; >! my $link; >! my($ok) = 0; >! >! if (($tag =~ /^a/) && ($links{"href"})) { Would it be better to enumerate which tags instead of just tags that start with an "a"? Of do you think that's a safe approach? Thanks for the patch. Bill Moseley mailto:moseley@hank.orgReceived on Thu Jul 26 13:24:04 2001