Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
    
        return @fields;
    }
    
  2. or download this
    13:39 >perl 959_SoPW.pl
    ['CHROM', 'POS', 'REF', 'ALT', 'LIST', 'SAMPLE_1A', 'SAMPLE_2A', 'SAMP
    +LE_3A']
    ...
    ['M', '529', 'A', 'G', 'G', 'REF', 'G', 'REF']
    
    13:39 >