Re: I have numbers in an array how do extract them in a random order ?

2002-04-10 Thread Felix Geerinckx
on Wed, 10 Apr 2002 19:21:11 GMT, Jim-Cont Flaherty wrote: > I have numbers in an array how do extract them in a random order ? . > I want to feed them to a sql query to extract information , just the > first 10 of them This is a frequently asked question: perldoc

I have numbers in an array how do extract them in a random order ?

2002-04-10 Thread FLAHERTY, JIM-CONT
I have numbers in an array how do extract them in a random order ? . I want to feed them to a sql query to extract information , just the first 10 of them code ## $dbh =DBI ->connect($data_source, $username, $password) or die &q