Re: Fw: right-to-left pipelines

2002-12-09 Thread Me
'-' isn't (in my mind) a left-to-right flow/assignment operator. It's a unary operator, synonymous with sub without parens required around the argument list. given $foo - $_ { ... } given $foo sub { ... } Are all equivalent (if sub topicalizes its first parameter).

Re: Fw: right-to-left pipelines

2002-12-08 Thread Luke Palmer
Note: this is back on-list. From: Me [EMAIL PROTECTED] Date: Mon, 9 Dec 2002 01:27:55 -0600 [regarding - as a left-to-right pipe-like operator] Please do. As in, please point out on list that '-' is already established as a left-to-right flow/assignment operator so why not consider