Author: luqui Date: Sat Jan 6 15:28:54 2007 New Revision: 13513 Modified: doc/trunk/design/syn/S03.pod
Log: Fixed my fix. Modified: doc/trunk/design/syn/S03.pod ============================================================================== --- doc/trunk/design/syn/S03.pod (original) +++ doc/trunk/design/syn/S03.pod Sat Jan 6 15:28:54 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 := [EMAIL PROTECTED], @bar]; + my @args := [item @foo, item @bar]; push |@args; is equivalent to: