http://qs321.pair.com?node_id=415858


in reply to Re^2: Regex question : How to match \w and just the dash
in thread Regex question : How to match \w and just the dash

Just nit-picking, but keep in mind that \w and \W are not the same thing (note the case / capitalization). In fact, they are each other's complement: a character matched by \w will not be matched by \W, and vice versa.

-- 
        dakkar - Mobilis in mobile

Most of my code is tested...

Perl is strongly typed, it just has very few types (Dan)