Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    
  2. or download this
    Bareword "DUMMYHUGO" not allowed while "strict subs" in use ...
    Bareword "DUMMY_GENEFILE" not allowed while "strict subs" in use...
    
  3. or download this
    @hugo = DUMMYHUGO;
        @genes = DUMMY_GENEFILE;
    
  4. or download this
    #!/usr/bin/env perl
    use warnings;
    ...
    close $DUMMY_GENEFILE;
    close $OUT;
    exit;
    
  5. or download this
    ID1    Id2    Katie    Path    KJRJ
    ID1a    Id2a    Dave    Path    DJL
    ID1b    Id2b    Kean    Path    PKKJ
    ID1c    Id2c    Paul    Path    PKKJ
    ID1d    Id2d    Sandra    Path    SKJ