my @updated = sortArray (@array); ... sub sortArray { my @copy = @_; return sort @copy; }