![]() |
OpenMake Meister |
This function filters out those items from a list that match the specified pattern.
USAGE:
@outlist = Exclude( $pattern, @inlist );
$pattern is a string using shell wildcards (? and *) and not a regular expression. @inlist is the list of items to be filtered.
RETURNS:
A list of filtered items.