That's what I thought too..But if I'm reading line by line and need to bucketize a set of data for every backup set, then wouldn't the array or hash be useful for this?
Comment on Re^2: Printing out a hash in specified format
Hashes are good for grouping (using the SQL term) if that's what you mean. Specifically, a hash of server of hashes backup sets of arrays of status records.