in reply to retrieve html code in reverse from remote server

HTTP/1.1 (and maybe earlier) provide a means of requesting byte ranges. You could do something like File::ReadBackwards but that would require multiple fetches. It's probably faster to just download the whole thing.

Update: Linked fixed.

  • Comment on Re: retrieve html code in reverse from remote server