in reply to Re^4: 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
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.
|
|---|