package MyTest; use Modern::Perl; # or strict, warnings our $x = 'hi'; #### use Modern::Perl; use MyTest; say $MyTest::x;