Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        @$dataRef[$k++] = $groupA->[$i++] while $i < @$groupA;
        @$dataRef[$k++] = $groupB->[$j++] while $j < @$groupB;
    }