in reply to Re: Strange behavior of array in scalar context
in thread Strange behavior of array in scalar context

my @executions = $jobInfo->{'content'}{'executions'}->@*; # requires P +erl 5.36+
postderef was available much earlier than 5.36:
https://www.perl.com/article/68/2014/2/13/Cool-new-Perl-feature--postfix-dereferencing/