in reply to Re: Grabbing part of an HTML page
in thread Grabbing part of an HTML page

You have written another infinite loop - the while (@files_to_look_in) is always true, and no part of the code shifts or pops values from the array.