Hey,
When I run the following programme:
#! c:\Perl\bin\perl.exe -w -i
use strict; use warnings; use Bio::Perl; use Bio::SeqIO;
my $seq_object= get_sequence('swissprot',"EAEA_HAFAL"); write_sequence("intimin.fasta",'fasta',$seq_object);
I receive the following error: Undefined subroutine &IO::String called at C:/perl/site/lib/Bio/DB/WebDBSeqI.pm line 482.
Anybody any idea how to solve this problem?
I'm not real familiar with bioperl; I think you may have better luck on the bioperl mailing list. See:
<http://lists.perl.org/>
specifically: <http://lists.perl.org/showlist.cgi?name=bioperl-l>
Regards, Randy.
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>