The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

use Perlmazing qw(_isa_ref);
sub main ($) {
_isa_ref('ARRAY', $_[0]);
}