Help for this page

Select Code to Download


  1. or download this
    die "No sort made: $@"
        if ! $sf;
    
  2. or download this
    make_sorter: Unknown option or key 'code'
    
  3. or download this
    #!/usr/bin/perl
    # foo.pl - This is just a test
    ...
    
    my @order = sort_len( $foo, $bar );
    print @order;