http://www.perlmonks.org?node_id=801883


in reply to Re: About \d \w and \s
in thread About \d \w and \s

I believe that /u would provide sane matching for German or other latin-1 languages as it would make perl match according to the unicode rules even when the string/pattern weren't themselves unicode.

---
$world=~s/war/peace/g