summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perldiag.pod7
1 files changed, 5 insertions, 2 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 9263de2989..92e71c094a 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -1467,8 +1467,11 @@ and both these succeed:
=item %s: Command not found
-(A) You've accidentally run your script through B<csh> instead of Perl.
-Check the #! line, or manually feed your script into Perl yourself.
+(A) You've accidentally run your script through B<csh> or another
+shell instead of Perl. Check the #! line, or manually feed your script into
+Perl yourself. The #! line at the top of your file could look like
+
+ #!/usr/bin/perl -w
=item Compilation failed in require