Help for this page

Select Code to Download


  1. or download this
        [ 0, undef, 1, undef, undef, 2, 3, 4, 5, 6 ],
        [ 0, 1, 2, 3, 4, 5, 6, undef, 7, 8 ],
        [ 0, undef, 1, 2, 3, 4, 5, undef, 6, 7 ],
    
  2. or download this
        [ 0, 1, 2, undef, undef, 3, 4 ],
        [ 0, 1, undef, 2, undef, 3, 4 ],
        [ 0, 1, undef, undef, 2, 3, 4 ],
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
        return \@merged;
    }