ajt has asked for the wisdom of the Perl Monks concerning the following question:
Cut and paste is error prone and slow, plus the sites won't be in English which will make my life a lot harder.
I did a quick search on Google, and pulled up a lot of ancient Perl4 like scripts. I tried CPAN for modules, and found two vague possibles, and found nothing on PM.
Seeing is Perl is my language of choice I'll write my own, unless some one happens to know of a recent one that works okay.
What I need has the following loose requirments:
Does anyone have something mostly written? If so may I use it? I'd obviously prefer Perl for this job, but I'd accept PHP if someone happend to have a good mapper.
If not then I'll write my own. I think I'll do the following:
I'll write it for simplicity, simply traverse the directories one by one, printing a simple indented HTML structure as I go.
I think this should be easy to build, and simple, I only have a few dozen directories, and a few hundred files at the moment. If someone has done this already, I would be very happy to not re-invent the wheel.
As ever thanks in advance...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Web Site Mapping Tool
by larsen (Parson) on Oct 22, 2001 at 15:05 UTC |