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

@ISA = qw(Template::Plugin::Procedural);
sub foo { "This is procfoofoo" }
sub bar { "This is procfoobar" }
1;