Help for this page

Select Code to Download


  1. or download this
    package MyTest;
    use Modern::Perl; # or strict, warnings
    our $x = 'hi';
    
  2. or download this
    use Modern::Perl;
    use MyTest;
    say $MyTest::x;