Re: PERL MySQL DBI

2001-12-07 Thread Daniel Gardner
Friday, December 07, 2001, 5:18:38 AM, Aaron Shurts wrote: AS> Okay, I was the one that asked the crazy question about the weird join, AS> but I got that figured out. Now I have a problem. AS> while( ($login, $existingemail, $areacode, $prefix, $rest) = $sth->>fetchrow_array ()) AS> { AS>

Re: PERL MySQL DBI

2001-12-06 Thread Maxim Berlin
Hello Aaron, Friday, December 07, 2001, Aaron Shurts <[EMAIL PROTECTED]> wrote: AS> Okay, I was the one that asked the crazy question about the weird join, AS> but I got that figured out. Now I have a problem. AS> while( ($login, $existingemail, $areacode, $prefix, $rest) = $sth->>fetchrow_arr

RE: PERL MySQL DBI

2001-12-06 Thread Gibbs Tanton - tgibbs
try to do that. -Original Message- From: Aaron Shurts To: [EMAIL PROTECTED] Sent: 12/6/2001 11:18 PM Subject: PERL MySQL DBI Okay, I was the one that asked the crazy question about the weird join, but I got that figured out. Now I have a problem. while( ($login, $existingemail, $areacode,

PERL MySQL DBI

2001-12-06 Thread Aaron Shurts
Okay, I was the one that asked the crazy question about the weird join, but I got that figured out. Now I have a problem. while( ($login, $existingemail, $areacode, $prefix, $rest) = $sth->fetchrow_array ()) { print "$login,$existingemail,$areacode-$prefix-$rest\n"; } That code