in reply to Get content of a big text file on a server

Try using LWP::UserAgent in streamy mode using response_data.

Replies are listed 'Best First'.
Re^2: Get content of a big text file on a server
by Shuzaku (Initiate) on Aug 11, 2009 at 14:50 UTC
    Exactly the same problem with using that (work with a little text file but not with the big). It can't be because the big text file haven't the extension ".txt" (It have no extension) ?
      I correct my last post, it works after an execution time of 5 min ! I will see what I can do to improve this execution time. Thnaks for all !
        The extended execution time likely has to do with the fact that the script actually has to go and download the file. Five minutes doesn't sound unlikely for a 10MB file.