Hi all, After getting a filehandle from a form by my $file = $query->param('seqfile'); I need to pass this file to bio::seqio object to read every sequence apart and make a certain treatment. my $stream = Bio::SeqIO->new(-fh=> \$file, -format=>'fasta'); doesn't work and i can't figure the problem Any help ??