Help for this page
sub is_valid_list { my $text = shift;
! grep { ! exists $validLanguages{$_} } @langs; }