In a message dated: Thu, 06 Jul 2000 16:26:56 EDT
Adam Wendt said:
>Try:
> my @salt = qw(a b c d e f g h i j k l m n o p q r s t u
> v w x y z A B C D E F J H I J K L M N O P
> Q R S T U V W X Y Z 0 1 2 3 4 5 6 7 8 9 . /);
> my $len = $#salt;
> $salt = $salt[int rand(@salt)] . $salt[int rand(@salt)]; # however
>
>( I know this looks really ugly but it works ;)
Thanks, this is essentially what I did :)
--
Seeya,
Paul
----
"I always explain our company via interpretive dance.
I meet lots of interesting people that way."
Niall Kavanagh, 10 April, 2000
If you're not having fun, you're not doing it right!
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************