in reply to Re^3: tabular format of data
in thread tabular format of data

i haved added the below lines in the script and i got some error: // my @data; foreach (my $i = 0; $i < @Arr1 && $i < @Arr2; $i++) { $data$i = $Arr1$i, $Arr2$i; } // error: syntax error near "];" / ---------------- still exists---- Also, i have tried to use Text: ASCIITable and its saying cann't locate ASCIITable.pm in @INC how can i resolve the issue