diff options
author | James E Keenan <jkeenan@cpan.org> | 2013-06-23 03:59:11 +0200 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2013-06-23 03:59:11 +0200 |
commit | 6ca3c6c679258bbb20a4445b34608d144ac7090d (patch) | |
tree | 59b81b1111a9368083f72761fdf7db26c99f7623 /pod/perlipc.pod | |
parent | 7faf190f41917e1bc4b8893038d5364d8e5306da (diff) | |
download | perl-6ca3c6c679258bbb20a4445b34608d144ac7090d.tar.gz |
Documentation corrections from Wallace Reis++.
For RT #118593, 118595, 118597, 118599.
Diffstat (limited to 'pod/perlipc.pod')
-rw-r--r-- | pod/perlipc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlipc.pod b/pod/perlipc.pod index 6f07fb7dbe..69567e937b 100644 --- a/pod/perlipc.pod +++ b/pod/perlipc.pod @@ -546,7 +546,7 @@ write to the filehandle you opened and your kid will find it in I<his> STDIN. If you open a pipe I<from> minus, you can read from the filehandle you opened whatever your kid writes to I<his> STDOUT. - use English qw[ -no_match_vars ]; + use English; my $PRECIOUS = "/path/to/some/safe/file"; my $sleep_count; my $pid; |