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


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to