In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/95da743b36b72934a3fdf444a2a4c42b5bd91328?hp=a7fb14411fc53d1dac1caac0230d249cf3ffc141>
- Log ----------------------------------------------------------------- commit 95da743b36b72934a3fdf444a2a4c42b5bd91328 Author: Vincent Pit <[email protected]> Date: Mon Aug 3 15:51:03 2009 +0200 Minor spelling nit in last perlfunc updated ----------------------------------------------------------------------- Summary of changes: pod/perlfunc.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 9f95bb0..3330b85 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -6489,7 +6489,7 @@ value. system(@args) == 0 or die "system @args failed: $?" -If you'd like to manually inspect C<system>'s failure, u can check all +If you'd like to manually inspect C<system>'s failure, you can check all possible failure modes by inspecting C<$?> like this: if ($? == -1) { -- Perl5 Master Repository
