Help for this page
#penghilangan stopword my @words = qw( untuk ... ); my $regex = join '|', map qr/\b\Q$_\E\b/, @words; $kata =~ s/$regex//g;