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

#!/perl
use strict;
my $x = "Foo";
MyModule::function();
print "In Main File.\n";
1;