Help for this page

Select Code to Download


  1. or download this
    my $i;
    for ($i=3, $i=2, $i=1) {
      print "$_ and $i\n";
    }
    
  2. or download this
    1 and 1
    1 and 1
    1 and 1