in reply to Re^2: most efficient way to scrape data and put it into a tsv file
in thread most efficient way to scrape data and put it into a tsv file
Are you writing your output to STDOUT or to a file? It sounded like the latter. Setting $| = 1 only unbuffers STDOUT. It is possible to unbuffer files, but this mainly used for logs where each line should be independent.
|
|---|