I'm trying to convert a shell wildcard into a
valid regular expression for the purpose of creating a
quick-n-dirty fileglob expander (using opendir and simple
discard-if-not-match).
Using File::KGlob is not really an option..
Does anyone have a ready recipe for this?