Re: arrays & lists

2002-11-23 Thread james lundeen
le SQL line and you > will need to get the data from a single row using > Perl. > > Teddy, > Teddy's Center: http://teddy.fcc.ro/ > Email: [EMAIL PROTECTED] > > - Original Message ----- > From: "Al Hospers" <[EMAIL PROTECTED]> > To: <[EMAIL PROT

Re: arrays & lists

2002-11-23 Thread Jason Purdy
> I know I am missing a lot in my knowledge, but I'm trying to figure > something out & seemingly am in a hole... MySQL can do a lot of this for you, I believe... You want a random record from the database and retrieve a particular field from that record: # Untested, but you would call this subr

Re: arrays & lists

2002-11-22 Thread Octavian Rasnita
single SQL line and you will need to get the data from a single row using Perl. Teddy, Teddy's Center: http://teddy.fcc.ro/ Email: [EMAIL PROTECTED] - Original Message - From: "Al Hospers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 22, 200

arrays & lists

2002-11-22 Thread Al Hospers
hi I know I am missing a lot in my knowledge, but I'm trying to figure something out & seemingly am in a hole... the task is as follows: 1) query a mysql database for as many records as match a criteria (I can do this OK) 2) put the resulting records, how ever many there are, into a lis