X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlstyle.pod;h=cf280ce1da07763d28a72673f2a1d55644dc6de5;hb=c8984b0bd19897e6e30588055ac0338326f20a34;hp=5ad73cfafeabbb55015460164b2c081893fe0bd8;hpb=2c268ad5f2bec64cb74406f2e1af30ddc0dc3b9f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlstyle.pod b/pod/perlstyle.pod index 5ad73cf..cf280ce 100644 --- a/pod/perlstyle.pod +++ b/pod/perlstyle.pod @@ -242,7 +242,7 @@ to fit on one line anyway. Always check the return codes of system calls. Good error messages should go to STDERR, include which program caused the problem, what the failed -system call and arguments were, and VERY IMPORTANT) should contain the +system call and arguments were, and (VERY IMPORTANT) should contain the standard system error message for what went wrong. Here's a simple but sufficient example: