Undefined subroutine &IO::String
From: Tim (stakie_at_myrealbox.com)
Date: 12/30/03
- Previous message: R. Joseph Newton: "Re: Listing Perl built in variables"
- Next in thread: Randy W. Sims: "Re: Undefined subroutine &IO::String"
- Reply: Randy W. Sims: "Re: Undefined subroutine &IO::String"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: beginners@perl.org Date: Tue, 30 Dec 2003 09:42:20 +0100
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?
Kind regards
Tim
- Previous message: R. Joseph Newton: "Re: Listing Perl built in variables"
- Next in thread: Randy W. Sims: "Re: Undefined subroutine &IO::String"
- Reply: Randy W. Sims: "Re: Undefined subroutine &IO::String"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|