Help for this page

Select Code to Download


  1. or download this
    foreach(@$arrays) {
        ...
    }
    
  2. or download this
    push(@$arrays, [split(/ /, $_)]) for(@data);