Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
            $k++;
        }
    }
    
  2. or download this
    5  4  7  2  1  3  6  9  8  10  
    middle: 5
    ...
    RightSide:
    3 6 9 8 10 
    Can't use string ("5") as an ARRAY ref while "strict refs" in use at m
    +ergeSort.pl line 34.