Help for this page

Select Code to Download


  1. or download this
    husani|10|20
    bill|1|3
    john|5|2
    
  2. or download this
    for (my $x = 0; $x < @array; $x+) {
      if ($array[$x][0] eq 'bill') {
        $array[$x][1] = 45;
      }
    }