Help for this page

Select Code to Download


  1. or download this
    for my $arr2(@arr2) {
    
  2. or download this
    for ( my $j = 0; $j <= $#arr2; $j += 4 ) {
    
  3. or download this
            $seen = substr($arr2[$j], 0);
    
  4. or download this
            $seen = $arr2[$j];