# WRONG!!! This will create a reference (so when we clear it       # a couple lines later everything will be deleted).       # $current_main_record{"role_data"} = \@role_records;         # CORRECT? Recursively copy everything in the entire array,       # so that we can clear it a couple lines down?       # Clear array for next go-round of the loop?.       @role_records = ();