my $c = Module->new( { filterX => XXXX } ); where XXXX could be: - a hash ref --> checks for exists $hashref->{$value} - a regex --> checks if the regex matches - an array ref of regexes --> checks if any regex matches - a coderef --> the code is called