package autobox_scope_1; sub test { my $array = []; $array->test(); } 1;