@list = unpack 'j*', pack 'J*', sort { $a <=> $b } unpack 'J*', pack 'j*', @list; #### @list = unpack 'j>*', sort pack 'j>*', @list;