Author: luqui Date: Sat Jan 6 15:22:29 2007 New Revision: 13512 Modified: doc/trunk/design/syn/S03.pod
Log: Fixed an error in the prefix | discussion. Modified: doc/trunk/design/syn/S03.pod ============================================================================== --- doc/trunk/design/syn/S03.pod (original) +++ doc/trunk/design/syn/S03.pod Sat Jan 6 15:22:29 2007 @@ -1560,7 +1560,7 @@ signature, but the presence of C<|> defers that test until run time for that argument (and for any subsequent arguments): - my @args := @foo, @bar; + my @args := [EMAIL PROTECTED], @bar]; push |@args; is equivalent to: