--- pod/perlcall.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pod/perlcall.pod b/pod/perlcall.pod index 359e097..cfb7727 100644 --- a/pod/perlcall.pod +++ b/pod/perlcall.pod @@ -323,7 +323,7 @@ See I<Using G_EVAL> for details on using G_EVAL. You may have noticed that using the G_EVAL flag described above will B<always> clear the C<$@> variable and set it to a string describing -the error iff there was an error in the called code. This unqualified +the error if there was an error in the called code. This unqualified resetting of C<$@> can be problematic in the reliable identification of errors using the C<eval {}> mechanism, because the possibility exists that perl will call other code (end of block processing code, for -- 1.7.1Thread Next