in reply to Finding error: uninitialized value in concatenation?
It is probable that one of the values of $giName, $gssName, $definition or $sequence are not defined (NULL) in the line
I guess that the data contains some NULL columns. Also you might be better off writing the:print FILE ">$giName $gssName $definition\n$sequence";
as( my $giName, my $gssName, my $definition, my $sequence )
my ($giName,$gssName,$definition, $sequence )
/J\
|
|---|