Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    1|2||4||
    |2|3|||
    |||||
    
  2. or download this
    splitting 1|2|3|4|5|6 with these LIMITs:
        0 => [1!2!3!4!5!6]
    ...
        5 => [empty!empty!empty!empty!|]
        7 => [empty!empty!empty!empty!empty!empty]
       -1 => [empty!empty!empty!empty!empty!empty]