# New Ticket Created by Amos Robinson # Please include the string: [perl #37151] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37151 > Need to either change PGE::Glob to fit Tcl style, /or/ create a derived one just for Tcl. The only real differences are that {} are treated literally in Tcl, and Tcl doesn't support negation of character classes (so [^a-z] should match a-z and ^) -- Amos Robinson