perlcall.pod
authorHugo van der Sanden <hv@crypt.org>
Mon, 27 Jul 1998 13:34:45 +0000 (15:34 +0200)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 2 Aug 1998 03:33:07 +0000 (03:33 +0000)
Message-Id: <199807271134.NAA24475@dorlas.elsevier.nl>

p4raw-id: //depot/maint-5.005/perl@1680

pod/perlcall.pod

index 7c94d37..c239cfe 100644 (file)
@@ -279,8 +279,8 @@ belongs to C<joe>.
 
 It is possible for the Perl subroutine you are calling to terminate
 abnormally, e.g., by calling I<die> explicitly or by not actually
-existing.  By default, when either of these of events occurs, the
-process will terminate immediately.  If though, you want to trap this
+existing.  By default, when either of these events occurs, the
+process will terminate immediately.  If you want to trap this
 type of event, specify the G_EVAL flag.  It will put an I<eval { }>
 around the subroutine call.