in reply to Re^5: Using variable files to add data into excel spreadsheet
in thread Using variable files to add data into excel spreadsheet

# write column for each fruit for my $i (0..$#fruits){ my $col = $i+2; my $fruit = $fruits[$i]; .. etc
poj