Author: coke
Date: Thu Apr 13 13:51:48 2006
New Revision: 12202

Modified:
   trunk/docs/pdds/clip/pddXX_exceptions.pod

Log:
Fix bug in PDD exception handling example.



Modified: trunk/docs/pdds/clip/pddXX_exceptions.pod
==============================================================================
--- trunk/docs/pdds/clip/pddXX_exceptions.pod   (original)
+++ trunk/docs/pdds/clip/pddXX_exceptions.pod   Thu Apr 13 13:51:48 2006
@@ -256,7 +256,7 @@
     ...
 
   _handler:                     # if not, execution continues here
-    get_params '(0,0)', P0, S0  # handler is called with (exception, message)
+    get_results '(0,0)', P0, S0  # handler is called with (exception, message)
     ...
 
 If the global variable is found, the next statement

Reply via email to