Undefined subroutine &IO::String

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

  • Next message: Randy W. Sims: "Re: Undefined subroutine &IO::String"
    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


  • Next message: Randy W. Sims: "Re: Undefined subroutine &IO::String"

    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)
    • errors with IO::String
      ... if 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)