Help for this page
package main; use utf8; ... package main; { ... code not using utf8 ... }
package Foo; use utf8; ... 1;