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

use strict;
sub label_tag {
return "";
}
sub field_tag {
return "";
}
1;