[Bioperl-l] Undefined subroutine &IO:String
Tim Stakenborg
stakie at myrealbox.com
Tue Dec 30 06:23:07 EST 2003
Hey
When I run the following short 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:
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?
Kind regards
Tim
More information about the Bioperl-l
mailing list