Help for this page
use warnings; use strict; ... Sorting with code: { $a <=> $b } Input: 7 3 9 1 Output: 1 3 7 9