Use of uninitialized value in concatenation (.) or string at select_c.pl line 70
and error
Use of uninitialized value in join or string at select_c.pl line 65.
 
are whats showing up
[EMAIL PROTECTED] wrote:




What about manually stepping through the array elements?

That is:

for ( my $i = 0; $i < $#record; $i++) {
print "$record[$i],";
}
print "$record[$#record]\n";



__________________

William Ampeh (x3939)
Federal Reserve Board

Reply via email to