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

#############################################################################
sub wish_to_adjust_options_for_tables {
my ($options) = @_;
$options -> {key} = ['name'];
}
#############################################################################
sub wish_to_schedule_cleanup_for_tables {}
1;