in reply to Re^2: More efficient dereferencing of a subroutine returnin thread More efficient dereferencing of a subroutine return
In that case,
my @ARRAY = @{ subroutine() || [] }; [download]