Subject: | wish: rand_chars_string, rand_words_string |
Hello,
I found find it really useful of the random character and word functions could be
returned as strings. For the words, I think it makes sense to join them with a space, and
for the characters, to just join them directly. I propose
rand_chars_string
rand_words_string
Or.../Better/ could just detect that the routine is being called in scalar context?
So:
$string = rand_chars()
and
@array = rand_chars()
...both could do the Right Thing? That would be nice.
Thanks,
Mark