Help for this page

Select Code to Download


  1. or download this
    while ( chomp( my @lines = $it->() ) ) {
    
  2. or download this
    print for map { s/\s+/$letter++ . ' '/e; "$_\n" } @lines;