Help for this page

Select Code to Download


  1. or download this
    split /\n/, $match
    
  2. or download this
    my @r = keys { map { $_ => 1 } split /\n/, $match };