Help for this page
qw{ 1.01 1.3 1.02 1.2 }
sub dict_sort { my @unsorted = @_; ... map [ $_, [ split /(\d+)/ ] ], @unsorted; return @sorted; }