I have an issue with this snipppet: if ($file =~ /^${name}(.*)${suf}$/) {
...and that is, that the $name variable can end in a couple "+" chars, or some other special characters. This results in: Nested quantifiers in regex; marked by <-- HERE in m/^libsigc++ <-- HERE (.*).tar.bz2$/ at /03data/garnome-0.21.2/gnome/Report line 91. So, I know this is just a brainfart, but could someone point me to the right answer? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]