in reply to Re^8: Combining 3 files
in thread Combining 3 files

Whatever gave you that impression?

Replies are listed 'Best First'.
Re^10: Combining 3 files
by garyboyd (Acolyte) on Jun 27, 2011 at 15:58 UTC

    I thought that this was building @data ???

    for my $dataset (@data) { my @out = push @{ $data[ $fileCount ]->{ shift @col } }, \@col; }
      Why? Just how many times do you need to build @data?

        aahhh ok, I removed this from the while loop and now it generates just the one

        what does this mean ?

        Can't use string ("4") as an ARRAY ref while "strict refs" in use at combine_primer_lists.pl line 67, <INFILE> line 243

        where this line is the problem

            push @results, $out[0]->[2];