Use of uninitialized value $" in join or string at my_implementation.p +l line 215.
.open OUT_A, ">$a_file"; for my $d ( 0 .. $#table_A ) { my $row1 = "@{$table_A[$d]}"; $row1 =~s/\s/\t/g; print "$row1\n"; } close OUT_A ;
In reply to Why do I get this error? by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |