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

sub main () {
my @call = caller(1);
(not $call[5] and defined $call[5]) ? 1 : 0;
}