in reply to does perl cache between invocations?
If I wanted to read the same 200MB of file data again and again, I (likely) would not see the disk light flash because all the data would fit and still be present in the cache memory. If I needed to repeatedly process 500MB of file data, I likely would find other things to do while the disk light flashed for many minutes, _each_ time, because all the data could not fit in cache and _must_ be re-read each time.
|
|---|