Help for this page

Select Code to Download


  1. or download this
    my @sorted= @list[
        map { unpack "N", substr($_,-4) }
    ...
        map { XFORM($list[$_]) . pack "N", $_ }
        0..$#list
    ];
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
            return ();
        }
    }