- or download this
push @array, $k;
# Sort the array now because we pushed the value in ar
+ray.
...
}
}
}
- or download this
@array = sort { $a <=> $b } @array, $k;
- or download this
my $index = 0;
++$index while $k >= $array[ $index ];
splice @array, $index, 0, $k;