http://www.perlmonks.org?node_id=1019252


in reply to Re^5: More efficient dereferencing of a subroutine return
in thread More efficient dereferencing of a subroutine return

It seems you and I read the representation of the problem differently. Your reply presumes that every return from sub is always a return of an array reference. (If that promise is made to the user of the sub, then I have no disagreement with direct dereferencing of the return value.) I think of the value returned being an array reference where possible; else, nothing or undef is returned.

  • Comment on Re^6: More efficient dereferencing of a subroutine return

Replies are listed 'Best First'.
Re^7: More efficient dereferencing of a subroutine return
by Anonymous Monk on Feb 18, 2013 at 01:03 UTC
    Look, no temporaries, no fatal :) my @stuff = eval { @{ func() } };

      Can you please stop being Anon and create an account?

      It helps those of us ( read - me ) who want to follow your, often informative, responses.

        You can't add features and then tell people not to use them :)
      You have my vote.-)
      You have my vote.-)