in reply to Re^3: RFC: Idiom for named read-write arguments (aliases) instead of using $_[0] etc
in thread RFC: Idiom for named read-write arguments (aliases) instead of using $_[0] etc

good point, since $a and $b are magical globals you can even avoid the our-decalaration (in this case)

Cheers Rolf

  • Comment on Re^4: RFC: Idiom for named read-write arguments (aliases) instead of using $_[0] etc

Replies are listed 'Best First'.
Re^5: RFC: Idiom for named read-write arguments (aliases) instead of using $_[0] etc
by BrowserUk (Patriarch) on Sep 02, 2012 at 21:03 UTC

    Didn't think of that, but I have to wonder if $a & $b are really that much better than $_[0] & $_[1] ?

    Okay for swap(), I guess.


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.

    RIP Neil Armstrong