Description
Perl applications can match shell-style glob patterns against text. This is useful for filters, ignore rules, file selectors, and user-facing pattern options that should be simpler than full regular expressions.
It is a developer library. User-supplied patterns should be bounded and tested so broad matches do not select more data than intended.