Help for this page

Select Code to Download


  1. or download this
    foreach $i(0..$#{$rows})
    {
    ...
        $rows->[$i][$j];
       }
    }
    
  2. or download this
    while ($i<=2) 
    {
    ...
    my $rd = "$rows->[$i][0]";
    
    print "$rd\n";