sub DoSomething { my @arr; push @arr, "foo"; return \@arr; }