Help for this page

Select Code to Download


  1. or download this
    foreach $i(0..$#{$rows}) { 
        foreach $j (0..$#{$rows->[$i]} ) { 
            $rows->[$i][$j];
        }
    }