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