Help for this page

Select Code to Download


  1. or download this
    my $to = $emails{$name};
    
  2. or download this
    my $content = join '',
                  map { "$names[$_]\n" }
                  grep { $_ != $skip }
                  0..$#names;