John W. Krahn wrote:

> The code looks pretty good over all, just a couple of minor nits.  :-)

Thank you!! Nits are good.

I agree that variables declared "just in time" tend to be more
self-documenting. I had some code manageability issues early on, so I was
moving quite a few variable definitions around. I am going to correct these
and see what else I can find that is like this; e.g., your comment about
foreach my $var, i.e.,:

>      129     my $doc;
>      130     foreach $doc (@ARGV)
> Would be better as: foreach my $doc (@ARGV)

 applies to a couple other foreach loops too and I am going to comb it some
more and correct the known bugs (and even nits :)

By the way, I am starting to test with a greater variety of HTML and noticed
a fourth bug, but that is another post.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to