* Raphael Geissert <[EMAIL PROTECTED]> [2007-11-18 21:03:13 CET]: > Attaching working watch file (needs to be renamed).
You do realize that .* is something that should be avoided in regex? Read <http://perlmonks.org/?node=Death+to+Dot+Star!> if you want to find out why. Said that, there is another problem with your "patch" in this particular case: > http://n-old.ethz.ch/student/loehrerl/amph/amph.html > files/amphetamine-data-(.*).tar.bz2 You used unescaped dots for \.tar\.bz2 which makes them match any character. Thought I'd let you know. Rhonda -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

