Description
Perl tools can accept shell-like wildcard patterns and translate them into regular-expression behavior. This is useful for user-facing filters where people expect glob-style matching instead of full regex syntax.
It is a developer library. Pattern input from users should be bounded and tested so broad matches do not select or modify more files than intended.