Help for this page

Select Code to Download


  1. or download this
    ($File[$i], $Name[$i], $Keywords[$i]) = split(/:/);
    $i ++;
    
  2. or download this
    for ($z=0; $z<scalar (@File); $z++) { ... }