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

#!/usr/bin/perl -w
#
# Maintainers - show information about maintainers
#
use strict;
use lib "Porting";
use Maintainers qw(show_results process_options);
show_results(process_options());