Author: larry Date: Wed Jun 27 14:28:27 2007 New Revision: 14426 Modified: doc/trunk/design/syn/S12.pod
Log: Clarification suggested by TheDamian++. Modified: doc/trunk/design/syn/S12.pod ============================================================================== --- doc/trunk/design/syn/S12.pod (original) +++ doc/trunk/design/syn/S12.pod Wed Jun 27 14:28:27 2007 @@ -834,8 +834,9 @@ with a quoted string or variable to do various forms of indirection. Note that, as with any hyper operator, the methods may be evaluated -in any order. Use an explicit loop if you want to do something with -ordered side effects, such as I/O. +in any order (although the method results are always returned in the +same order as the list of invocants). Use an explicit loop if you +want to do something with ordered side effects, such as I/O. =head1 Multisubs and Multimethods