From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

use 5.008;
use 5.011;
use strict;
no warnings;
use strict;
package Foo;
{
no strict;
}
1;