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