Help for this page

Select Code to Download


  1. or download this
    $matrix{'a,4'} = 20;
    $matrix{'b,5'} = 30;
    
  2. or download this
    for my $x ('a'..'g') {
      for my $y (1..6) {
    ...
        ...
      }
    }