Help for this page

Select Code to Download


  1. or download this
    use DrawTransmembrane;
    
    Can't locate DrawTransmembrane.pm
    
  2. or download this
    Warning: Cannot install DrawTransmembrane, don't know what it is.
    Try the command
    ...
        i /DrawTransmembrane/
    
    to find objects with matching identifiers.
    
  3. or download this
    Global symbol "$topology_final" requires explicit package name at Draw
    +Transmembrane.pl line 6.
    Global symbol "@total_top" requires explicit package name at DrawTrans
    +membrane.pl line 8.
    ...
    Global symbol "@total_top" requires explicit package name at DrawTrans
    +membrane.pl line 19.
    Global symbol "@total_top" requires explicit package name at DrawTrans
    +membrane.pl line 28.
    Execution of DrawTransmembrane.pl aborted due to compilation errors.
    
  4. or download this
    Can't locate object method "new" via package "DrawTransmembrane" (perh
    +aps you forgot to load "DrawTransmembrane"?)
    
  5. or download this
    Not a HASH reference at /usr/share/perl5/Bio/Graphics/DrawTransmembran
    +e.pm line 125.
    
  6. or download this
    #!/usr/bin/perl
    use strict;
    ...
        print OUTPUT $image->png; 
        close (OUTPUT);
    }
    
  7. or download this
    #!/usr/bin/perl
    use strict;
    ...
    binmode OUTPUT;
    print OUTPUT $im->png;
    close OUTPUT;
    
  8. or download this
    #!/usr/bin/perl
    use strict;
    ...
    binmode OUTPUT;
    print OUTPUT $image->png; 
    close (OUTPUT);