Help for this page

Select Code to Download


  1. or download this
    my @i;
    
    ...
      print "n=$n\n";
      "z";
    } 1 .. 4;
    
  2. or download this
    $ perl test
    n=4
    n=z
    n=z
    n=z
    
  3. or download this
    my @i;
    
    ...
      print "n=$n\n";
      "z";
    } 1 .. 4;
    
  4. or download this
    $ perl test
    n=4
    ...
    n=4
    n=4
    zzzz