Help for this page

Select Code to Download


  1. or download this
    {
        my( $n, $k, @seq, @a );
    ...
            return join( '', @alphabet[ @seq ] );
        }
    }