Hi Guys, I have something im basically stumped on, so mabey somebody can give me a hand ;)
This is my scenario: I have a bunch of random URL's in a plain text file. I also have a text file with just the domain of certain URL's that are in the random URL file. IE: random file: something.google.com whoknows.yahoo.com another.thisisp.com perl.code.com IE: other file: yahoo.com google.com And so on.. What I need to do is the following: Suck the random file into an array, then look through the other text file line by line, and sort out any matching domain in the random URL file that matches a domain in the file with just the domains, and make an array of random urls that would be grouped by each particular domain listed in the domain only file. The remaining URL's in the random file would be put into another array by them selves. I have started some code, but since im kinda new to perl, i really don't even know if it makes sense.. some of it works some of it doesn't.. Any help is much appreciated!! Thanks! - Chris -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]