Author: allison Date: Mon Oct 29 10:41:29 2007 New Revision: 22590 Modified: trunk/docs/pdds/pdd23_exceptions.pod
Log: [pdd] Add more detail on index value to 'get_eh'. Modified: trunk/docs/pdds/pdd23_exceptions.pod ============================================================================== --- trunk/docs/pdds/pdd23_exceptions.pod (original) +++ trunk/docs/pdds/pdd23_exceptions.pod Mon Oct 29 10:41:29 2007 @@ -135,8 +135,6 @@ =head2 Exception Introspection Opcodes -{{ TODO: Provide exception handler stack introspection. }} - These are the opcodes relevant to introspection of the exception handler stack: =over @@ -147,7 +145,8 @@ =item B<get_eh I<index>> -Return the exception handler at I<index> +Return the exception handler at I<index>. The index is an offset from the top +of the stack, with '0' being the top. =item B<get_all_eh>