The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
12345 use Perlmazing qw(_isa_ref);sub main ($) { _isa_ref('ARRAY', $_[0]);}
use
Perlmazing
qw(_isa_ref)
;
sub
main ($) {
_isa_ref(
'ARRAY'
,
$_
[0]);
}