Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        @{$row}[4, 6] = ('N', 'G') if !length($row->[3]);
        print join('|', @$row), "\n";
    }
    
  2. or download this
    host1|||C||||
    host2|||C||||
    host3||||N||G|
    host4|||C||||
    host5||||N||G|