Help for this page

Select Code to Download


  1. or download this
    my @untainted =
      grep $_,
      map { s/^\s*([a-z']+)\s*$/$1/i; $_ }
      @terms;