in reply to Re: Re: Re: Re: Changing .html to .asp
in thread Changing .html to .asp

According to the book I have here it says to use the regex:

/regex/i

So, in that grep I gave you place an i at the end of it like this:

@FILES = grep(/a href.*/i,readdir(DESCRIPTOR))...

Try that. Let me know if it works. Again, I am at work so I can't test it till later.

----------
- Jim