Help for this page

Select Code to Download


  1. or download this
    sub fancy_algorithm {
       my @args= @_;
    ...
       }
       return \@order;
    }
    
  2. or download this
    my @lists= (
      [qw( S T )],
    ...
    );
    
    # S U V W X Y T Z