Help for this page

Select Code to Download


  1. or download this
            for (1 .. 50) {
              my $x;
              $x++;
              print "x=$x\n";
            }
    
  2. or download this
    
            { my $x;
    ...
                print "x=$x\n";
              }     
            }