Help for this page

Select Code to Download


  1. or download this
    my $decimal   = '.';    # decimal point indicator for "natural_sort"
    my $separator = ',';    # thousands separator for "natural_sort"
    ...
        @_[ map { (split)[-1] } sort @x ];
    }
    
  2. or download this
    #/usr/bin/perl
    use warnings;
    ...
    z8.doc
    z9.doc