I have a project in which I would like to use perl to pick x number of ss# from a list in a mysql database. The mysql database will have about 2500 names comprised of simply 3 columns ( firstname,lastname,ss#). I would like to pick a number such as 1000 and have it generate a random list of ss#'s from the list; then print only those selected to a file for distibution. I know the simple things like using dbi to connect perl to mysql but is the rest even possible in the above scenario. Thanks in advance for any assistance.