Help for this page
if( $locale) { use locale; } ... { use utf8; } if( $word=~ /^\w+$/) { ... }
if( $locale) { use locale; if( $word=~ /^\w+$/) { ... } ... { use utf8; if( $word=~ /^\w+$/) { ... } }