in reply to Re^2: backup script runs out of memory
in thread backup script runs out of memory

But what then is the _?

Look up "perldoc -f -X"; the underscore means "get this information from the same stat data structure that we used the last time", which saves a few ops. "-r _" assures that the file we just checked with "-f" is readable by the current user.