perl -le '@arr = (2, 17, 8, 5, 26); print for sort {$a <=> $b} @arr;'