Help for this page
use Foo; use Foo ':modern';
package Foo; ... }; 1;
use strict; use warnings; ... $obj->m1; $obj->m2; say ABC;