summaryrefslogtreecommitdiff
path: root/pod/perldsc.pod
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@semiotic.systems>2020-09-06 20:27:40 -0400
committerKarl Williamson <khw@cpan.org>2020-09-06 20:47:53 -0600
commit494ca1ca5d8d64da0b01aace95407a7bd3469081 (patch)
treeea622f8b2ed4ba386a925083f720c3b8e94bd0e9 /pod/perldsc.pod
parent53e62bf8898afdc5cca37743a682b655dbe42614 (diff)
downloadperl-494ca1ca5d8d64da0b01aace95407a7bd3469081.tar.gz
perldsc: remove the reference to using -w
Diffstat (limited to 'pod/perldsc.pod')
-rw-r--r--pod/perldsc.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/pod/perldsc.pod b/pod/perldsc.pod
index 832835b5b5..2c789a0efe 100644
--- a/pod/perldsc.pod
+++ b/pod/perldsc.pod
@@ -288,9 +288,8 @@ reading left to right.
If this is starting to sound scarier than it's worth, relax. Perl has
some features to help you avoid its most common pitfalls. The best
-way to avoid getting confused is to start every program like this:
+way to avoid getting confused is to start every program with:
- #!/usr/bin/perl -w
use strict;
This way, you'll be forced to declare all your variables with my() and