From 6ca3c6c679258bbb20a4445b34608d144ac7090d Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Sun, 23 Jun 2013 03:59:11 +0200 Subject: Documentation corrections from Wallace Reis++. For RT #118593, 118595, 118597, 118599. --- pod/perlipc.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perlipc.pod') 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 STDIN. If you open a pipe I minus, you can read from the filehandle you opened whatever your kid writes to I STDOUT. - use English qw[ -no_match_vars ]; + use English; my $PRECIOUS = "/path/to/some/safe/file"; my $sleep_count; my $pid; -- cgit v1.2.1