Help for this page
use Config; use utf8::all if $Config{osname} eq 'Linux'; # perl adamantly ignores +the condition
use Config; use if $Config{osname} eq 'Linux', 'utf8::all';