Help for this page

Select Code to Download


  1. or download this
    foreach (@array1) {
       ($id,$name,$ref) = split( /,/, $_);
    }
    
  2. or download this
    foreach (@array2) {
        ($id,$name,$ref) = split( /,/, $_);
    }