in reply to Random Picks

First of all, I am in no way an expert on random numbers (well, psuedo-random numbers) - but this should suffice.

To generate the psuedo-random numbers, use this:

push @someArray, int(rand $tot) for(1 .. $x);
Where $x is the number of ss#'s you want, and $tot is the number of rows in the database.

The 15 year old, freshman programmer,
Stephen Rawls