Help for this page

Select Code to Download


  1. or download this
    #usage: @result = st_complex sub { complex comparison }, sub { transfo
    +rm }, LIST 
    sub st_complex (&&@) {
    ...
        my $transform = shift;
        &st_complex(sub { $a->[0] cmp $b->[0] }, $transform, @_);
    }