Help for this page

Select Code to Download


  1. or download this
    use feature 'state';
    use List::MoreUtils qw(part);
    ...
    print oxTable->new([ 
          part { state $i++ / $len } @array
    ]);
    
  2. or download this
    sub arrayStack 
    {
    ...
    print oxTable->new([ 
            arrayStack(@array,$len)
        ])