while ( ) { my ($name, $id, $address, $phone) = split(','); push(@outputRef, $name, $id, $address, $phone); }