errors with IO::String

From: Tim (stakie_at_myrealbox.com)
Date: 12/30/03


Date: 29 Dec 2003 15:32:24 -0800

Hey

if 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.

Somebody has any idea how to solve this??

Kind regards
Tim



Relevant Pages

  • unexpected error with Exporter
    ... I've got quite a large programme that's working just fine except for a ... use strict; ... use warnings; ... package bb; ...
    (comp.lang.perl.misc)
  • Undefined subroutine &IO::String
    ... When I run the following programme: ... use strict; ... use warnings; ... Undefined subroutine &IO::String called at ...
    (perl.beginners)
  • Re: Undefined subroutine &IO::String
    ... On 12/30/2003 3:42 AM, Tim wrote: ... > When I run the following programme: ... > use strict; ... > use warnings; ...
    (perl.beginners)
  • Re: Sharing variables between modules
    ... use strict; ... use warnings; ... # Note that this must also come *before* the use Foo line. ... package Foo; ...
    (comp.lang.perl.misc)
  • Re: Dynamic directory handles?
    ... > 1) You should always enable warnings (and strict) when ... > perldoc -q filehandle ... >> sub dircount { ... > use warnings; ...
    (comp.lang.perl.misc)