Help for this page
use Params::Validate ':all'; ... return @sorted; }
my @unsorted = (9, 4, 2, 6, 1); my @sorted = sortArray(\@unsorted);