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

#!/usr/bin/perl
#
# This code is used by lib/perl5db.t !!!
#
use constant FOO => "bar";
sub s1 {
"main";
}