Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        }
        print q{=} x 25, qq{\n};
    }
    
  2. or download this
    =========================
    Partition size = 1
    ...
    [ 01, 02, 03, 04, 05, 06, 07, 08, 09, 10 ]
    [ 11, 12, 13, 14, 15, 16, 17 ]
    =========================
    
  3. or download this
    use strict;
    use warnings;
    ...
        }
        print q{=} x 25, qq{\n};
    }