Help for this page

Select Code to Download


  1. or download this
    $_++ for @array;
    
  2. or download this
    @array = map { $_++ } @array;
    
  3. or download this
    print for (
       "Henry the eighth I am I am\n",
    ...
       "I got married to the window next door\n",
       "She's been married 7 times before\n"
    );