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>
- Re: [The Subroutine] What is "Use of uninitialized JO... William . Ampeh
- Re: [The Subroutine] What is "Use of uninitializ... jason corbett
- Re: [The Subroutine] What is "Use of uninitializ... William . Ampeh
- Re: [The Subroutine] What is "Use of uniniti... jason corbett
- Re: [The Subroutine] What is "Use of uninitializ... William . Ampeh
- Re: [The Subroutine...revisited] What is "Us... jason corbett