http://qs1969.pair.com?node_id=1073009

reqnode has asked for the wisdom of the Perl Monks concerning the following question:

Hello, my question is how to avoid writing 'use utf8' in every child script, which main script does include with do()? Imagine that i have japanese function names and all scripts around are using these functions. From estetical point of view, putting 'use utf8' to every script is useless, when i can tell perl that all my script sources use utf8. Any suggestions about how to do it?