in reply to Perl editor idea
And while you're at it, and storing subroutine names/definitions etc, you could make it automagically fill in subroutine parameter skeletons.. Oh, wait, VB does that too :)
As the rest have said though, this is like closing the barn door after the horse has bolted. Don't attempt to fix your bad programming with a better way to keep track of it, fix the programming instead. If you have three arrays that need to be changed simultaneously (though that sounds as if it should be one structure, then), make a subroutine that does just that, and call it instead.
Lastly, no, I wouldnt want a spider that ignores robots.txt, its there for a purpose.
C.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Perl editor idea
by Chady (Priest) on Jan 14, 2004 at 10:11 UTC | |
by rcaputo (Chaplain) on Jan 14, 2004 at 23:06 UTC | |
|
Re: Re: Perl editor idea
by Wassercrats (Initiate) on Jan 14, 2004 at 10:53 UTC |