Hello everybodyAs the path to a directory under Linux is like /file/file/file where file can be a word containing either - or _ .
Which regexp can match this in the best way? I tried (/\w[-]?\w/)+ but it doesn't work well.
Thanks in advance. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>