Filesystem Link Scanner

2004-07-26 Thread perl.org
I want to get a list of the distinct domains (like perl.org) in all href attribute values of anchor tags in all files under a given directory that end with the extensions .htm and .html. I don't need to know which files contain the links, I just want to know what domains are referenced. I don't c

Re: Filesystem Link Scanner

2004-07-26 Thread perl.org
On Mon, 26 Jul 2004 11:27:50 -0400, perl.org wrote > I want to get a list of the distinct domains (like perl.org) in all href > attribute values of anchor tags in all files under a given directory > that end with the extensions .htm and .html. I don't need to know > which files contain the links