Help for this page

Select Code to Download


  1. or download this
    foreach(@array1) { 
      $list=split(/,/,@array1,4);
        foreach($list) { 
          (@w,@x,@y,@z)=split(/ /,$list,1);}
    }