AlanOfDale has asked for the wisdom of the Perl Monks concerning the following question:
Hi my name is Alan and I have some very stupid questions. I am a total Newbie as far as perl goes and I need some help.
Now that that is out of the way, let me explain what I am trying to do. I have a small project called host file from hell. It does 2 things blocks ad server and it blocks adult-type servers. To date I have maintained it manually with Wordpad and excel. It currently blocks over 62000 differnet servers(www.alanofdale.net/download/hosts.zip). I do this to try and help parents keep the kids away from those sites and to keep ads to a minumal.
A friends kids just found a rather large kink in my program. A new site that does some rather nasty things to winders. I have used a program to get all the text files on that server and all text files linked from that server(30,000 in total or 4 meg). Since it would not be practical for me to manually go through each file to find all the of web address I want to automate the process.
I have been told that perl can do this. But I don't even know where to start. I have 3 perl books(perl cookbook, learning perl 3rd edition, and programing perl 3rd edition).
Where do I start?update (broquaint): title change (was Total newbie asking stupid questions)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: use Perl to maintain blocked host file
by dragonchild (Archbishop) on Jan 20, 2004 at 15:49 UTC | |
|
Re: use Perl to maintain blocked host file
by Abigail-II (Bishop) on Jan 20, 2004 at 15:39 UTC | |
|
Re: use Perl to maintain blocked host file
by inman (Curate) on Jan 20, 2004 at 16:27 UTC | |
|
Re: use Perl to maintain blocked host file
by l3nz (Friar) on Jan 20, 2004 at 17:54 UTC |