develooper Front page | perl.perl6.language | Postings from August 2006

[svn:perl6-synopsis] r11154 - doc/trunk/design/syn

From:
larry
Date:
August 18, 2006 16:27
Subject:
[svn:perl6-synopsis] r11154 - doc/trunk/design/syn
Message ID:
20060818232717.BF653CB9BB@x12.develooper.com
Author: larry
Date: Fri Aug 18 16:27:16 2006
New Revision: 11154

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

Log:
Allow for switch bundling.


Modified: doc/trunk/design/syn/S06.pod
==============================================================================
--- doc/trunk/design/syn/S06.pod	(original)
+++ doc/trunk/design/syn/S06.pod	Fri Aug 18 16:27:16 2006
@@ -15,7 +15,7 @@
   Date: 21 Mar 2003
   Last Modified: 18 Aug 2006
   Number: 6
-  Version: 51
+  Version: 52
 
 
 This document summarizes Apocalypse 6, which covers subroutines and the
@@ -2548,3 +2548,7 @@
 then you could invoke the program with either C<-f> or C<--frompart>
 to specify the first parameter.  Likewise you could use either C<-t>
 or C<--topart> for the second parameter.
+
+If a switch of the form C<-abc> cannot be matched against any
+particular parameter, an attempt will be made to match it as if it
+had been written C<-a -b -c>.



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About