From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456 use Perlmazing;sub main () { my @call = caller(1); (not $call[5] and defined $call[5]) ? 1 : 0;}
use
Perlmazing;
sub
main () {
my
@call
=
caller
(1);
(not
$call
[5] and
defined
[5]) ? 1 : 0;
}