diff options
-rw-r--r-- | utils/perlbug.PL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL index 190405934d..377893a959 100644 --- a/utils/perlbug.PL +++ b/utils/perlbug.PL @@ -901,9 +901,9 @@ it all, but at least have a look at the sections that I<seem> relevant). Be aware of the familiar traps that perl programmers of various hues fall into. See L<perltrap>. -If what you see looks like a Perl error message, check L<perldiag> -to see what the message means. If it looks like an error from -your operating system, consult your operating system documentation. +Check in L<perldiag> to see what any Perl error message(s) mean. +If message isn't in perldiag, it probably isn't generated by Perl. +Consult your operating system documentation instead. If you are on a non-UNIX platform check also L<perlport>, some features may not be implemented or work differently. |