Help for this page

Select Code to Download


  1. or download this
    $i = 0;
    where 12 is the size of my array. and i is an index, or is there an al
    ...
    }
    }
    
  2. or download this
    foreach my $item ($array) {
       print "its the month of $month\n" if ($month eq $array[$i];
    }