Help for this page

Select Code to Download


  1. or download this
    foreach $y0 (@x) {
      foreach $y1 (@x) { 
        do_something($y0, $y1);
      }
    }