Author: larry
Date: Wed Jun 27 13:39:48 2007
New Revision: 14425

Modified:
   doc/trunk/design/syn/S12.pod

Log:
Clarify that method hypers can be called in any order.


Modified: doc/trunk/design/syn/S12.pod
==============================================================================
--- doc/trunk/design/syn/S12.pod        (original)
+++ doc/trunk/design/syn/S12.pod        Wed Jun 27 13:39:48 2007
@@ -12,9 +12,9 @@
 
   Maintainer: Larry Wall <[EMAIL PROTECTED]>
   Date: 27 Oct 2004
-  Last Modified: 15 May 2007
+  Last Modified: 27 Jun 2007
   Number: 12
-  Version: 55
+  Version: 56
 
 =head1 Overview
 
@@ -833,6 +833,10 @@
 As with other forms of method call, the "meth" above may be replaced
 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.
+
 =head1 Multisubs and Multimethods
 
 The "long name" of a subroutine or method includes the type signature

Reply via email to