The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package t::context_0;

{ use 5.006; }
use warnings;
use strict;

die "t::context_0 sees array context at file scope" if wantarray;
die "t::context_0 sees void context at file scope" unless defined wantarray;

"t::context_0 return";