The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

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