I'm writing a script for looking for a specific string in a url. currently i'm using LWP::Simple.get to just get the entire content of the url and then just search it using regex. on one hand the content is very long, but at the same time the string i'm looking for is always at the start, so is there a way to get just part of the content of the url?
thanks, noam